if ((screen.width<800 || screen.height<600) && (document.cookie.indexOf("seen_res_popup")==-1))
{
	var popwidth = 550;
	var popheight = 450;
	popleft = (screen.availWidth - popwidth)/2;
	poptop = (screen.availHeight - popheight)/2;
	reso = window.open("../WebStripper/protected.html#link=http://www.ifc.com.hk/english/lib/screenres.aspx","ifcScreenres", "height="+popheight+",left="+popleft+",top="+poptop+",width="+popwidth+",status=no,toolbar=no,resizable=yes,scrollbars=no,menubar=no,location=no");
	reso.focus();
}

if ((oldbrowser) && (document.cookie.indexOf("seen_brow_popup")==-1))
{
	var popwidth = 550;
	var popheight = 390;
	popleft = (screen.availWidth - popwidth)/2;
	poptop = (screen.availHeight - popheight)/2;
	brow = window.open("../WebStripper/protected.html#link=http://www.ifc.com.hk/english/lib/browserold.aspx","ifcBrowser", "height="+popheight+",left="+popleft+",top="+poptop+",width="+popwidth+",status=no,toolbar=no,resizable=yes,scrollbars=no,menubar=no,location=no");
	brow.focus();
}