function subwin(url){
		var map=window.open(url,"map",'width=500,height=650,toolbar=yes,scrollbars=yes');
		}
