/*var count=0;
startClock();
function startClock(){
if (count>=0) {
if(count%3==1){window.status='Asia holiday "Charming of Asia" :  Now Loading.  ';}
if(count%3==2){window.status='Asia holiday "Charming of Asia" :  Now Loading.. ';}
if(count%3==0){window.status='Asia holiday "Charming of Asia" :  Now Loading...';}
count++; setTimeout("startClock()", 300); 
}
}*/

/*function openweater(n){
window.open ('http://www.asiaholiday.co.th/phpweather/index.php'+n,
'mywindow','menubar=0,resizable=0,width=500,height=570,location=0'  );
}*/
function openweater(n) {
day = new Date();
id = day.getTime();
URL='http://www.asiaholiday.co.th/phpweather/index.php'+n;
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=480,height=600,left = 0,top = 0');");
}

function uphtml(prid ,nationid) {
day = new Date();
id = day.getTime();
URL='http://www.asiaholiday.co.th/uphtml.php?prid='+prid+'&nationid='+nationid;
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=480,height=600,left = 0,top = 0');");
//alert("555");
}
function upall() {
day = new Date();
id = day.getTime();
URL='http://www.asiaholiday.co.th/uphtml.php?upall=ok';
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=480,height=600,left = 0,top = 0');");
}
function popregismail() {
day = new Date();
id = day.getTime();
URL='http://www.asiaholiday.co.th/lemailer/index.php';
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=350,height=150,left = 0,top = 0');");
}