
<!--
    if (document.images) {
//
    img01on = new Image();
	img01on.src = "images/homeon.gif";
    img02on = new Image();
    img02on.src = "images/reviewon.gif";
    img03on = new Image();
    img03on.src = "images/parenton.gif";
	img04on = new Image();
    img04on.src = "images/schoolon.gif";
	img05on = new Image();
    img05on.src = "images/teacheron.gif";
	img06on = new Image();
    img06on.src = "images/flowon.gif";
	img07on = new Image();
    img07on.src = "images/locationson.gif";
	img08on = new Image();
    img08on.src = "images/contacton.gif";
//
    
	img01off = new Image();
	img01off.src = "images/homeoff.gif";
    img02off = new Image();
    img02off.src = "images/reviewoff.gif";
    img03off = new Image();
    img03off.src = "images/parentoff.gif";
	img04off = new Image();
    img04off.src = "images/schooloff.gif";
	img05off = new Image();
    img05off.src = "images/teacheroff.gif";
	img06off = new Image();
    img06off.src = "images/flowoff.gif";
	img07off = new Image();
    img07off.src = "images/locationsoff.gif";
	img08off = new Image();
    img08off.src = "images/contactoff.gif";

    
}

// Function to show active images.
function imgOn(imgName) {
    if (document.images) {
        document[imgName].src = eval(imgName + "on.src");
    }
}

// Function to show inactive images.
function imgOff(imgName) {
    if (document.images) {
        document[imgName].src = eval(imgName + "off.src");
    }
}

// -->

<!--
function launcher(url,width,height,left,top) {
  self.name = "opener";
  var parms = 'scrollbars' + ',' + 'width=' + width + ',' + 'height=' + height + ',' + 'left=' + left + ',' + 'top=' + top;
  remote = open(url, "remote", parms);
}
-->
