var marqueewidth=200
var marqueeheight=180

var speed=2
var marqueecontents='<a href="legal.htm" target="_parent"><FONT COLOR="#cc0000" face="verdana,arial" size="2"><B>Legal Services</B></FONT></a><br><FONT COLOR="#666666" face="verdana,arial" size="1">‘we provide a full range of legal services in the areas of Corporate and Business Entity Formation, Real Estate, Commerce, Tax, Immigration and Litigation ...’<BR><BR></FONT><a href="corporate.htm" target="_parent"><FONT COLOR="#cc0000" face="verdana,arial" size="2"><B>Corporate Services</B></FONT></a><br><FONT COLOR="#666666" face="verdana,arial" size="1">‘from setting up your business entity to securing work permits, business visas and appropriate licences, we have the expertise to help you ...’<BR><BR></FONT><a href="accounting.htm" target="_parent"><FONT COLOR="#cc0000" face="verdana,arial" size="2"><B>Accounting Services</B></FONT></a><br><FONT COLOR="#666666" face="verdana,arial" size="1">‘Our full service options extend to Filing of Tax Returns, Company Audit and Corporate Accounts setup and management ...’<BR><BR></FONT><a href="more_services.htm#insurance" target="_parent"><FONT COLOR="#cc0000" face="verdana,arial" size="2"><B>Insurance Services</B></FONT></a><br><FONT COLOR="#666666" face="verdana,arial" size="1">‘we did say "one STOP" service - we can also meet all your insurance needs through strategic alliances in all aspects ...’<BR><BR></FONT><a href="http://www.phuketsvrealestate.com" target="newwin"><FONT COLOR="#cc0000" face="verdana,arial" size="2"><B>Real Estate Services</B></FONT></a><br><FONT COLOR="#666666" face="verdana,arial" size="1">‘Our Project Management experience and property law expertise makes us your ideal choice to help protect your real estate investment interests here in Phuket, Thailand ... ’<BR><BR></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()
}
}
window.onload=regenerate2