function smartRollover() {
	if(document.getElementsByTagName) {
		var images = document.getElementsByTagName("img");

		for(var i=0; i < images.length; i++) {
			if(images[i].getAttribute("src").match("_off_"))
			{
				images[i].onmouseover = function() {
					this.setAttribute("src", this.getAttribute("src").replace("_off_", "_on_"));
				}
				images[i].onmouseout = function() {
					this.setAttribute("src", this.getAttribute("src").replace("_on_", "_off_"));
				}
			}
		}
	}
}

if(window.addEventListener) {
	window.addEventListener("load", smartRollover, false);
}
else if(window.attachEvent) {
	window.attachEvent("onload", smartRollover);
}

function openmap01()
{window.open("map01.html","open","width=630,height=550");}

function openmap02()
{window.open("map02.html","open","width=630,height=550");}

function openmap03()
{window.open("map03.html","open","width=630,height=550");}

function openmap04()
{window.open("map04.html","open","width=630,height=550");}

function openmap05()
{window.open("map05.html","open","width=630,height=550");}

function openmap06()
{window.open("map06.html","open","width=630,height=550");}

function openmap07()
{window.open("map07.html","open","width=630,height=550");}

function openmap08()
{window.open("map08.html","open","width=630,height=550");}

function openmap09()
{window.open("map09.html","open","width=630,height=730");}

function openmap10()
{window.open("map10.html","open","width=630,height=730");}
