function openNewWindow(mapName) {
	if (mapName == "map1") {
	mainNewWindow = window.open(mapName + ".html", "map1", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=716,height=490")
	} else if (mapName == "map3") {
	mainNewWindow = window.open(mapName + ".html", "map3", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=716,height=420")
	} else if (mapName == "map2") {
	mainNewWindow = window.open(mapName + ".html", "map2", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=420,height=319")
	}
}


function newWindow() {
	mainNewWindow = window.open("html/coupeKimpex.html", "coupeKimpex", "resizable=no,scrollbars=yes,width=800,height=500")
}