function swapen() {
var url=document.URL;
newurl =url.replace('/th/','/en/');
window.location=newurl;
}

function swapth() {
var url=document.URL;
newurl =url.replace('/en/','/th/');
window.location=newurl;
}

function popup(URL, width, height) {
	mywindow = window.open (URL, "mywindow","location=no, toolbar=no, status=no, scrollbars=no, width="+width+", height="+height);
	mywindow.moveTo(200,200);
} 
function popup_scroll(URL, width, height) {
	mywindow = window.open (URL, "mywindow","location=no, toolbar=no, status=no, scrollbars=yes, width="+width+", height="+height);
	mywindow.moveTo(100,50);
} 
function ClearData(ctrl){
	ctrl.value ='';
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
	  //eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	  //if (restore) selObj.selectedIndex=0;
		eval(targ+".location='index.php?type="+selObj.options[selObj.selectedIndex].value+"'");
	 
}
function MM_jumpMenuDept(targ,selObj,restore){ //v3.0
	eval(targ+".location='index.php?dept="+selObj.options[selObj.selectedIndex].value+"'");
  //if (restore) selObj.selectedIndex=0;
}

