function openwin(url) {
	pmapwin = window.open(url, "miniwin", "scrollbars=yes, resizable=yes,width=550,height=711");
}
