var color="blue"; text1="ยินดีต้อนรับสู่ โครงการอุทยทานใต้ทะเล จุฬาภรณ์ 36  "
comeback=0
cometo=0
// ================================================================================


function Header()
{
document.write('<table width=100% border=0 cellspacing=0 cellpadding=0   >');
document.write('<tr><td><img src="./img/header.jpg"></td></tr>');
document.write('</tr></table>');
}



//


function Footer()
{
document.write('<img src="./img/footer.jpg" >');
}


// ==============


function menu()
{

document.write('<Table border=0 cellspacing=0 cellpadding=0 background="img/bar.jpg" >');
document.write('<tr><td align=right width=905 height=58>');
document.write('<a href="index.asp"><img src="img/b2.jpg" border=0></a>');
document.write('<a href="show.asp"><img src="img/b3.jpg" border=0></a></td></tr>');
document.write('</table>');

}


//---


function dis(){
window.status=text1.substring(0,cometo)
if(comeback==1){
cometo--;
if(cometo==0){comeback=0}
} else {cometo++;if(cometo==text1.length){comeback=1}}
window.status=text1.substring(0,cometo)+""
if(cometo==text1.length){window.setTimeout("dis()",500);} else {window.setTimeout("dis()",50);}
}

