var URL='http://www.thaiairways.co.th/';
//var URL='http://61.19.249.61/$sitepreview/thaiairways.co.th/';
//var URL='http://localhost/web/THAIAIR/CO-TH/thaiairways.co.th/';

startMenu0 = function() {
if (document.all&&document.getElementById) {
cssmenu0 = document.getElementById("csstopmenu0");
for (i=0; i<cssmenu0.childNodes.length; i++) {
node0 = cssmenu0.childNodes[i];
if (node0.nodeName=="LI") {
node0.onmouseover=function() {
this.className+=" over";
}
node0.onmouseout=function(){                  
this.className=this.className.replace(" over", "")
}
}
}
}
}

if (window.attachEvent)
window.attachEvent("onload", startMenu0)
else
window.onload=startMenu0;
