
var m1 = "<center><font size=+2 color=#808080><br><br><br>LiveBG's Webmail system.</font></center>";
var m2 = "<center><font color=#808080><br><br><br><br>Here we have plenty of MP3's, freeware and shareware programs.</font></center>";
var m3 = "<center><font size=+2 color=#808080><br><br><br>Look at the menu in top of the page..</font></center>";
var m4 = "<center><font color=#808080><br><br><br><br>On this section, you'll soon be able to find cool links to well and also not very well known great resources on the web. Thay may be useful to you, help you in your job, or even entertain you. This section is permanently under construction.</font></center>";
var m5 = "<center><font color=#808080><br><br><br><br>Utilz</font></center>";
var m6 = "<center><font color=#808080><br><br><br><br>Send  messages to Mobikom Pagers, Mobiltel GSMs, as well as to any other GSM on the world. Search the <b>national</b> telephone book.</font></center>";
var m7 = "<center><font color=#808080><br><br><br><br>Tons of Java and Flash games you can play on-line. Don't hasitate, jump into the <kbr><b>Games Zone</b></kbr>.</font></center>";
var m8 = "<center><font color=#808080><br><br><br><br>On this place you can read a few medical articles on various subjects written by famous experts in the relative fields.</font></center>";

var scrollerwidth=121
var scrollerheight=150
var scrollerbgcolor='white'
//set below to '' if you don't wish to use a background image
var scrollerbackground=''

var messages=new Array()
messages[0]="<font face='Arial'><center>This Site Is Powered By<font color=blue> LiveBG.Net</font> !The page is still under construction, but some of the links already works.</center></font>"
messages[1]="<font face='Arial'><center>We are happy to present our online shop at <a href='http://www.bg-soft.com'>BG-SOFT</a>.</center></font>"
messages[2]="<font face='Arial'><center>Visit our <a href='ftp://www.livebg.net/pub/'><b>Download</b></a> section, where we have great resources available. </center></font>"
messages[3]="<font face='Arial'><center>Click <a href='http://www.livebg.net/mednet/'><b>here</b></a> to get connected to MedNet - an on-line medical resource.</center></font>"
messages[4]="<font face='Arial'><center>Click <a href='http://wmail.livebg.net/'><b>here</b></a> to check your e-mail in our web-based e-mail system.</center></font>"

if (messages.length>1)
w=2
else
w=0

function move1(whichlayer){
tlayer=eval(whichlayer)
if (tlayer.top>0&&tlayer.top<=5){
tlayer.top=0
setTimeout("move1(tlayer)",3000)
setTimeout("move2(document.main.document.second)",3000)
return
}
if (tlayer.top>=tlayer.document.height*-1){
tlayer.top-=5
setTimeout("move1(tlayer)",100)
}
else{
tlayer.top=scrollerheight
tlayer.document.write(messages[w])
tlayer.document.close()
if (w==messages.length-1)
w=0
else
w++
}
}

function move2(whichlayer){
tlayer2=eval(whichlayer)
if (tlayer2.top>0&&tlayer2.top<=5){
tlayer2.top=0
setTimeout("move2(tlayer2)",3000)
setTimeout("move1(document.main.document.first)",3000)
return
}
if (tlayer2.top>=tlayer2.document.height*-1){
tlayer2.top-=5
setTimeout("move2(tlayer2)",100)
}
else{
tlayer2.top=scrollerheight
tlayer2.document.write(messages[w])
tlayer2.document.close()
if (w==messages.length-1)
w=0
else
w++
}
}

function move3(whichdiv){
tdiv=eval(whichdiv)
if (tdiv.style.pixelTop>0&&tdiv.style.pixelTop<=5){
tdiv.style.pixelTop=0
setTimeout("move3(tdiv)",3000)
setTimeout("move4(second2)",3000)
return
}
if (tdiv.style.pixelTop>=tdiv.offsetHeight*-1){
tdiv.style.pixelTop-=5
setTimeout("move3(tdiv)",100)
}
else{
tdiv.style.pixelTop=scrollerheight
tdiv.innerHTML=messages[w]
if (w==messages.length-1)
w=0
else
w++
}
}

function move4(whichdiv){
tdiv2=eval(whichdiv)
if (tdiv2.style.pixelTop>0&&tdiv2.style.pixelTop<=5){
tdiv2.style.pixelTop=0
setTimeout("move4(tdiv2)",3000)
setTimeout("move3(first2)",3000)
return
}
if (tdiv2.style.pixelTop>=tdiv2.offsetHeight*-1){
tdiv2.style.pixelTop-=5
setTimeout("move4(second2)",100)
}
else{
tdiv2.style.pixelTop=scrollerheight
tdiv2.innerHTML=messages[w]
if (w==messages.length-1)
w=0
else
w++
}
}

function startscroll(){
if (document.all){
move3(first2)
second2.style.top=scrollerheight
second2.style.visibility='visible'
}
else if (document.layers){
document.main.visibility='show'
move1(document.main.document.first)
document.main.document.second.top=scrollerheight+5
document.main.document.second.visibility='show'
}
}



function sss(text1,a){
if(document.all){
  core1.style.visibility = 'visible';
  core1.innerHTML = text1
  }
else if(document.layers){
  document.ba.document.layers[a].visibility = 'show';
  }
}

function qqq(a){
if(document.all){
  core1.style.visibility = 'hidden';
  }
else if(document.layers){
  document.ba.document.layers[a].visibility = 'hide';
  }
}