
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_hongkong.html","home_bombay.html","home_guangzhou.html","home_delhi.html","home_newzealand.html","home_hongkong.html","home_manila.html","home_paris.html","home_phnompenh.html","home_seoul.html","home_shanghai.html","home_singapore.html","home_shenzhen.html","home_QingDao.html","home_taipei.html","home_Osaka.html","home_tokyo.html","home_malaysia.html","home_London.html","home_Netherlands.html","home_Frankfurt.html","home_southafrica.html");

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