





var LoadComplete = 0;

var version = "b";      

       

browserName = navigator.appName;

browserVer = parseInt(navigator.appVersion);

	if (browserName == "Netscape" && browserVer > 3){ version = "g"}

	else {

    	if (browserName == "Microsoft Internet Explorer" && browserVer >= 4){ version = "g"}

    }

               

	if (version == "g"){

    	toc1on = new Image(183, 43);

        toc1on.src = "img/managechurch_on.gif";

        toc2on = new Image(183, 43);

        toc2on.src = "img/manageranier_on.gif";

		toc3on = new Image(183, 43);

        toc3on.src = "img/managewebster_on.gif";

        toc4on = new Image(183, 43);

        toc4on.src = "img/managemiddle_on.gif";

		toc5on = new Image(183, 43);

        toc5on.src = "img/manageallen_on.gif";

        toc6on = new Image(183, 43);

        toc6on.src = "img/managematt_on.gif";

		toc7on = new Image(123, 25);

        toc7on.src = "img/enlargeicon_on.gif";

        toc1off = new Image(183, 43);

        toc1off.src = "img/managechurch.gif";

        toc2off = new Image(183, 43);

        toc2off.src = "img/manageranier.gif";

		toc3off = new Image(183, 43);

        toc3off.src = "img/managewebster.gif";

        toc4off = new Image(183, 43);

        toc4off.src = "img/managemiddle.gif";

		toc5off = new Image(183, 43);

        toc5off.src = "img/manageallen.gif";

        toc6off = new Image(183, 43);

        toc6off.src = "img/managematt.gif";

		toc7off = new Image(123, 25);

        toc7off.src = "img/enlargeicon_off.gif";

  }        

       

function img_act(imgName) {

	if (version == "g" && LoadComplete == 1) {

	imgOn = eval(imgName + "on.src");

	document[imgName].src = imgOn;     

	}

}

       

function statusShow(statusText) {

	self.status = statusText;

}



function img_inact(imgName) {

	if (version == "g" && LoadComplete == 1) {

    	imgOff = eval(imgName + "off.src");

        document[imgName].src = imgOff;

    }

}

       

function exit(mainmid) {

	location = mainmid;

}

