function HUBRIS_BDE_HBAP_PopupWin(link) {
	var popWin = window.open(link); 
	popWin.focus();		
}

