<!--
function popup(url,name,prop){
	Hwnd = window.open(url,name,prop);
	Hwnd.focus();
}
//-->
