<!--

if (document.images) {
}

function openWindowwebsites() {
	  popupWin = window.open('web-sites.htm', 'websites', 'width=325,height=200');
	}  


if (document.images) {
}

if (document.images) {
  image1on = new Image();
  image1on.src = "images/template/home_divlink1.gif";

  image2on = new Image();
  image2on.src = "images/template/home_divlink2.gif";

  image3on = new Image();
  image3on.src = "images/template/home_divlink3.gif";

  image4on = new Image();
  image4on.src = "images/template/home_divlink4.gif";

  image5on = new Image();
  image5on.src = "images/template/home_divlink5.gif";

  image6on = new Image();
  image6on.src = "images/template/home_divlink6.gif";

  image7on = new Image();
  image7on.src = "images/template/home_divlink7.gif";

  image1off = new Image();
  image1off.src = "images/template/home_divlink1.gif";

  image2off = new Image();
  image2off.src = "images/template/home_divlink2.gif";

  image3off = new Image();
  image3off.src = "images/template/home_divlink3.gif";

  image4off = new Image();
  image4off.src = "images/template/home_divlink4.gif";

  image5off = new Image();
  image5off.src = "images/template/home_divlink5.gif";

  image6off = new Image();
  image6off.src = "images/template/home_divlink6.gif";

  image7off = new Image();
  image7off.src = "images/template/home_divlink7.gif";

  otherImage1 = new Image();  otherImage1.src = "images/template/home_divcenter1.gif";
  otherImage2 = new Image();  otherImage2.src = "images/template/home_divcenter2.gif";
  otherImage3 = new Image();  otherImage3.src = "images/template/home_divcenter-logo.gif";
  otherImage4 = new Image();  otherImage4.src = "images/template/home_divcenter4.gif";
  otherImage5 = new Image();  otherImage5.src = "images/template/home_divcenter-logo.gif";
  otherImage6 = new Image();  otherImage6.src = "images/template/home_divcenter6.gif";
  otherImage7 = new Image();  otherImage7.src = "images/template/home_divcenter-logo.gif";
  otherImage8 = new Image();  otherImage8.src = "images/template/home_divcenter-logo.gif" 
}

function changeImages() {  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
    } 
  }
}

if(navigator.appVersion.indexOf('Mac') != -1){
	document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="css/styles.css">');
}
else{
	document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="css/styles.css">');
}

// -->