function OpenWin(url) {
	window.open(url,"mapWin","width=500 ,height=660 ,resizable=1 ,scrollbars=1");
}