 var mqwdth="173px"
 var mqhgt="163px"
 var mqspd=1
 var dly=1000
 var full=1
 var pauseit=1
 var iebreak='<p></p>'
 
 var mqcnt='<span style="font-family: verdana; font-size: 8pt; color:#ffffff; align=justify"><center><br><br>1. The 2nd World Congress on Manual Therapy is being organised by MTFI, India  in collaboration with PHYSIOBD, Bangaldesh in April,2009. Physiotherapists/ Physiotherapy students/ Health Care professionals can attend this mega event. Visit <a href="www.wcomt.com"><u>www.wcomt.com</u></a> for further details.<br><br>2.MTFI in collaboration with Sri Lankan Physiotherapy Society is organising Manual Therapy Workshop in Colombo from January 2nd to 5th, 2009. For details visit "programme schedule" section in this site.<br><br>3.MTFI is presently offering Life Membership for the Physios having attended minimum of 16 Hours MTFI sponsered Workshop/ Training Programme/ Conference.For details visit "about us" section in this site.<br><br>4. MTFI has started with International Clinical Fellowship Programmes for 3 weeks for details visit "about us" section in this site.<br>---------------<br>TEAM MTFI</center></span>'
 
 var cpspd=mqspd
 var psspd=(pauseit==0)? cpspd: 0
 var iedom=document.all||document.getElementById
 var acthgt=''
 var Xmq, Xmq2, nsmq
 function populate()
 {
   if (iedom){
  	var lb=document.getElementById&&!document.all? '' : iebreak
	Xmq=document.getElementById? document.getElementById("iemarquee") : document.all.iemarquee
	Xmq2=document.getElementById? document.getElementById("iemarquee2") : document.all.iemarquee2
	Xmq.style.top=(full==1)? '8px' : parseInt(mqhgt)+8+"px"
	Xmq2.innerHTML=Xmq.innerHTML=mqcnt+lb
	acthgt=Xmq.offsetHeight
	Xmq2.style.top=(parseInt(Xmq.style.top)+acthgt+8)+"px"
   }
   else if (document.layers){
	nsmq=document.nsmq.document.nsmq2
	nsmq.top=parseInt(mqhgt)+8
	nsmq.document.write(mqcnt)
	nsmq.document.close()
	acthgt=nsmq.document.height
   }
  setTimeout('lefttime=setInterval("scrollmarquee()",50)',dly)
 }
 window.onload=populate
 function scrollmarquee()
 {
	 if (iedom)
	 {
		 if (parseInt(Xmq.style.top)<(acthgt*(-1)+8))
		 	Xmq.style.top=(parseInt(Xmq2.style.top)+acthgt+8)+"px"
		 if (parseInt(Xmq2.style.top)<(acthgt*(-1)+8))
			Xmq2.style.top=(parseInt(Xmq.style.top)+acthgt+8)+"px"
		Xmq2.style.top=parseInt(Xmq2.style.top)-cpspd+"px"
		Xmq.style.top=parseInt(Xmq.style.top)-cpspd+"px"
	}
    else if (document.layers)
    {
		if (nsmq.top>(acthgt*(-1)+8))
	   		nsmq.top-=cpspd
	    else
	   		nsmq.top=parseInt(mqhgt)+8
    }
 }
if (iedom||document.layers){
with (document){
if (iedom){
write('<div style="position:relative; background-color: #01386e; width:'+mqwdth+'; height:'+mqhgt+'; overflow:hidden" onMouseover="cpspd=psspd" onMouseout="cpspd=mqspd">')
write('<div id="iemarquee" style="position:absolute; left:0px; top:0px; width:100%;  background-color: #01386e;" class="scrl">')
write('</div><div id="iemarquee2" style="position:absolute; left:0px; top:0px; width:100%; z-index:9102; background-color: #01386e;" class="scrl">')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+mqwdth+' height='+mqhgt+' name="nsmq">')
write('<layer name="nsmq2" width='+mqwdth+' height='+mqhgt+' left=0 top=0 onMouseover="cpspd=psspd" onMouseout="cpspd=mqspd"></layer>')
write('</ilayer>')
}
}
}
