   <!--

       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")

	   

{

findcityOn = new Image;

findcityOn.src = "gif/findcity1.gif";

findcityOff = new Image;

findcityOff.src = "gif/findcity.gif";

}

{

forkidsOn = new Image;

forkidsOn.src = "gif/forkids1.gif";

forkidsOff = new Image;

forkidsOff.src = "gif/forkids.gif";

}



{

earthlinksOn = new Image;

earthlinksOn.src = "gif/earthlinks1.gif";

earthlinksOff = new Image;

earthlinksOff.src = "gif/earthlinks.gif";

}



{

aboutwmOn = new Image;

aboutwmOn.src = "gif/aboutwm1.gif";

aboutwmOff = new Image;

aboutwmOff.src = "gif/aboutwm.gif";

}

{
partnershipsOn = new Image;
partnershipsOn.src = "gif/partnerships1.gif";
partnershipsOff = new Image;
partnershipsOff.src = "gif/partnerships.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";

}

{

pressroomOn = new Image;

pressroomOn.src = "gif/pressroom1.gif";

pressroomOff = new Image;

pressroomOff.src = "gif/pressroom.gif";

}
{
	pacificnorthwestOn = new Image;
	pacificnorthwestOn.src = "gif/pacificnorthwest1.gif";
	pacificnorthwestOff = new Image;
	pacificnorthwestOff.src = "gif/pacificnorthwest.gif";
}
{
	wmcorporateOn = new Image;
	wmcorporateOn.src = "gif/wmcorporate1.gif";
	wmcorporateOff = new Image;
	wmcorporateOff.src = "gif/wmcorporate.gif";
}
{
	wmthinksgreenOn = new Image;
	wmthinksgreenOn.src = "gif/wmthinksgreen1.gif";
	wmthinksgreenOff = new Image;
	wmthinksgreenOff.src = "gif/wmthinksgreen.gif";
}
{
	preventwasteOn = new Image;
	preventwasteOn.src = "gif/preventwaste1.gif";
	preventwasteOff = new Image;
	preventwasteOff.src = "gif/preventwaste.gif";
}
{
	recycle800On = new Image;
	recycle800On.src = "gif/recycle8001.gif";
	recycle800Off = new Image;
	recycle800Off.src = "gif/recycle800.gif";
}

{

contactusOn = new Image;

contactusOn.src = "gif/contactus1.gif";

contactusOff = new Image;

contactusOff.src = "gif/contactus.gif";

}

{

contactbOn = new Image;

contactbOn.src = "gif/contactb1.gif";

contactbOff = new Image;

contactbOff.src = "gif/contactb.gif";

}

{

homeOn = new Image;

homeOn.src = "gif/home1.gif";

homeOff = new Image;

homeOff.src = "gif/home.gif";

}

{
servicedelaysOn = new Image;
servicedelaysOn.src = "gif/servicedelays1.gif";
servicedelaysOff = new Image;
servicedelaysOff.src = "gif/servicedelays.gif";
}
{
cdlgroupOn = new Image;
cdlgroupOn.src = "gif/cdlgroup1.jpg";
cdlgroupOff = new Image;
cdlgroupOff.src = "gif/cdlgroup.jpg";
}

{
commercialgroupOn = new Image;
commercialgroupOn.src = "gif/commercialgroup1.gif";
commercialgroupOff = new Image;
commercialgroupOff.src = "gif/commercialgroup.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";
}

{

wastebyrailOn = new Image;

wastebyrailOn.src = "gif/wastebyrail1.gif";

wastebyrailOff = new Image;

wastebyrailOff.src = "gif/wastebyrail.gif";

}
{

just4kidsOn = new Image;

just4kidsOn.src = "gif/just4kids1.gif";

just4kidsOff = new Image;

just4kidsOff.src = "gif/just4kids.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;

           }

       }

   //-->
   
   <!-- 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 -->


<!--
// Tim Was Here, and again
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 = 420														// 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 = "OneWinPopupOnly";
		openPopWin(URL, 621, 480, 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1', 140, 20);
																				// eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=621,height=480,left = 160,top = -300');");
	}
// End -->

<!-- Begin
	function popUp2(URL) {
		day = new Date();
		id = "OneWinPopupOnly";
		openPopWin(URL, 760, 480, 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1', 36, 20);
																				// eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=621,height=480,left = 160,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(obj).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



