function linkOver(mObj,over){
	if(over){
		mObj.style.textDecoration = "none";
	}else{
		mObj.style.textDecoration = "underline";
	}
}
function openMapWindow(){
	widthWin = 795;
	heightWin = 520;
	leftPos = (screen.width - widthWin) / 2;
	topPos = (screen.height - heightWin) / 2;

	winChild = window.open("map.html","","scrollbars=no,menubar=no,height="+heightWin+",width="+widthWin+",left="+leftPos+",top="+topPos+"resizable=yes,toolbar=no,location=no,status=no");
}
function openSCPic1Window(){
	widthWin = 520;
	heightWin = 540;
	leftPos = (screen.width - widthWin) / 2;
	topPos = (screen.height - heightWin) / 2;

	winChild = window.open("huberrossscpic1.html","","scrollbars=no,menubar=no,height="+heightWin+",width="+widthWin+",left="+leftPos+",top="+topPos+"resizable=yes,toolbar=no,location=no,status=no");
}
function openSCPic2Window(){
	widthWin = 620;
	heightWin = 590;
	leftPos = (screen.width - widthWin) / 2;
	topPos = (screen.height - heightWin) / 2;

	winChild = window.open("huberrossscpic2.html","","scrollbars=no,menubar=no,height="+heightWin+",width="+widthWin+",left="+leftPos+",top="+topPos+"resizable=yes,toolbar=no,location=no,status=no");
}
function openMCPic1Window(){
	widthWin = 780;
	heightWin = 560;
	leftPos = (screen.width - widthWin) / 2;
	topPos = (screen.height - heightWin) / 2;

	winChild = window.open("huberrossmcpic1.html","","scrollbars=no,menubar=no,height="+heightWin+",width="+widthWin+",left="+leftPos+",top="+topPos+"resizable=yes,toolbar=no,location=no,status=no");
}
function openMCPic2Window(){
	widthWin = 780;
	heightWin = 480;
	leftPos = (screen.width - widthWin) / 2;
	topPos = (screen.height - heightWin) / 2;

	winChild = window.open("huberrossmcpic2.html","","scrollbars=no,menubar=no,height="+heightWin+",width="+widthWin+",left="+leftPos+",top="+topPos+"resizable=yes,toolbar=no,location=no,status=no");
}
function openMCPic3Window(){
	widthWin = 780;
	heightWin = 415;
	leftPos = (screen.width - widthWin) / 2;
	topPos = (screen.height - heightWin) / 2;

	winChild = window.open("huberrossmcpic3.html","","scrollbars=no,menubar=no,height="+heightWin+",width="+widthWin+",left="+leftPos+",top="+topPos+"resizable=yes,toolbar=no,location=no,status=no");
}