// ancho
var marqueewidth=87;
// alto
var marqueeheight=35;
// velocidad
var speed=1;
// contenido
var marqueecontents='<font face="Arial" size="1"> Network Clipboard &amp; Viewer updated!<a href="/NetworkClipboard/index.htm"> v1.0.0.19 released! Check this great version</a>   <p>&nbsp;</p>  Comparator Fast <a href="/ComparatorFast-History.htm">updated!</a> to v1.0.0.19   <p>&nbsp;</p>  Shutdown Manager and Tools <a href="/ShutdownManager/index.htm">v1.0.0.46 released!</a>  <p>&nbsp;</p> Intelligent Copier 1.0.0.8 released!, now with preview before copy and more!</font>';

if (document.all)
document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>');

function regenerate(){
window.location.reload();
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450);
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()",100);
}
else{
document.cmarquee01.document.cmarquee02.top=marqueeheight;
scrollit();
}
}

