function MM_openBrWindow(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features);

}
function winpopup(){
	
	
	window.open("https://iservice.boccc.com.hk/iserv/", "popup", "height=500,width=795,menubar=0,toolbar=0,scrollable=1,resizable=yes");
	
	
	return false;
}
//window.open("./popup/Popup.htm", "popup2", "height=450,width=600,menubar=0,toolbar=0,scrollable=1");

function ocapopup(){
	window.open("https://iservice.boccc.com.hk/OCAWEB/index.do", "OCA", "width=780,height=570,resizable=yes,scrollbars=yes,status=yes");
	return false;
}

function pcepopup(){		
	var width = 600;	
	var height = 420;		
	var xc = (screen.availWidth - 10 - width) / 2;	var yc = (screen.availHeight - 30 - height) / 2;	
	var features = "width="+width+",height="+height;	
	features += ",left=" + xc + ",screenX=" + xc;	features += ",top=" + yc + ",screenY=" + yc;	
	
	window.open("https://iservice.boccc.com.hk/PCEWEB/front_door.do?locale=zh_TW", "PCE", features);		
	return false;
}
