function localpathhelp( target ) {
	var page=target ;
	//window.opener.location.href = "ms-its:" + IERPCtl.PlayerProperty('INSTALLPATH') + "/realplay.chm::/" + page ;
	window.open ("ms-its:" + IERPCtl.PlayerProperty('INSTALLPATH') + "/realplay.chm::/" + page, "helper");
	//window.opener.focus();
}

function HyperWarp1(in_url){
	window.opener.location.href=in_url;
	window.close();
}

function HyperWarp2(in_url){
	//window.opener.location.href=in_url;
	window.open (in_url, "helper");
	//window.opener.focus();
}
