<!--
//Menu Vars
		var sectionmenu = new Array();
		var sectionovers = new Array();
		var sectionstatus = new Array();


	//initialize the menu objects
	function init(){
		/*
		if(navigator.appName == "Netscape"){
			sectionmenu[1] = window.document.section1menu;
			sectionovers[1] = window.document.section1over;
			sectionmenu[2] = window.document.section2menu;
			sectionovers[2] = window.document.section2over;
			sectionmenu[3] = window.document.section3menu;
			sectionovers[3] = window.document.section3over;
			sectionmenu[4] = window.document.section4menu;
			sectionovers[4] = window.document.section4over;
		}
		else{
		*/
			sectionmenu[1] = document.all.section1menu.style;			
			sectionovers[1] = document.all.section1over.style;
			sectionmenu[2] = document.all.section2menu.style;			
			sectionovers[2] = document.all.section2over.style;
			sectionmenu[3] = document.all.section3menu.style;			
			sectionovers[3] = document.all.section3over.style;
			sectionmenu[4] = document.all.section4menu.style;			
			sectionovers[4] = document.all.section4over.style;
		//}
		sectionstatus[1] = 'closed';
		sectionstatus[2] = 'closed';
		sectionstatus[3] = 'closed';
		sectionstatus[4] = 'closed';
	}//init

	// Sets the selected menu to visible
	function show(menunumber){
		if(parseInt(navigator.appVersion) < 4){}
		else{
			if (sectionovers.length){
		  		if(sectionovers[menunumber]){
					sectionovers[menunumber].visibility = 'visible';
					sectionovers[menunumber].zIndex = '310';
		  		}
		  		sectionmenu[menunumber].visibility = 'visible';
		  		sectionmenu[menunumber].zIndex = '10';
		  		sectionstatus[menunumber] = 'open';
		  	}
		}
	}//show
	
	// Clears all menus
	function menuhide(){
		
		clearmenus();

	  if(parseInt(navigator.appVersion) > 3){
	     for(i=0; i<sectionmenu.length; i++){
	        if(sectionstatus[i] == 'open'){
	          if(sectionovers[i]){
	            sectionovers[i].visibility = 'hidden';
	            sectionovers[i].zIndex = '30';
	          }

	          sectionmenu[i].visibility = 'hidden';
	          sectionmenu[i].zIndex = '10';
	          sectionstatus[i] = 'closed';
	        }
				}
		}

	}//menuhide
	
	//image cache
	if(document.images){
		var blank = new Image();
		blank.src = "images/clear.gif";
//section 1
		var section1_0 = new Image();
		section1_0.src = "images/homero/practiceup.gif";	
		var section1_1 = new Image(); 
		section1_1.src = "images/homero/practicedown.gif";	
		
		//menuovers
		var sub_1_1 = new Image();
		sub_1_1.src = "images/maindropdowns/section1/1_1_down.gif";
		var sub_1_1_2 = new Image();
		sub_1_1_2.src = "images/maindropdowns/section1/1allblu.gif";
		var sub_1_2 = new Image();
		sub_1_2.src = "images/maindropdowns/section1/1_2_down.gif";
		var sub_1_3 = new Image();
		sub_1_3.src = "images/maindropdowns/section1/1_3_down.gif";
		
//section 2
		var section2_0 = new Image();
		section2_0.src = "images/homero/attorneyup.gif";	
		var section2_1 = new Image(); 
		section2_1.src = "images/homero/attorneydown.gif";		
		
		//menuovers
		var sub_2_1 = new Image();
		sub_2_1.src = "images/maindropdowns/section2/2_1_down.gif";
		var sub_2_2 = new Image();
		sub_2_2.src = "images/maindropdowns/section2/2_2_down.gif";
		var sub_2_3 = new Image();
		sub_2_3.src = "images/maindropdowns/section2/2_3_down.gif";
		var sub_2_4 = new Image();
		sub_2_4.src = "images/maindropdowns/section2/2_4_down.gif";
		var sub_2_5 = new Image();
		sub_2_5.src = "images/maindropdowns/section2/2_5_down.gif";
		var sub_2_6 = new Image();
		sub_2_6.src = "images/maindropdowns/section2/2_6_down.gif";
		
//section 3
		var section3_0 = new Image();
		section3_0.src = "images/homero/announceup.gif";	
		var section3_1 = new Image(); 
		section3_1.src = "images/homero/announcedown.gif";	
		
		//menuovers
		/*
		var sub_3_1 = new Image();
		sub_3_1.src = "images/maindropdowns/section3/3_1_down.gif";
		var sub_3_2 = new Image();
		sub_3_2.src = "images/maindropdowns/section3/3_2_down.gif";
		*/
		var sub_3_3 = new Image();
		sub_3_3.src = "images/maindropdowns/section3/3_3_down.gif";
		
//section 4
		var section4_0 = new Image();
		section4_0.src = "images/homero/aboutusup.gif";	
		var section4_1 = new Image(); 
		section4_1.src = "images/homero/aboutusdown.gif";	
		
		//menuovers
		var sub_4_1 = new Image();
		sub_4_1.src = "images/maindropdowns/section4/4_1_down.gif";
		var sub_4_2 = new Image();
		sub_4_2.src = "images/maindropdowns/section4/4_2_down.gif";
		var sub_4_3 = new Image();
		sub_4_3.src = "images/maindropdowns/section4/4_3_down.gif";
    	var sub_4_4 = new Image();
		sub_4_4.src = "images/maindropdowns/section4/4_4_down.gif";
		var sub_4_5 = new Image();
		sub_4_5.src = "images/maindropdowns/section4/4_5_down.gif";	
		var sub_4_6 = new Image();
		sub_4_6.src = "images/maindropdowns/section4/4_6_down.gif";	
		
	}//image cache
	
	// Used to change the highlight on the top nav to the appropriate color
	function change(Name,Image,No,Msg) {
		if (document.images) {
			if (document [Name]){
				document [Name].src = eval(Image + No + ".src");
			}
		}

		if (Msg) self.status = eval(Image + "2");

		return true;
	}//change		
	
	// Clears all top Nav highlights
	function clearmenus(){
		change('section1','section1_',0,0);
		change('section2','section2_',0,0);
		change('section3','section3_',0,0);
		change('section4','section4_',0,0);
	}

	// Turns the highlighted part of a menu to visible
//	function imageover(imgname, divname, div2){
	function imageover(imgname, divname){
		if(parseInt(navigator.appVersion) > 3){
			if(document.layers) 
					eval("window.document." + divname + ".document['" + imgname + "'].src = " + imgname + ".src");
					//eval("window.document." + divname + ".document." + div2 + ".document['" + imgname + "'].src = " + imgname + ".src");
		  else eval("document['" + imgname + "'].src = " + imgname + ".src");
		}
		else{
		  if(navigator.appName == "Netscape"){
		    eval("document['imgmenu" + imgname + "'].src = menu" + imgname + ".src");
	      menustatus[imgname] = "open";
	    }
		}
	}

	// Turns off the highlighted part of a menu
//	function imageoff(imgname, divname, div2){
	function imageoff(imgname, divname){
		if(parseInt(navigator.appVersion) > 3){
		//	if(document.layers) eval("window.document." + divname + ".document." + div2 + ".document['" + imgname + "'].src = blank.src");
			if(document.layers) eval("window.document." + divname + ".document['" + imgname + "'].src = blank.src");
			else eval("document['" + imgname + "'].src = blank.src");
	    }
	  else{
	    if(navigator.appName == "Netscape"){
		    eval("document['imgmenu" + imgname + "'].src = menu" + imgname + ".src");
	    }
	  }
	}//imageoff
	//menu hides
	function netscapehider(){
		menuhide(); 
	}

	function iehider(){
	  if(window.event.toElement && window.event.toElement.className != "menu") menuhide();
	}
// -->
		