
// Ancho (pixeles)
var marqueewidth=230	
// Alto
var marqueeheight=60
// Velocidad (mayor, mas rapido)
var speed=1
// Contenido
var marqueecontents='<div align="center"><font face=Arial size=2 color="white"class="menublanco">Try our hotel search which<br>is one of the best on the web.<br>It features hotels from<br>all over Costa Rica<br>With an easy user interface<br>to select location,special requirements,<br>price range and much more<br>this a great tool to search for hotels<br>with extreme accuracy<br><a href="http://www.costaricatogo.com/hotels.asp"><font color="#FFFF00">Try it here.</font></a></font></div><BR><div align="center"><font face=Arial size=2 color="white"class="menublanco">Don`t miss the video of <br>the Arenal Volcano. It Is hot and may <br>melt your monitor <a href="http://www.costaricatogo.com/pvideos/vare.htm"><font color="#FFFF00">SEE VIDEO</font></a></div></FONT><BR><div align="center"><font face=Arial size=2 color="white"class="menublanco">If you like the combination of<br>beach, sun and the jungle<br>donīt miss Manuel Antonio<br>See the Manuel Antonio<br> <a href="http://www.costaricatogo.com/pvideos/vma.htm"><font color="#FFFF00">online video here</font></a><br></font></div><br><div align="center"><font face=Arial size=2 color="white"class="menublanco">Get one night and a jungle boat tour<br>in remote Cano Negro<br>For only $79 per person<br> <a href="http://www.costaricatogo.com/pvideos/vcane.htm"><font color="#FFFF00">See the Cano Negro video here</font></a> </font></div><br><div align="center"><font face=Arial size=2 color="white"class="menublanco">Travel from Costa Rica to Nicaragua<br>not by plane but by boat crossing<br>Lake Nicaragua. Begin the tour by boat<br>from the San Juan River and travel<br>to the wonder ful colonial <br>city of Granada,Nicaragua<br><a href="http://www.costaricatogo.com/adventures/cosnicalake1ad.asp"><font color="#FFFF00">Click here for more information</font></a></font></div><br><div align="center"><font face=Arial size=2 color="white"class="menublanco">Try our <a href="http://www.costaricatogo.com/doit.htm"><font color="#FFFF00">DO IT YOURSELF</font></a> section<br>in any of our tour categories<br>You can always create your own tour <br>by choosing the combined <br>locations YOU desire<br>Travel at your own pace and<br>choose your own sequence of events.</font></div><br><div align="center"><font face=Arial size=2 color="white"class="menublanco">Send a Costa Rica e-postcard to a friend<br>by visiting our <a href="http://www.costaricatogo.com/ecards.htm"><font color="#FFFF00">e-postcard section</font></a><br>Select and send directly<br>with a few clicks.</font></div><br><div align="center"><font face=Arial size=2 color="white"class="menublanco">Guanacaste is home to some great<br>beaches,wonderful golf courses,<br>first class hotels,deep<br>sea fishing and much much more.<br>Find more info here and view <br>a video of Guanacaste beaches.<br><a href="http://www.costaricatogo.com/pvideos/vplaguana.htm"><font color="#FFFF00">click here</font></a></font></div>'

if (document.all)
document.write('<marquee id="iescroller" direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'"; onmouseover="sspeed=0;" onmouseout="sspeed=2"><div onmouseover="sspeed=0;" onmouseout="sspeed=2">'+marqueecontents+'</marquee><div/><div/>')
iescroller.onmouseover=new Function("iescroller.scrollAmount=0");
iescroller.onmouseout=new Function("iescroller.scrollAmount=2");

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",10)
intializemarquee()
}
}

function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.write(marqueecontents)
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.height
scrollit()
}

function scrollit(){
if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.top-=speed
setTimeout("scrollit()",10)
}
else{
document.cmarquee01.document.cmarquee02.top=marqueeheight
scrollit()
}
}

window.onload=regenerate2
