<!-- Begin menu ver 1.55b 2009 - 2010

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var showimage3		= "yes"		//  SHOW THIRD SIDEBAR IMAGE
var showtop		= "yes"		//  SHOW MENU TOP AREA

   if (showtop == "yes") {
document.write('<div id="menutop" style="z-index: 10;" class="printhide">');
document.write('<img src="picts/menu-top.gif" width="171" height="111" class="menutrans"><br>');
document.write('</div>');
}

document.write('<div id="menulocation" style="z-index: 10;">');
document.write('<table cellpadding="0" cellspacing="0" border="0" width="170"><tr><td class="printhide">');

document.write('<ul id="top-nav">');




// START MENU LINKS - EDIT BELOW THIS AREA




document.write('  <li class="menuT"><a href="index.html">Home</a></li>');

document.write('  <li class="menuT"><a href="SearchMLS.htm">AZ MLS Search</a></li>');
document.write('  <li class="menuT"><a href="SearchNewConstruction.htm">Search New Homes & Specs</a></li>');

document.write('  <li class="menuT"><a href="buyers.htm">Home Buyers</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="home_affordability.htm">Home Affordabilty</a></li>');
document.write('      <li><a href="moving_to_the_phoenix_area.htm">Moving to Phoenix Area</a></li>');
document.write('  </li>');
document.write('  </ul>');

document.write('  <li class="menuT"><a href="sellers.htm">Home Sellers</a></li>');

document.write('  <li class="menuT"><a href="areacities.htm">East Valley Cities</a>'); 
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="cityahwatukee.htm">Ahwatukee</a></li>');
document.write('      <li><a href="chandler.htm">Chandler</a></li>');
document.write('      <li><a href="gilbert.htm">Gilbert</a></li>');
document.write('      <li><a href="maricopa.htm">Maricopa</a></li>');
document.write('      <li><a href="mesa.htm">Mesa</a></li>');
document.write('      <li><a href="queencreek-rl.htm">Queen Creek</a></li>');
document.write('      <li><a href="scottsdale-rl.htm">Scottsdale</a></li>');
document.write('      <li><a href="tempe-rl.htm">Tempe</a></li>');
document.write('  </li>');
document.write('  </ul>');

document.write('  <li class="menuT"><a href="bankowned.htm">Bank Owned Homes</a></li>');

document.write('  <li class="menuT"><a href="shortsales.htm">Short Sales</a></li>');

document.write('  <li class="menuT"><a href="golfcourselots.htm">Golf Course Homes</a></li>');

document.write('  <li class="menuT"><a href="contactus.htm">Contact Us</a></li>');


// END LINKS //


document.write('</ul>');
document.write('</td></tr><tr><td align="center">');

// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('<br><br><a href="contact.htm"><img src="picts/ralphwebpic.jpg" alt="Ralph Bredahl, Associate Broker, SFR, ABR" border="0" class="borders"></a><br><br><br>');
}
   if (showimage2 == "yes") {
document.write('<a href="contact.htm"><img src="picts/triciaweb.jpg" alt="Tricia Bredahl, Realtor, GRI, SFR, ABR, ePRO" border="0" class="borders"></a><br><br><br><br>');
}
   if (showimage3 == "yes") {
document.write('<a href="contact.htm"><img src="picts/menu-picture-3.gif" alt="Arizona Realtors" border="0"></a><br>');
}






document.write('</td></tr></table></div>');








// COPYRIGHT 2010 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE









function IEHoverPseudo() {

	var navItems = document.getElementById("top-nav").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuT") {
			navItems[i].onmouseover=function() { this.className += " over"; }
			navItems[i].onmouseout=function() { this.className = "menuT"; }
		}
	}

}
window.onload = IEHoverPseudo;



//  End -->
