// JavaScript Document
function moveinmenu(which){
which.style.background='#00ccff'

}

function moveoutmenu(which){
which.style.background='#0099ff'
}
function moveinmenu2(which){
which.style.background='#00ccff'

}

function moveoutmenu2(which){
which.style.background='#FFFFFF'
}
function movein(which){
which.style.background='#0077ff'

}

function moveout(which){
which.style.background="#6699FF"

}
function movein2(which){
which.style.background='#00eeff'

}

function moveout2(which){
which.style.background='#FFFFFF'

}


function trekkingone ()
{location.href='http://www.ezytrip.com/programme/n-index.php'}
function trekkingtwo ()
{location.href='http://www.ezytrip.com/programme/mommam.php'}


function menu()
{

document.write ('<table style="position: absolute; top: 141px; left: 252px; width:119px; visibility: hidden" class="latest" cellspacing="0" id="menu1" onmouseover="showprogramme();" onmouseout="hideprogramme();"  border="1pt" bordercolor="#6699FF" cellspacing="0" cellpadding="0"><tr><td onmouseover="movein(this);" onmouseout="moveout(this);"  width = "120"  bordercolor="#ffffff"  bgcolor="#6699ff"  align="center"><a href="http://www.ezytrip.com/programme/index.php" target="_blank"><font class="white13b"> &nbsp; &nbsp; ทัวร์ในประเทศ  &nbsp; &nbsp; </font></a></td></tr><tr><td  onmouseover="movein(this);" onmouseout="moveout(this);"   bgcolor="#6699ff"  align="center"  width = "120"  bordercolor="#ffffff"> <a href="http://www.ezytrip.com/programme/intensive.php" target="_blank"><font class="white13b"> &nbsp; &nbsp; ทัวร์หมู่คณะ &nbsp; &nbsp; </font></a></td></tr></tr></table>');
document.write ('<table style="position: absolute; top: 141px; left: 252px; width:119px; visibility: hidden" class="latest" cellspacing="0" id="menu2" onmouseover="showprogramme2();" onmouseout="hideprogramme2();"  border="1pt" bordercolor="#ffffFF" cellspacing="0" cellpadding="0"><tr><td  onmouseover="movein(this);" onmouseout="moveout(this);"  width = "120"   bordercolor="#ffffff"  bgcolor="#0077ff"  align="center"><a href="http://www.ezytrip.com/programme/2548-index.php" target="_blank"><font class="white13b"> &nbsp; &nbsp; &nbsp; &nbsp; ทัวร์ในประเทศ &nbsp; &nbsp; &nbsp; &nbsp; </font></a></td></tr><tr><td  onmouseover="movein(this);" onmouseout="moveout(this);"   bgcolor="#0077ff"  align="center"  width = "120"  bordercolor="#ffffff"><a href="http://www.ezytrip.com/programme/intensive.php" target="_blank"><font color="white13b"> &nbsp; &nbsp; ทัวร์หมู่คณะ &nbsp; &nbsp; </font></a></td></tr></tr></table>');
document.write ('<table style="position: absolute; top: 141px; left: 503px; width:119px; visibility: hidden" class="latest" cellspacing="0" id="menu3" onmouseover="showprogramme3();" onmouseout="hideprogramme3();"  border="1pt" bordercolor="#6699FF" cellspacing="0" cellpadding="0"><tr><td onmouseover="movein(this);" onmouseout="moveout(this);"  width = "120"  bordercolor="#ffffff"  bgcolor="#6699ff"  align="center"><a href="http://www.ezytrip.com/accom/hotel_thailand.php" target="_blank"><font class="white13b">&nbsp; โรงแรมทั่วไทย  &nbsp;</font></a></td></tr><tr><td  onmouseover="movein(this);" onmouseout="moveout(this);"   bgcolor="#6699ff"  align="center"  width = "120"  bordercolor="#ffffff"> <a href="http://www.ezytrip.com/accom/index.php" target="_blank"><font class="white13b"> &nbsp; &nbsp; จองโรงแรม &nbsp; &nbsp; </font></a></td></tr></tr></table>');
document.write ('<table style="position: absolute; top: 141px; left: 503px; width:119px; visibility: hidden" class="latest" cellspacing="0" id="menu4" onmouseover="showprogramme4();" onmouseout="hideprogramme4();"  border="1pt" bordercolor="#ffffFF" cellspacing="0" cellpadding="0"><tr><td  onmouseover="movein(this);" onmouseout="moveout(this);"  width = "120"   bordercolor="#ffffff"  bgcolor="#0077ff"  align="center"><a href="http://www.ezytrip.com/accom/hotel_thailand.php" target="_blank"><font class="white13b">&nbsp; &nbsp; โรงแรมทั่วไทย &nbsp; &nbsp;</font></a></td></tr><tr><td  onmouseover="movein(this);" onmouseout="moveout(this);"   bgcolor="#0077ff"  align="center"  width = "120"  bordercolor="#ffffff"><a href="http://www.ezytrip.com/accom/index.php" target="_blank"><font color="white13b"> &nbsp; &nbsp; จองโรงแรม &nbsp; &nbsp; </font></a></td></tr></tr></table>');

}

function showprogramme()
{document.getElementById('menu1').style.visibility = 'visible';
}
function hideprogramme()
{document.getElementById('menu1').style.visibility = 'hidden';
}
function showprogramme2()
{document.getElementById('menu2').style.visibility = 'visible';
}
function hideprogramme2()
{document.getElementById('menu2').style.visibility = 'hidden';
}
function showprogramme3()
{document.getElementById('menu3').style.visibility = 'visible';
}
function hideprogramme3()
{document.getElementById('menu3').style.visibility = 'hidden';
}
function showprogramme4()
{document.getElementById('menu4').style.visibility = 'visible';
}
function hideprogramme4()
{document.getElementById('menu4').style.visibility = 'hidden';
}