<!--
if (document.images) {
arImgSrc = new Array ("http://www.souheganhhc.org/images/nav011.gif","http://www.souheganhhc.org/images/nav012.gif",
"http://www.souheganhhc.org/images/nav021.gif","http://www.souheganhhc.org/images/nav022.gif",
"http://www.souheganhhc.org/images/nav031.gif","http://www.souheganhhc.org/images/nav032.gif",
"http://www.souheganhhc.org/images/nav041.gif","http://www.souheganhhc.org/images/nav042.gif",
"http://www.souheganhhc.org/images/nav051.gif","http://www.souheganhhc.org/images/nav052.gif",
"http://www.souheganhhc.org/images/nav061.gif","http://www.souheganhhc.org/images/nav062.gif",
"http://www.souheganhhc.org/images/nav071.gif","http://www.souheganhhc.org/images/nav072.gif",
"http://www.souheganhhc.org/images/nav081.gif","http://www.souheganhhc.org/images/nav082.gif",
"http://www.souheganhhc.org/images/nav091.gif","http://www.souheganhhc.org/images/nav092.gif",
"http://www.souheganhhc.org/images/nav101.gif","http://www.souheganhhc.org/images/nav102.gif",
"http://www.souheganhhc.org/images/nav111.gif","http://www.souheganhhc.org/images/nav112.gif")
arImgList = new Array ();
for (counter in arImgSrc) {
   arImgList[counter] = new Image();
   arImgList[counter].src = arImgSrc[counter];
   }
};
function rollOver(imgName,isOver,original) {
if (!document.images) {return};
if (original != null) {
otherImg = document.images[original];
if (isOver) {otherImg.src = "http://www.souheganhhc.org/images/" + original + "3.gif"}
       else {otherImg.src = "images/" + original + "2.gif"};
}
whichImg = document.images[imgName];
if (isOver) {whichImg.src = "http://www.souheganhhc.org/images/" + imgName + "2.gif"}
       else {whichImg.src = "http://www.souheganhhc.org/images/" + imgName + "1.gif"};
}
function open_window(url){
		mywin = window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=450,height=390');
	}

if(navigator.appVersion.indexOf('Mac') != -1){
	document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.souheganhhc.org/css/mac.css">');
}
else{
	document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.souheganhhc.org/css/styles.css">');
}
//-->

