var marqueewidth=135
var marqueeheight=100
var speed=1
var marqueecontents='<Div Align = center ><font face="Verdana" font size=-2 font color=#000099>
<p>Buy 10 Turning Inserts in Wiper Geomatry /Cirmet grade of Sandvik <br>
  &amp; <br>
  Get 5 Inserts FREE.</p>
<p>&nbsp;</p>
<p>Offer valid till 30-04-2003</p>
<p>&nbsp;</p>
<p>Buy 10 Modern Grade Turning Inserts other than Wiper and Cirmets.<br>
  &amp;<br>
  Get 4 inserts FREE.</p>
<p>&nbsp;</p>
<p>Offer valid till 30-04-2003 </p>
<p>&nbsp;</p>
<p>Buy 10 Solid Carbide End Mills of Titex Make <br>
  &amp;<br>
  Get 2 End Mills FREE.</p>
<p>&nbsp;</p>
<p>Offer valid till 31-05-2003</p>
<p>&nbsp;</p>
<p>Buy 10 HSJ Cobalt Tapes of Titex Make <br>
  &amp;<br>
  Get 2 Tapes FREE.</p>
<p>&nbsp;</p>
<p>Offer valid till 31-05-03</p>

</font> div>'

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()
}
}

window.onload=regenerate2