<!--

function openMap(url) {
	var newWin=open(url, 'newWin', 'width=910,height=720,scrollbars=auto,toolbar=no,statusbar=no,resizable=yes,left=30,top=30,screenX=30,screenY=30');
}

//-->