function ow(url,wi,he) {
	WO = window.open(url,'map','width='+wi+',height='+he+',scrollbars=yes,resizable=yes');
	WO.focus();
}