var hscrollerwidth="250px"
var hscrollerheight="200px"
var hscrollerspeed=1
var hscrollercontent='<table border="0" cellpadding="0" style="border-collapse: collapse" width="130" id="table1"><tr><td><p align="left"><a href="http://www.downloadroute.com/nMailDirect-PAVERASOFT.html" target=_blank><img src="http://www.downloadroute.com/images/av-awards/nMailDirect-PAVERASOFT.png" style="border:none;" width="180" height="120" alt="nMailDirect received 100% CLEAN award on DownloadRoute.com"></img></a></p><p align="left"><a href="http://www.coredownload.com/download-nMailDirect-82221.html" target=_blank><img border="0" alt="nMailDirect on Core Download" src="http://www.coredownload.com/images/awards/award5.png"/></a></p><p align="left"><a href="http://www.downloadtube.com" target=_blank><img border="0" alt="Award from DownloadTube.com" src="http://www.downloadtube.com/images/star_award.jpg"/></a></P><p align="left"><a href="http://download2pc.com" target="_blank"><img src="http://download2pc.com/images/download2pc_award.png" border="0" alt="Awards From Download2PC - One of the best software download website."></a></P><p align="left"><a href="http://www.fileheap.com/software-nmaildirect-download-51177.html" target="_blank"><img src="http://www.fileheap.com/resources/award_b_5.gif" border="0" alt="5 Star Award From FileHeap."></a></P><p align="left"><a href="http://www.supershareware.com/info/nmaildirect.html" target="_blank"><img src="http://www.supershareware.com/images/awards/awards_b_5.jpg" border="0" alt="nMailDirect 5 Stars Award."></a></P></td></tr></table>'
var hpauseit=1


hscrollerspeed=(document.all)? hscrollerspeed : Math.max(1, hscrollerspeed-1)

var hcopyspeed=hscrollerspeed
var hiedom=document.all||document.getElementById
var hactualheight=''
var hcross_scroller, hns_scroller
var hpausespeed=(hpauseit==0)? hcopyspeed: 0

function hpopulate(){
if (hiedom){
hcross_scroller=document.getElementById? document.getElementById("iescroller") : document.all.iescroller
hcross_scroller.style.top=parseInt(hscrollerheight)+8+"px"
hcross_scroller.innerHTML=hscrollercontent
hactualheight=hcross_scroller.offsetHeight
}
else if (document.layers){
hns_scroller=document.hns_scroller.document.hns_scroller2
hns_scroller.top=parseInt(hscrollerheight)+8
hns_scroller.document.write(hscrollercontent)
hns_scroller.document.close()
hactualheight=hns_scroller.document.height
}
lefttime=setInterval("scrollscroller1()",20)
}
window.onload=hpopulate

function scrollscroller1(){

if (hiedom){
if (parseInt(hcross_scroller.style.top)>(hactualheight*(-1)+8))
hcross_scroller.style.top=parseInt(hcross_scroller.style.top)-hcopyspeed+"px"
else
hcross_scroller.style.top=parseInt(hscrollerheight)+8+"px"
}
else if (document.layers){
if (hns_scroller.top>(hactualheight*(-1)+8))
hns_scroller.top-=hcopyspeed
else
hns_scroller.top=parseInt(hscrollerheight)+8
}
}

if (hiedom||document.layers){
with (document){
if (hiedom){
write('<div style="position:relative;width:'+hscrollerwidth+';height:'+hscrollerheight+';overflow:hidden" onMouseover="hcopyspeed=hpausespeed" onMouseout="hcopyspeed=hscrollerspeed">')
write('<div id="iescroller" style="position:absolute;left:0px;top:0px;width:100%;">')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+hscrollerwidth+' height='+hscrollerheight+' name="hns_scroller">')
write('<layer name="hns_scroller2" width='+hscrollerwidth+' height='+hscrollerheight+' left=0 top=0 onMouseover="hcopyspeed=hpausespeed" onMouseout="hcopyspeed=hscrollerspeed"></layer>')
write('</ilayer>')
}
}
}
