var marqueecontents = "";
marqueecontents += '<a class=move href="javascript: var PAWin=window.open(\'../solutions/oftp.htm\');"';
marqueecontents += '>OFTP V2</a>&nbsp;&nbsp;&nbsp;&nbsp;';
marqueecontents += '<a class=move href="javascript: var PAWin=window.open(\'../solutions/id_ir.htm\');"';
marqueecontents += '>EDI for PAYE (HMRC)</a>&nbsp;&nbsp;&nbsp;&nbsp;';
marqueecontents += '<a class=move href="javascript: var PAWin=window.open(\'../dl/dl_overview.htm\');"';
marqueecontents += '>Free Odette MC Trial</a>&nbsp;&nbsp;&nbsp;&nbsp;';
marqueecontents += '<a class=move href="javascript: var PAWin=window.open(\'../solutions/rf_ir.htm\');"';
marqueecontents += '>References</a>&nbsp;&nbsp;&nbsp;&nbsp;';

<!--<hr size=1 width=100% align=center></font>-->
//Specify the marquee's width (in pixels)
var marqueewidth='540';
//Specify the marquee's height
var marqueeheight='11';
//Specify the marquee's scroll speed (larger is faster)
var speed='3';
//Specify the marquee's direction
var direction='left';
			
			
if (!document.layers)
document.write('<marquee direction='+direction+' 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
			
		 
 