<!-- hide from older browsers

<!--BEGIN QUOTE SCRIPTS-->
		<!--MESSAGE COOKIE SET START-->
<!--hide from old browsers
 function setCookie(name, value, expires, path, domain, secure) {
  var curCookie = name + "=" + escape(value) +
    ((expires) ? "; expires=" + expires.toGMTString() : "") +
    ((path) ? "; path=" + path : "") +
    ((domain) ? "; domain=" + domain : "") +
    ((secure) ? "; secure" : "");
  document.cookie = curCookie;
}

function getCookie(name) {
  var dc = document.cookie;
  var prefix = name + "=";
  var begin = dc.indexOf("; " + prefix);
  if (begin == -1) {
    begin = dc.indexOf(prefix);
    if (begin != 0) return null;
  } else {
    begin += 2;
  }
  var end = document.cookie.indexOf(";", begin);
  if (end == -1) end = dc.length;
  return unescape(dc.substring(begin + prefix.length, end));
}
<!--MESSAGE COOKIE SET END-->

<!--MESSAGE ARRAY START-->

 
var quote= new Array(7) 
quote[0]='<img src="images/quotes/quote_1.gif">'; 
quote[1]='<img src="images/quotes/quote_2.gif">'; 
quote[2]='<img src="images/quotes/quote_3.gif">'; 
quote[3]='<img src="images/quotes/quote_4.gif">'; 
quote[4]='<img src="images/quotes/quote_5.gif">'; 
quote[5]='<img src="images/quotes/quote_6.gif">';
quote[6]='<img src="images/quotes/quote_7.gif">';
quote[7]='<img src="images/quotes/quote_8.gif">';
quote[8]='<img src="images/quotes/quote_9.gif">';
quote[9]='<img src="images/quotes/quote_10.gif">';

var potrait=new Array(1)
potrait[0]='<img src="images/julie_1.gif">';

<!--MESSAGE ARRAY END-->

<!--END QUOTE SCRIPTS-->

<!--BEGIN ROLLOVER SCRIPTS-->
	<!-- BEGIN IMAGE DEFINITION-->
	home_on = new Image(135,21);
home_on.src = "images/nav/home_on.jpg";
home_off = new Image(135,21);
home_off.src = "images/nav/home_off.jpg";
listings_on = new Image(135,21);
listings_on.src = "images/nav/listings_on1.jpg";
listings_off = new Image(135,21);
listings_off.src = "images/nav/listings_off1.jpg";
sales_on = new Image(135,21);
sales_on.src = "images/nav/sales_on.jpg";
sales_off = new Image(135,21);
sales_off.src = "images/nav/sales_off.jpg";
search_on = new Image(135,21);
search_on.src = "images/nav/search_on.jpg";
search_off = new Image(135,21);
search_off.src = "images/nav/search_off.jpg";
buyer_on = new Image(135,21);
buyer_on.src = "images/nav/buyersellerinfo_on1.jpg";
buyer_off= new Image(135,21);
buyer_off.src = "images/nav/buyersellerinfo_off1.jpg";
seller_on = new Image(135,21);
seller_on.src = "images/nav/seller_on.jpg";
seller_off = new Image(135,21);
seller_off.src = "images/nav/seller_off.jpg";
industry_on = new Image(135,21);
industry_on.src = "images/nav/contact_on.jpg";
industry_off = new Image(135,21);
industry_off.src = "images/nav/contact_off.jpg";
balance_on = new Image(135,21);
balance_on.src = "images/nav/balance_on.jpg";
balance_off = new Image(135,21);
balance_off.src = "images/nav/balance_off.jpg";
contact_on = new Image(135,21);
contact_on.src = "images/nav/contactme_on.jpg";
contact_off = new Image(135,21);
contact_off.src = "images/nav/contactme_off.jpg";
	<!--END IMAGE DEFINITION-->
	
	<!--BEGIN ACT SCRIPTS-->
	function hiLite(imgDocID,imgObjName) 
	{
		document.images[imgDocID].src = eval(imgObjName + ".src")
	}


	<!--END ACT SCRIPTS-->
	
<!--END ROLLOVER SCRIPTS-->
<!--BEGIN DYNAMIC LEVEL SCRIPT-->

	
		var minusImg = "images/nav/sitemap_icon_close.gif";
		var plusImg = "images/nav/sitemap_icon_open.gif";

		
		function getLayer(layerID) {
			if (document.layers) {
				return document.layers[layerID];
			} else if (document.all) {
				return eval("document.all." + layerID + ".style");
			} else if (document.getElementById) {
				return document.getElementById(layerID).style;
			}
		}

		function openItem(theLayer, imageName) {
			var layerState = getLayer(theLayer).display;
			if (layerState == "inline") {
				getLayer(theLayer).display = "none";
				eval("document." + imageName + ".src = plusImg");
			} else {
				getLayer(theLayer).display = "inline";
				eval("document." + imageName + ".src = minusImg");
			}
		}

/*
		function openItem(theLayer) {
			getLayer(theLayer).display = (getLayer(theLayer).display == "inline") ? "none" : "inline";
		}
*/

	
	
<!--END DYNAMIC LEVEL SCRIPT-->
	
//end hiding -->

