      var outside;
      var panels = new Array('panel1', 'panel2', 'panel3', 'panel4', 'panel5', 'panel6');
      var selectedTab = null;

      var prevSelectedName = null;
      var isFromPanel6=false;



      function showPanel(tab, name)
      {
	if ((name == 'panel6') && noSearch) document.location.href = 'http://www.krwa.net/search/';
	else {
	if(name == 'panel6') {
	        document.getElementById('panel6').style.height = '360px';
		hideAd();
		searchTab = 1;
	}
        selectedTab = tab;
	  var tempSearchPrev=null;
         for(i = 0; i < panels.length; i++)
        {
          	if (document.getElementById(panels[i])) {

			if(name==panels[i] && name =='panel1'){
				tempSearchPrev=prevSelectedName;
				prevSelectedName="panel1";
				document.SearchMain.MT.value=getPrevSelectedValue(tempSearchPrev);
			}else if(name==panels[i] && name =='panel2'){
				tempSearchPrev=prevSelectedName;
				prevSelectedName="panel2";
					document.searchHedform.Symbol.value=getPrevSelectedValue(tempSearchPrev);
					if(document.searchHedform.Symbol.value==null || document.searchHedform.Symbol.value=="")
						document.searchHedform.Symbol.value="Symbol";
                        }else if(name==panels[i] && name =='panel3'){
				tempSearchPrev=prevSelectedName;
				prevSelectedName="panel3";
				document.SearchVideo.MT.value=getPrevSelectedValue(tempSearchPrev);
                        }else if(name==panels[i] && name =='panel4'){
				tempSearchPrev=prevSelectedName;
				prevSelectedName="panel4";
				document.SearchWeb.MT.value=getPrevSelectedValue(tempSearchPrev);
                        }else if(name==panels[i] && name =='panel5'){
				tempSearchPrev=prevSelectedName;
				prevSelectedName="panel5";
				document.SearchBlog.MT.value=getPrevSelectedValue(tempSearchPrev);
                        }else if(name==panels[i] && name =='panel6'){
				tempSearchPrevv=prevSelectedName;
				document.getElementById('searchtext').form.MT.value=getPrevSelectedValue(tempSearchPrev);
				document.getElementById('boardsearch').form.q.value=getPrevSelectedValue(tempSearchPrev);
			}

			document.getElementById(panels[i]).style.display = (name == panels[i]) ? 'block':'none';

			if(name==panels[i] && name=='panel3' && document.SearchVideo.MT.value !=""){
					document.SearchVideo.submit();
					return true;
			} else if(name==panels[i] && name=='panel4' && document.SearchWeb.MT.value !=""){
                                  document.SearchWeb.submit();
                                  return true;
                     }else if(name==panels[i] && name=='panel5' && document.SearchBlog.MT.value !=""){
                                  document.SearchBlog.submit();
                                  return true;
                     }else if(name==panels[i] && name=='panel2' && document.searchHedform.Symbol.value !="" && document.searchHedform.Symbol.value !="Symbol"){
                                  return submitTkr('searchHedform');
                     }else if(name==panels[i] && name=='panel1' && document.SearchMain.MT.value !="" && !isFromPanel6){
                                  document.SearchMain.submit();
                                  return true;
                     }

		}
        }
//        return false;
}
      }
function mouseoutTab() {
	if ((navigator.appName == "Microsoft Internet Explorer") && (getExplorerVersion() < 4.5))
		return true;
	showPanel(this, 'panel1');
	return true;
}
function setoutside(out) {
	outside = out;
}
function hideSearchPanel() {
isFromPanel6=true;
showPanel(document.getElementById('panel6'), 'panel1');
isFormPanel6=false;
if (outside) outside = 0;
searchTab = 0;

}



//css
if (navigator.appName.indexOf("Netscape") != -1) {
	document.write ('<LINK REL="STYLESHEET" TYPE="text/css" HREF="style_ns.css">');
} else {
	document.write ('<LINK REL="STYLESHEET" TYPE="text/css" HREF="style_ie.css">');
}

//EDIT THIS PART FOR MAIN MENU DO SEARCH REPLACE IF NECESSARY - JEN SHARP
var channelArr = new Array('about','onlineResources','technical','training','membership');
var longChannelArr = new Array('ABOUT','ONLINE RESOURCES','TECHNICAL ASSISTANCE','TRAINING','MEMBERSHIP');
var channelURLArr = new Array('/about/mission.shtml','/newsDB/','/projects/','/training/','/membership/');
var searchTab = 0;
var noSearch = 0;




//End Highlight home link

	function _startColumn(){
		document.write("<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"328\"><TR><TD WIDTH=168 VALIGN=TOP>");
		_doAlertsColumn();
		var ver = navigator.appName;
		var num = parseInt(navigator.appVersion);
		var myagent = navigator.userAgent.toLowerCase();
		if ((ver == "Microsoft Internet Explorer")&&(num >= 4)&&(myagent.indexOf('mac') < 0)) {
			_doBookmarkColumn();
		}
		document.write("</td>");
		document.write("<td width=\"10\">&nbsp;&nbsp;</td>");
		document.write("<td width=\"150\" valign=top>");
	}


	function _endColumn(){
		document.write("</CENTER></TD></TR></TABLE>");
	}


//jumpNav
function jumpNav (form) {
	if (form.jumpSelect.options[form.jumpSelect.selectedIndex].value != "") {
		this.location = form.jumpSelect.options[form.jumpSelect.selectedIndex].value;
	}
}

//go
function go(url) {
	if (opener && !opener.closed) {
		opener.location = url;
		opener.focus();
	} else {
		fakeWin = window.open(url, 'fake');
		fakeWin.focus();
	}
}
//closeWindow
function closeWindow() {
window.close()
}

//channel
if ((typeof fdcchannel == "undefined") || (fdcchannel == "")) {
	if ((typeof displayedChannel != "undefined") && (displayedChannel != "")) {
		fdcchannel = displayedChannel;
	}
	else {
		var channelIndex = this.location.href.indexOf('fdcchannel=');
		if (channelIndex == -1) fdcchannel = 'about';
		else {
			fdcchannel =  this.location.href.substr(channelIndex+8);
			var channelEnd = fdcchannel.indexOf('&');
			if (channelEnd>-1) fdcchannel = fdcchannel.substr(0,channelEnd);
		}
	}
}

count=0;
for (i=0;i<channelArr.length;i++) {
	if(channelArr[i] == fdcchannel) {
		break;
	}
	count++;
}

if (count==channelArr.length) fdcchannel = "about";

var displayedChannel = fdcchannel;

if (typeof fdcsponsor == "undefined") {
	var sponsorIndex = this.location.href.indexOf('fdcsponsor=');
	if (sponsorIndex == -1) fdcsponsor = '';
	else {
		fdcsponsor =  this.location.href.substr(sponsorIndex+8);
		var sponsorEnd = fdcsponsor.indexOf('&');
		if (sponsorEnd>-1) fdcsponsor = fdcsponsor.substr(0,sponsorEnd);
	}
}



var aboutArr = new Array();
var opinionsArr = new Array();
var onlineResourcesArr = new Array();
var technicalArr = new Array();
var trainingArr = new Array();
var membershipArr = new Array();
var workArr = new Array();
var listsArr = new Array();
var personalFinanceArr = new Array();
var lifestyleArr = new Array();
var hTimer;
var vTimer;
var thisSection;
var htimer = 0;
var lastSection;
var thisAdDiv;
var vSection;
aboutArr[0] = new Array("Home","http://www.krwa.net");
aboutArr[1] = new Array("|","#");
aboutArr[2] = new Array("Mission","http://www.krwa.net/about/mission.shtml");
aboutArr[3] = new Array("|","#");
aboutArr[4] = new Array("Board &amp; Staff","http://www.krwa.net/about/staff.shtml");
aboutArr[5] = new Array("|","#");
aboutArr[6] = new Array("Location","http://www.krwa.net/about/location.shtml");
aboutArr[7] = new Array("|","#");
aboutArr[8] = new Array("Contact","http://www.krwa.net/about/subscribe.shtml");
onlineResourcesArr[0] = new Array("In the News","http://www.krwa.net/newsDB/");
onlineResourcesArr[1] = new Array("|","#");
onlineResourcesArr[2] = new Array("Legislative News","http://www.krwa.net/legnews/");
onlineResourcesArr[3] = new Array("|","#");
onlineResourcesArr[4] = new Array("RWD Maps","http://www.krwa.net/mapovers/");
onlineResourcesArr[5] = new Array("|","#");
onlineResourcesArr[6] = new Array("Systems Directory","http://www.krwa.net/directory");
onlineResourcesArr[7] = new Array("|","#");
onlineResourcesArr[8] = new Array("WateringHole","http://www.krwa.net/forum/");
onlineResourcesArr[9] = new Array("|","#");
onlineResourcesArr[10] = new Array("Web Services","http://www.krwa.net/demo/");
onlineResourcesArr[11] = new Array("|","#");
onlineResourcesArr[12] = new Array("Lifeline Magazine","http://www.krwa.net/lifeline/");
onlineResourcesArr[13] = new Array("|","#");
onlineResourcesArr[14] = new Array("Store","http://www.krwa.net/store/");
onlineResourcesArr[15] = new Array("|","#");
onlineResourcesArr[16] = new Array("Links","../about/links.shtml");
technicalArr[0] = new Array("Financing","http://www.krwa.net/finance/fundopt.shtml");
technicalArr[1] = new Array("|","#");
technicalArr[2] = new Array("KAN STEP","http://www.krwa.net/projects/");
technicalArr[3] = new Array("|","#");
technicalArr[4] = new Array("Focus on Water Loss","http://www.krwa.net/projects/specialfocus.asp");
technicalArr[5] = new Array("|","#");
technicalArr[6] = new Array("Mapping","http://www.krwa.net/mapping/");
technicalArr[7] = new Array("|","#");
technicalArr[8] = new Array("Water &amp; Wastewater Systems","http://www.krwa.net/ops/");
technicalArr[9] = new Array("Downloads","http://www.krwa.net/downloads/");
trainingArr[0] = new Array("Conference","http://www.krwa.net/conference/");
trainingArr[1] = new Array("|","#");
trainingArr[2] = new Array("Online Activities","http://www.krwa.net/onlineactivities/");
trainingArr[3] = new Array("|","#");
trainingArr[4] = new Array("Survey","http://www.krwa.net/training/trainsurvey.shtml");
trainingArr[5] = new Array("|","#");
trainingArr[6] = new Array("Training Sessions","http://www.krwa.net/training/");
trainingArr[7] = new Array("|","#");
trainingArr[8] = new Array("Management Training","http://www.krwa.net/training/management.shtml");
membershipArr[0] = new Array("About Membership","http://www.krwa.net/membership/");
membershipArr[1] = new Array("|","#");
membershipArr[2] = new Array("Utilities","http://www.krwa.net/membership/wwu.asp");
membershipArr[3] = new Array("|","#");
membershipArr[4] = new Array("Associate Members","http://www.krwa.net/membership/assocmembers.asp");
membershipArr[5] = new Array("|","#");
membershipArr[6] = new Array("Join Online","http://www.krwa.net/membership/join.asp");
workArr[0] = new Array("Search our Site","http://www.krwa.net/search/");
workArr[1] = new Array("|","#");
workArr[2] = new Array("News Search","http://www.krwa.net/newsDB/MainAnnounce1.asp?cmd=reset");
workArr[3] = new Array("|","#");
workArr[4] = new Array("Lifeline Search","http://www.krwa.net/lifeline/pastissues.shtml");
//personalFinanceArr[0] = new Array("Education","http://www.krwa.net/investoreducation/");
//lifestyleArr[0] = new Array("Collecting","http://www.krwa.net/collecting/");
//listsArr[0] = new Array("Billionaires","http://www.krwa.net/billionaires/");
//opinionsArr[0] = new Array("Books","http://www.krwa.net/opinions/books/");
about0Arr = new Array();
about1Arr = new Array();
about2Arr = new Array();
about3Arr = new Array();
about4Arr = new Array();
about5Arr = new Array();
about6Arr = new Array();
about7Arr = new Array();
about8Arr = new Array();
onlineResources0Arr = new Array();
onlineResources1Arr = new Array();
onlineResources2Arr = new Array();
onlineResources3Arr = new Array();
//onlineResources3Arr[0] = new Array(); FOLLOW THIS IF NEED VERTICAL 3rd TIER SUB MENU
onlineResources4Arr = new Array();
onlineResources5Arr = new Array();
onlineResources6Arr = new Array();
onlineResources7Arr = new Array();
onlineResources8Arr = new Array();
onlineResources9Arr = new Array();
onlineResources10Arr = new Array();
onlineResources11Arr = new Array();
onlineResources12Arr = new Array();
onlineResources13Arr = new Array();
onlineResources14Arr = new Array();
onlineResources15Arr = new Array();
onlineResources16Arr = new Array();
technical0Arr = new Array();
technical1Arr = new Array();
technical2Arr = new Array();
technical3Arr = new Array();
technical4Arr = new Array();
technical5Arr = new Array();
technical6Arr = new Array();
technical7Arr = new Array();
technical8Arr = new Array();
technical9Arr = new Array();
training0Arr = new Array();
training1Arr = new Array();
training2Arr = new Array();
training3Arr = new Array();
training4Arr = new Array();
training5Arr = new Array();
training6Arr = new Array();
training7Arr = new Array();
training8Arr = new Array();
membership0Arr = new Array();
membership1Arr = new Array();
membership2Arr = new Array();
membership3Arr = new Array();
membership4Arr = new Array();
membership5Arr = new Array();
membership6Arr = new Array();
work0Arr = new Array();
work1Arr = new Array();
work2Arr = new Array();
work3Arr = new Array();
work4Arr = new Array();
work5Arr = new Array();
work6Arr = new Array();
work7Arr = new Array();
personalFinance0Arr = new Array();
personalFinance1Arr = new Array();
personalFinance2Arr = new Array();
personalFinance3Arr = new Array();
personalFinance4Arr = new Array();
personalFinance5Arr = new Array();
personalFinance6Arr = new Array();
personalFinance7Arr = new Array();
personalFinance8Arr = new Array();
lifestyle0Arr = new Array();
lifestyle1Arr = new Array();
lifestyle2Arr = new Array();
lifestyle3Arr = new Array();
lifestyle4Arr = new Array();
lifestyle5Arr = new Array();
lifestyle6Arr = new Array();
lifestyle7Arr = new Array();
lists0Arr = new Array();
lists1Arr = new Array();
lists2Arr = new Array();
lists3Arr = new Array();
lists4Arr = new Array();
lists5Arr = new Array();
opinions0Arr = new Array();
opinions1Arr = new Array();
opinions2Arr = new Array();
opinions3Arr = new Array();

var hiColor = '#CC0000'; //This is for selected channel & page
var loColor ='#c8def3'; //This is for when mouseover other tabs
var lastColor;
var userIni = 0;
var displayedSectionVar;
var searchBoxTopIsSet = false;

function showHMenu(channel) 
{
	if (fdcsponsor == 'noad') 
	{
		if (document.getElementById('searchbox')) 
		{
			document.getElementById('bigBannerDiv').style.height = 0;
		}
	}
	if ((typeof partner != "undefined") && (partner != "") && ((partner.indexOf("aol")>-1) || (partner.indexOf("msn")>-1) || (partner.indexOf("b365")>-1))) 
	{		
		if(document.getElementById('column')) 
		{
			if(attacheTopIsSet != true)
			{
				setAttacheTop();
			}
		}
	}
	if (document.getElementById('panel1')) {
		document.getElementById('panel1').style.display = "block";
	}
	if(document.getElementById('column')) document.getElementById('column').style.display = "block";
	keepMenu();
	hideVMenu();
	hover(channel);
	if ((typeof curChannel == 'undefined') || (channel != curChannel) || (channel == fdcchannel)) {
		curChannel = channel;
		hideVMenu();
		thisChannArr = eval(channel+'Arr');
		thisChannStr = "";
		thisWidth = 0;
		thisChannX = document.getElementById(channel+'S').offsetParent.offsetLeft;
		thisChannWidth = document.getElementById(channel+'S').offsetWidth;
		if (navigator.appName == 'Microsoft Internet Explorer') thisChannWidth += 8;
		for(i=0;i<thisChannArr.length;i++) {
			if ((typeof displayedSectionVar != "undefined") && (channel + i == displayedSectionVar)) thisHC = "hirizItem";
			else thisHC = "horizItem";
			thisChannStr += '<span id="'+channel+i+'"onMouseOver="showVMenu(\''+channel+i+'\')" onMouseOut="hideMenu()" class="' + thisHC + '" onMouseUp="javascript:nvg(\''+thisChannArr[i][1]+'\')">'+thisChannArr[i][0]+'<\/span>';
		}
	
		document.getElementById('hRO').innerHTML = thisChannStr;
	
		for(i=0;i<thisChannArr.length;i++) {
			thisWidth += document.getElementById(channel+i).offsetWidth;
		}
		thisPadding = (720 - thisWidth)/2;
		if (720-thisChannX>=thisWidth) thisPadding = thisChannX;
		else if (thisChannX+thisChannWidth>=thisWidth) thisPadding = thisChannX + thisChannWidth - thisWidth -6;
		if (thisPadding<0) thisPadding = 0;
	
	
		document.getElementById('hRO').style.width = 720;
		document.getElementById('hRO').style.paddingLeft = thisPadding;
		
		if (document.getElementById('hRO').offsetWidth > 720) {
			document.getElementById('hRO').style.width = 720 - thisPadding;
		}

		if(channel != fdcchannel) {
			for(i=0;i<channelArr.length;i++) {
				thisChannel = channelArr[i];
				if(thisChannel != fdcchannel) {
					document.getElementById(thisChannel+'S').style.backgroundColor = 'transparent';
					document.getElementById(thisChannel+'S').style.color = '#FFFFFF'; //Needs to be same as .navitem in newrollover.css FIND ALL INSTANCES
				}
			}
			document.getElementById(channel+'S').style.backgroundColor = '#c4d6e7'; //This is for mouseover top tabs
			document.getElementById(channel+'S').style.color = '#000000';
			document.getElementById(fdcchannel+'S').style.backgroundColor = 'transparent';
			document.getElementById(fdcchannel+'S').style.color = loColor;
			lastColor = loColor;
			
		} else {
			for(i=0;i<channelArr.length;i++) {
				thisChannel = channelArr[i];
				if(thisChannel != fdcchannel) {
					document.getElementById(thisChannel+'S').style.backgroundColor = 'transparent';
				}
			}
			document.getElementById(fdcchannel+'S').style.backgroundColor = '#FFFFFF';  //This is selected channel background
			if (!userIni) document.getElementById(fdcchannel+'S').style.color = hiColor;
			lastColor = hiColor;
			showSection();
		}
	}
	userIni=0;
}

function nvg(URL) {
	this.location.href=URL;
}
function hover(channel) {
	document.getElementById(channel+'S').style.color = "#000000";
}
function hideHMenu() {
	document.getElementById('hRO').innerHTML = "";
	document.getElementById('hRO').style.width = 720;
	showHMenu(fdcchannel);
}
function hideVMenu() {
	if ((typeof thisSection != "undefined") && (document.getElementById(thisSection))) {
		if((typeof displayedSectionVar != "undefined") && (displayedSectionVar == thisSection)) document.getElementById(thisSection).style.color = hiColor;
		else document.getElementById(thisSection).style.color = "#336699";
	}
	if ((typeof vSection != "undefined") && (document.getElementById(vSection))) document.getElementById(vSection).style.backgroundColor = 'transparent';
	if (lastSection) lastSection = "";
	document.getElementById('vRO').innerHTML = "";
	document.getElementById('vRO').style.display = 'none';
}
function hideMenu() {
	if ((typeof thisSection != "undefined") && (document.getElementById(thisSection))) {
		if((typeof displayedSectionVar != "undefined") && (displayedSectionVar == thisSection)) document.getElementById(thisSection).style.color = hiColor;
		else document.getElementById(thisSection).style.color = "#336699";
	}
	for(i=0;i<channelArr.length;i++) {
		thisChannel = channelArr[i];
		if (thisChannel != fdcchannel) document.getElementById(thisChannel+'S').style.color = '#ffffff'; //Needs to be same as .navitem in newrollover.css FIND ALL INSTANCES
		else document.getElementById(thisChannel+'S').style.color = lastColor;
	}
	hTimer = setTimeout('hideHMenu()',1500);
}
function showVMenu(section) {
	keepMenu();
	hideVMenu();
	document.getElementById(section).style.color ="#000000";
	if (displayedSection != 'Video') {
		if((!thisAdDiv) || (typeof thisAdDiv == "undefined") || (thisAdDiv == "")) {
			if (document.getElementById('adDiv')) thisAdDiv = 'adDiv';
			else if (document.getElementById('dynamicAdColDiv')) thisAdDiv = 'dynamicAdColDiv';
			else if (document.getElementById('dynamicAdWinDiv')) thisAdDiv = 'dynamicAdWinDiv';
		}
		if (document.getElementById(thisAdDiv)) {
			if((document.getElementById(section).offsetLeft+150 > document.getElementById(thisAdDiv).offsetLeft) && (eval(section + 'Arr').length>2)) {
				hideAd();
			}
		}
	}
	thisSection = section;
	showMenu(section);
}
function keepMenu() {
	if (hTimer) clearTimeout(hTimer);
	if (vTimer) clearTimeout(vTimer);
}

function showSection() {
	if ((typeof displayedSection != "undefined") && (displayedSection != "")) {
	   thisChannelArr  = eval(displayedChannel + 'Arr');
	   count = 0;
	   for(i=0;i<thisChannelArr.length;i++) {
		displayedSectionLnk = thisChannelArr[i][0].toLowerCase();
	   	displayedSectionLnk = displayedSectionLnk.replace(/ \& /g,"");
	   	displayedSectionLnk = displayedSectionLnk.replace(/ /g,"");
	   	if (displayedSectionLnk == displayedSection.toLowerCase()) {
			displayedSectionVar = displayedChannel + i;
			break;
		}
		count++;
	   }
	   if(count==thisChannelArr.length) {
	        displayedSectionLnk = displayedSection;
	        displayedSectionLnk = displayedSectionLnk.substr(displayedSection.indexOf(" ")+1,displayedSectionLnk.length);
	   	for(i=0;i<thisChannelArr.length;i++) {
			checkSection = thisChannelArr[i][0].toLowerCase();
	   		if (checkSection.indexOf(displayedSectionLnk)>-1) {
				displayedSectionVar = displayedChannel + i;
				break;
			}
		}
	   }




	   if (document.getElementById(displayedSectionVar)) document.getElementById(displayedSectionVar).style.color=hiColor;
	}
}
function showMenu(section) {
	thisSectionArr  = eval(section + 'Arr');
	if((thisSectionArr.length>0) && (displayedSection != "Video")) {
		keepMenu();
		document.getElementById('vRO').style.display = 'block';
		if(document.getElementById(section).offsetLeft>640) document.getElementById('vRO').style.left = 640;
		else document.getElementById('vRO').style.left = document.getElementById(section).offsetLeft;
		vSection = section;
		dropStr = '';
		for(i=0;i<thisSectionArr.length;i++) {
			dropStr += '<div class="vertItem" onMouseOver="hoverAct(\''+section+i+'\',1)" id="'+section+i+'H"><a href="' + thisSectionArr[i][1]+'" class="vertLink" id="'+section+i+'L">'+thisSectionArr[i][0]+'</a></div>';
		}
		document.getElementById('vRO').innerHTML = dropStr;
	}
}
function hoverAct(section,on) {
	if (lastSection) {
		document.getElementById(lastSection+'L').style.color = '#369';
	}
	document.getElementById(section+'L').style.color = '#000000';
	lastSection = section;
}



function writemenu() {

	document.write('<div class="navbg">');
	document.write('<table cellspacing="1" cellpadding="0" border="0" width="720"><tr align="center">');
	for (i=0;i<channelArr.length;i++) {
		thisChannel = channelArr[i];
		thisLongChannel = longChannelArr[i];
		thisChannelURL = channelURLArr[i];
		document.write('<td><div class="navitem" id="'+thisChannel+'S" onMouseOut="hideMenu();" onMouseOver="showHMenu(\''+thisChannel+'\');" onMouseUp="javascript:nvg(\'http://www.krwa.net/'+thisChannelURL+'\')">&nbsp;'+thisLongChannel+'&nbsp;<\/div><\/td>');
//		document.write('<td bgcolor="#e2ebf4"><div class="navitem" id="'+thisChannel+'S" onMouseOut="hideMenu();" onMouseOver="showHMenu(\''+thisChannel+'\');" onMouseUp="javascript:nvg(\'http://www.krwa.net'+thisChannelURL+'\')">&nbsp;'+thisLongChannel+'&nbsp;<\/div><\/td>'); 
// THIS WAS THE ORIGINAL COLORS commented out
//NEED TO CHANGE THIS BASE DOMAIN FOR WHATEVER SITE but I left hardcoded out this time
	}
	document.write('</tr></table><\/div>');
	hideMenu();
	document.write('<div class="horizRO" id="hRO"></div>');
	document.write('<div class="vertRO" id="vRO" onMouseOut="hideMenu();" onMouseOver="keepMenu();"></div>');
	if (!noSearch) document.write('<div onMouseDown="hideSearchPanel()">');
	document.write('<br>');
}


