

        if (document.images) {            // Nav Images
            img1on = new Image();      
            img1on.src = "/images/nav_home_on.gif"; 
            img2on = new Image(); 
            img2on.src = "/images/nav_colserv_on.gif";
            img3on = new Image(); 
            img3on.src = "/images/nav_stations_on.gif";
            img4on = new Image(); 
            img4on.src = "/images/nav_evoinfo_on.gif";
			img5on = new Image(); 
            img5on.src = "/images/nav_landfill_on.gif";
            img6on = new Image(); 
            img6on.src = "/images/nav_about_on.gif";
            img7on = new Image(); 
            img7on.src = "/images/nav_contact_on.gif";
			// Pay Bill Image
			img8on = new Image(); 
            img8on.src = "/images/pay_bill_on.gif";
			//Contact Email Form
			img9on = new Image(); 
            img9on.src = "/images/contact_email_form_on.gif";
            

            img1off = new Image();       //Nav Images
            img1off.src = "/images/nav_home_off.gif"; 
            img2off = new Image(); 
            img2off.src = "/images/nav_colserv_off.gif";
            img3off = new Image(); 
            img3off.src = "/images/nav_stations_off.gif";
            img4off = new Image(); 
            img4off.src = "/images/nav_evoinfo_off.gif";
			img5off = new Image(); 
            img5off.src = "/images/nav_landfill_off.gif";
            img6off = new Image(); 
            img6off.src = "/images/nav_about_off.gif";
            img7off = new Image(); 
            img7off.src = "/images/nav_contact_off.gif";
             //Pay Bill Image
			img8off = new Image(); 
            img8off.src = "/images/pay_bill_off.gif";
			//Contact Email Form 
			img9off = new Image(); 
            img9off.src = "/images/contact_email_form_off.gif";
			 
			 
        }

// Function to 'activate' images.
function imgOn(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
        }
}

// Function to 'deactivate' images.
function imgOff(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }
}

var TabArray = new Array(3)
	TabArray[0] = "one";
	TabArray[1] = "two";
	TabArray[2] = "three";


function tabNav(sect){
	writeTabs()
}

function writeTabs(href, imgsrc, imgwidth, alt){

	var x=0; 
	for (x=0; x<3; x++) 
	{ 
		response.write (TabArray[x]); 
	} 
//	for (i = 0; i < 10; i++)
//		document.write('<font>foo</font><br>');
}


function popupopen(page) {
	window.open(page,'domWindowName','width=780,height=580,menubar=no,scrollbars=yes, screenX=20,screenY=140,top=20,left=140,toolbar=0, location=0, resizeable=0')
}

function jumpMenu1(){
	location=document.jump.menu.options[document.jump.menu.selectedIndex].value;
}

function jumpMenu2(){
	location=document.jump.menu2.options[document.jump.menu2.selectedIndex].value;
}

function jumperMenu3(){
	location=document.jumper.menu3.options[document.jumper.menu3.selectedIndex].value;
}

	
	
