function commingsoon()
{
	alert ("กำลังปรับปรุงหน้านี้อยู่ครับ")
}

//Specify the marquee's width (in pixels)

var marqueewidth=310

//Specify the marquee's height 

var marqueeheight=250

//Specify the marquee's scroll speed (larger is faster)

var speed=2
//Specify the marquee contents

var marqueecontents='<font face="ms sans serif" color="white" size=3 style="font-size:14px" align="center"><b><p align="center">Susarn.com Team<b><p align="center">We built this web site for innovative<br><p align="center">vision. This is the story around you<br><p  align="center">,but we overlook. We hope that<br><p align="center">susarn.com will give you a profit.<br><p align="center">This is the point that we care.<p><br><p><br><p><br><p align="center">Credits<p><hr width="200"><p align="center">Consultant : Hongladda      Pongsuwan<p align="center"><br>.....................<p align="center"><br>The present Susarn.com team<p align="center"><br>Webmaster : Krit      Kruedeang<p align="center"><br>Programmer : Alongkorn      Phuangbunmak<p align="center"><br>.....................<p><br><p><br><p align="center">Team History<p align="center"><br>Consultant : Piyaporn      Pongpeerapat<p align="center"><br>Webmaster : Krit      Kruedeang<p align="center"><br>Programmer : Ekkarak      Chinajariyawong<p align="center"><br>Programmer : Ittirit      Boonyangdamrong<p align="center"><br>Programmer : Alongkorn      Phuangbunmak<p align="center"><br>Web Design : Anupong      Kongjorn<p align="center"><br>Web Content : Natnapit      Ponglumjeak<p align="center"><br>Web Content : Parichart      Chawkoh<p align="center"><br>Web Content : Pitima      Bunritpukdee<p align="center"><br>Web Content : Junyaporn      Junyayong<p align="center"><br>Translator : Panawan      Charsean<p align="center"><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


