function closeWin(){
	window.close();
}

function openMap(){
	window.open("map.html", "newWin", "width=940,height=700,scrollbars=yes,menubar=no");
}
function openOutline(){
	window.open("outline.html", "newWin", "width=800,height=700,scrollbars=yes,menubar=no");
}

function openPremium(){
	window.open("premium.html", "newWin", "width=930,height=700,scrollbars=yes,menubar=no");
}

function openPanorama(){
	window.open("panorama.html", "newWin", "width=900,height=552,scrollbars=no,menubar=no");
}
