
var wnd = '';
function popup(url,width,height){
   	args='top=0,left=0,screenX=0,screenY=0,width='+width+',height='+height+',scrollbars=yes,resizable=no';
	wnd=window.open(url,"Info",args);   
   	wnd.opener=self;
   	wnd.focus();
}

office = new Array("home.html","home_hk.html","home_uk.html","home_germany.html","home_cambodia.html","home_france.html","home_india.html","home_japan.html","home_netherland.html","home_newzealand.html","home_philippines.html","home_singapore.html","home_SouthAfrica.html","home_soeul.html","home_taiwan.html","home_bangkok.html","home_dubai.html","home_china.html","home_usa.html");

function officePage(){
	val = document.linexform.office.selectedIndex;
	location.href=office[val];
}
