   <!--
       browserName = navigator.appName;
       browserVer = parseInt(navigator.appVersion);
       if ((browserName == "Netscape" && browserVer >= 3) || (browserName == "Microsoft Internet Explorer" && browserVer >=4)) {
           browserOK = "yes";
           }
       else {
           browserOK = "no";
           }

       if (browserOK == "yes")
	   
	   
{
landfillgroupOn = new Image;
landfillgroupOn.src = "gif/landfillgroup1.gif";
landfillgroupOff = new Image;
landfillgroupOff.src = "gif/landfillgroup.gif";
}
{
introductionOn = new Image;
introductionOn.src = "gif/introduction1.gif";
introductionOff = new Image;
introductionOff.src = "gif/introduction.gif";
}
{
chemicalwasteOn = new Image;
chemicalwasteOn.src = "gif/chemicalwaste1.gif";
chemicalwasteOff = new Image;
chemicalwasteOff.src = "gif/chemicalwaste.gif";
}
{
grahamroadOn = new Image;
grahamroadOn.src = "gif/grahamroad1.gif";
grahamroadOff = new Image;
grahamroadOff.src = "gif/grahamroad.gif";
}
{
hillsboroOn = new Image;
hillsboroOn.src = "gif/hillsboro1.gif";
hillsboroOff = new Image;
hillsboroOff.src = "gif/hillsboro.gif";
}
{
riverbendOn = new Image;
riverbendOn.src = "gif/riverbend1.gif";
riverbendOff = new Image;
riverbendOff.src = "gif/riverbend.gif";
}
{
greaterwenatcheeOn = new Image;
greaterwenatcheeOn.src = "gif/greaterwenatchee1.gif";
greaterwenatcheeOff = new Image;
greaterwenatcheeOff.src = "gif/greaterwenatchee.gif";
}
{
wastebyrailOn = new Image;
wastebyrailOn.src = "gif/wastebyrail1.gif";
wastebyrailOff = new Image;
wastebyrailOff.src = "gif/wastebyrail.gif";
}
{
columbiaridgeOn = new Image;
columbiaridgeOn.src = "gif/columbiaridge1.gif";
columbiaridgeOff = new Image;
columbiaridgeOff.src = "gif/columbiaridge.gif";
}
	   
{
forkidsOn = new Image;
forkidsOn.src = "../gif/forkids1.gif";
forkidsOff = new Image;
forkidsOff.src = "../gif/forkids.gif";
}

{
forkids2On = new Image;
forkids2On.src = "../gif/forkids21.gif";
forkids2Off = new Image;
forkids2Off.src = "../gif/forkids2.gif";
}

{
earthlinksOn = new Image;
earthlinksOn.src = "../gif/earthlinks1.gif";
earthlinksOff = new Image;
earthlinksOff.src = "../gif/earthlinks.gif";
}
{
earthlinkskOn = new Image;
earthlinkskOn.src = "../gif/earthlinksk1.gif";
earthlinkskOff = new Image;
earthlinkskOff.src = "../gif/earthlinksk.gif";
}
{
aboutwmOn = new Image;
aboutwmOn.src = "../gif/aboutwm1.gif";
aboutwmOff = new Image;
aboutwmOff.src = "../gif/aboutwm.gif";
}
{
aboutwmkOn = new Image;
aboutwmkOn.src = "../gif/aboutwmk1.gif";
aboutwmkOff = new Image;
aboutwmkOff.src = "../gif/aboutwmk.gif";
}
{
employmentOn = new Image;
employmentOn.src = "../gif/employment1.gif";
employmentOff = new Image;
employmentOff.src = "../gif/employment.gif";
}
{
employmentkOn = new Image;
employmentkOn.src = "../gif/employmentk1.gif";
employmentkOff = new Image;
employmentkOff.src = "../gif/employmentk.gif";
}
{
contactOn = new Image;
contactOn.src = "../gif/contact1.gif";
contactOff = new Image;
contactOff.src = "../gif/contact.gif";
}
{
contactusOn = new Image;
contactusOn.src = "../gif/contactus1.gif";
contactusOff = new Image;
contactusOff.src = "../gif/contactus.gif";
}

{
homeOn = new Image;
homeOn.src = "../gif/home1.gif";
homeOff = new Image;
homeOff.src = "../gif/home.gif";
}

{
cascaderecyclingOn = new Image;
cascaderecyclingOn.src = "../gif/cascaderecycling1.gif";
cascaderecyclingOff = new Image;
cascaderecyclingOff.src = "../gif/cascaderecycling.gif";
}

{
landfillOn = new Image;
landfillOn.src = "../gif/landfill1.gif";
landfillOff = new Image;
landfillOff.src = "../gif/landfill.gif";
}
{
wasteprofileOn = new Image;
wasteprofileOn.src = "gif/wasteprofile1.gif";
wasteprofileOff = new Image;
wasteprofileOff.src = "gif/wasteprofile.gif";
}
{
contactusOn = new Image;
contactusOn.src = "gif/contactus1.gif";
contactusOff = new Image;
contactusOff.src = "gif/contactus.gif";
}
{
faqOn = new Image;
faqOn.src = "gif/faq1.gif";
faqOff = new Image;
faqOff.src = "gif/faq.gif";
}
{
transportationOn = new Image;
transportationOn.src = "gif/transportation1.gif";
transportationOff = new Image;
transportationOff.src = "gif/transportation.gif";
}
{
environmentOn = new Image;
environmentOn.src = "gif/environment1.gif";
environmentOff = new Image;
environmentOff.src = "gif/environment.gif";
}
{
cityhomeOn = new Image;
cityhomeOn.src = "../gif/cityhome1.gif";
cityhomeOff = new Image;
cityhomeOff.src = "../gif/cityhome.gif";
}
{
sitehomeOn = new Image;
sitehomeOn.src = "../gif/sitehome1.gif";
sitehomeOff = new Image;
sitehomeOff.src = "../gif/sitehome.gif";
}
{
sitehomekOn = new Image;
sitehomekOn.src = "../gif/sitehomek1.gif";
sitehomekOff = new Image;
sitehomekOff.src = "../gif/sitehomek.gif";
}

       function imageOn(imgName) {
           if (browserOK == "yes") {
               imgOn = eval(imgName + "On.src");
               document.images[imgName].src = imgOn;
           }

       }
       function imageOff(imgName) {
           if (browserOK == "yes") {
               imgOff = eval(imgName + "Off.src");
               document.images[imgName].src = imgOff;
           }
       }
   //-->
   
<!--
// Copyright 1999 - 2002 by Ray Stott, Pop-up Windows Script ver 2.0
// OK to use if this copyright is included
// Script is available at http://www.crays.com/jsc          

var popWin = null    // use this when referring to pop-up window
var winCount = 0
var winName = "popWin"
function openPopWin(winURL, winWidth, winHeight, winFeatures, winLeft, winTop){
  var d_winLeft = 20  // default, pixels from screen left to window left
  var d_winTop = 20   // default, pixels from screen top to window top
  winName = "popWin" + winCount++ //unique name for each pop-up window
  closePopWin()           // close any previously opened pop-up window
  if (openPopWin.arguments.length >= 4)  // any additional features? 
    winFeatures = "," + winFeatures
  else 
    winFeatures = "" 
  if (openPopWin.arguments.length == 6)  // location specified
    winFeatures += getLocation(winWidth, winHeight, winLeft, winTop)
  else
    winFeatures += getLocation(winWidth, winHeight, d_winLeft, d_winTop)
  popWin = window.open(winURL, winName, "width=" + winWidth 
           + ",height=" + winHeight + winFeatures)
  }
function closePopWin(){    // close pop-up window if it is open 
  if (navigator.appName != "Microsoft Internet Explorer" 
      || parseInt(navigator.appVersion) >=4) //do not close if early IE
    if(popWin != null) if(!popWin.closed) popWin.close() 
  }
function getLocation(winWidth, winHeight, winLeft, winTop){
  return ""
  }
//-->

   
  // for Netscape 4+ and IE 4+
<!--
function getLocation(winWidth, winHeight, winLeft, winTop){
  var winLocation = ""
  if (winLeft < 0)
    winLeft = screen.width - winWidth + winLeft
  if (winTop < 0)
    winTop = screen.height - winHeight + winTop
  if (winTop == "cen")
    winTop = (screen.height - winHeight)/2 - 20
  if (winLeft == "cen")
    winLeft = (screen.width - winWidth)/2
  if (winLeft>0 & winTop>0)
    winLocation =  ",screenX=" + winLeft + ",left=" + winLeft	
                + ",screenY=" + winTop + ",top=" + winTop
  else
    winLocation = ""
  return winLocation
  }
//-->


<!-- Begin 
function leapto(form) {
var myindex=form.dest.selectedIndex
window.location=(form.dest.options[myindex].value);
}
// End -->

<!-- Begin
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}
// End -->

<!--
// Copyright 1999 - 2002 by Ray Stott, Pop-up Windows Script ver 2.0
// OK to use if this copyright is included
// Script is available at http://www.crays.com/jsc          

var popWin = null    // use this when referring to pop-up window
var winCount = 0
var winName = "popWin"
function openPopWin(winURL, winWidth, winHeight, winFeatures, winLeft, winTop){
  var d_winLeft = 20  // default, pixels from screen left to window left
  var d_winTop = 20   // default, pixels from screen top to window top
  winName = "popWin" + winCount++ //unique name for each pop-up window
  closePopWin()           // close any previously opened pop-up window
  if (openPopWin.arguments.length >= 4)  // any additional features? 
    winFeatures = "," + winFeatures
  else 
    winFeatures = "" 
  if (openPopWin.arguments.length == 6)  // location specified
    winFeatures += getLocation(winWidth, winHeight, winLeft, winTop)
  else
    winFeatures += getLocation(winWidth, winHeight, d_winLeft, d_winTop)
  popWin = window.open(winURL, winName, "width=" + winWidth 
           + ",height=" + winHeight + winFeatures)
  }
function closePopWin(){    // close pop-up window if it is open 
  if (navigator.appName != "Microsoft Internet Explorer" 
      || parseInt(navigator.appVersion) >=4) //do not close if early IE
    if(popWin != null) if(!popWin.closed) popWin.close() 
  }
function getLocation(winWidth, winHeight, winLeft, winTop){
  return ""
  }
//-->

   
  // for Netscape 4+ and IE 4+
<!--
function getLocation(winWidth, winHeight, winLeft, winTop){
  var winLocation = ""
  if (winLeft < 0)
    winLeft = screen.width - winWidth + winLeft
  if (winTop < 0)
    winTop = screen.height - winHeight + winTop
  if (winTop == "cen")
    winTop = (screen.height - winHeight)/2 - 20
  if (winLeft == "cen")
    winLeft = (screen.width - winWidth)/2
  if (winLeft>0 & winTop>0)
    winLocation =  ",screenX=" + winLeft + ",left=" + winLeft	
                + ",screenY=" + winTop + ",top=" + winTop
  else
    winLocation = ""
  return winLocation
  }
//-->

<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=621,height=480,left = 100,top = -300');");
}
// End -->


var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc)
var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only

if (document.getElementById){ //DynamicDrive.com change
document.write('<style type="text/css">\n')
document.write('.submenu{display: none;}\n')
document.write('</style>\n')
}

function SwitchMenu(obj){
	if(document.getElementById){
	var el = document.getElementById(obj);
	var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
		if(el.style.display != "block"){ //DynamicDrive.com change
			for (var i=0; i<ar.length; i++){
				if (ar[i].className=="submenu") //DynamicDrive.com change
				ar[i].style.display = "none";
			}
			el.style.display = "block";
		}else{
			el.style.display = "none";
		}
	}
}

function get_cookie(Name) { 
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { 
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function onloadfunction(){
if (persistmenu=="yes"){
var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
var cookievalue=get_cookie(cookiename)
if (cookievalue!="")
document.getElementById(cookievalue).style.display="block"
}
}

function savemenustate(){
var inc=1, blockid=""
while (document.getElementById("sub"+inc)){
if (document.getElementById("sub"+inc).style.display=="block"){
blockid="sub"+inc
break
}
inc++
}
var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid
document.cookie=cookiename+"="+cookievalue
}

if (window.addEventListener)
window.addEventListener("load", onloadfunction, false)
else if (window.attachEvent)
window.attachEvent("onload", onloadfunction)
else if (document.getElementById)
window.onload=onloadfunction

if (persistmenu=="yes" && document.getElementById)
window.onunload=savemenustate

