document.write("<object id=\"x_popup_launcher\" classid=\"clsid:2D360201-FFF5-11d1-8D03-00A0C959BC0A\" width=\"1\" height=\"1\" align=\"middle\"><PARAM NAME=\"ActivateApplets\" VALUE=\"1\"><PARAM NAME=\"ActivateActiveXControls\" VALUE=\"1\"></object>");
function popup_open(url, target, flag)
{
	testwin=window.open(url, target, flag);
	if (testwin==null) {
	 try { x_popup_launcher.DOM.Script.execScript("window.open('"+url+"','"+target+"','"+flag+"');"); }
	 catch (e) { x_popup_launcher.DOM.Script.setTimeout("window.open('"+url+"','"+target+"','"+flag+"');"); }
	}
}
