function Wch_open(url, obj, wid, hig){
	window.showModalDialog(url, obj, 'dialogWidth:'+wid+'px;dialogHeight:'+hig+'px;status:0;help:no');
}

