inc_navmenu3_js =
'<script type="text/javascript">\n\n/********************'
+ '***************************\n* AnyLink Drop Down Menu- ©'
+ ' Dynamic Drive (www.dynamicdrive.com)\n* This notice MUS'
+ 'T stay intact for legal use\n* Visit http://www.dynamicd'
+ 'rive.com/ for full source code\n************************'
+ '***********************/\n\n//Contents for menu 1\nvar m'
+ 'enu1=new Array()\nmenu1[0]=\'<a href="disable.htm">Search'
+ ' MLS Homes</a>\'\nmenu1[1]=\'<a href="feahomes'
+ '.htm">Featured Homes</a>\'\nmenu1[2]=\'<a href="openhouses'
+ '.htm">Our Open Houses</a>\'\nmenu1[3]=\'<a href="newconst'
+ '.htm">New in Tempe</a>\'\n\n//Contents for menu 2\nvar'
+ ' menu2=new Array()\nmenu2[0]=\'<a href="areainfo.htm">Are'
+ 'a Information</a>\'\nmenu2[1]=\'<a href="school.htm">Schoo'
+ 'l District Map</a>\'\nmenu2[2]=\'<a href="phomap.htm">Phoen'
+ 'ix Map</a>\'\nmenu2[3]=\'<a href="newconst.htm">T'
+ 'empe New Construction</a>\'\nmenu2[4]=\'<a href="mortgage.'
+ 'htm">Mortgage Information</a>\'\nmenu2[5]=\'<a href="newst'
+ 'ips.htm">News & Tips</a>\'\n\n//Contents for menu 3\nvar '
+ 'menu3=new Array()\nmenu3[0]=\'<a href="buyer.htm">Buyer I'
+ 'nformation</a>\'\nmenu3[1]=\'<a href="HOME BUYER.pdf">What'
+ ' We Do For You</a>\'\nmenu3[2]=\'<a href="http://www.aaronline.com/documents/buy_advis.pdf">B'
+ 'uyer Advisory</a>\'\nmenu3[3]=\'<a href="matching.htm">Dow'
+ 'npayment Assistance?</a>\'\nmenu3[4]=\'<a href="qualref.ht'
+ 'm">About Us</a>\'\n\n//Contents for menu 4\nvar menu4=new'
+ ' Array()\nmenu4[0]=\'<a href="seller.htm">Seller Informat'
+ 'ion</a>\'\nmenu4[1]=\'<a href="Marketing_Action_plan.pdf">'
+ 'What We Do For You</a>\'\nmenu4[3]=\'<a href="http://www.p'
+ 'oly.asu.edu/arec/marketupdate/sales/annual%20sales%20by%'
+ '20cities.xls">Area Home Values</a>\'\nmenu4[4]=\'<a href="'
+ 'qualref.htm">About Us</a>\'\n\n//Contents for menu 5\nvar'
+ ' menu5=new Array()\nmenu5[0]=\'<a href="investform.htm">I'
+ 'nvestor Information</a>\'\nmenu5[1]=\'<a href="Investors.p'
+ 'df">What We Do For You</a>\'\nmenu5[2]=\'<a href="investor'
+ 'purchase.pdf">Investor Purchase Plan</a>\'\nmenu5[3]=\'<a '
+ 'href="investform.htm">Investor Equity Analysis</a>\'\nmen'
+ 'u5[4]=\'<a href="qualref.htm">About Us</a>\'\n		\nvar menu'
+ 'width=\'150px\' //default menu width\nvar menubgcolor=\'#C5'
+ 'B397\'  //menu bgcolor\nvar disappeardelay=250  //menu di'
+ 'sappear speed onMouseout (in miliseconds)\nvar hidemenu_'
+ 'onclick="yes" //hide menu when user clicks within menu?\n'
+ '\n\n/////No further editting needed\n\nvar ie4=document.a'
+ 'll\nvar ns6=document.getElementById&&!document.all\n\nif'
+ ' (ie4||ns6)\ndocument.write(\'<div id="dropmenudiv" style'
+ '="visibility:hidden;width:\'+menuwidth+\';background-color'
+ ':\'+menubgcolor+\'" onMouseover="clearhidemenu()" onMouseo'
+ 'ut="dynamichide(event)"></div>\')\n\nfunction getposOffse'
+ 't(what, offsettype){\nvar totaloffset=(offsettype=="left'
+ '")? what.offsetLeft : what.offsetTop;\nvar parentEl=what'
+ '.offsetParent;\nwhile (parentEl!=null){\ntotaloffset=(of'
+ 'fsettype=="left")? totaloffset+parentEl.offsetLeft : tot'
+ 'aloffset+parentEl.offsetTop;\nparentEl=parentEl.offsetPa'
+ 'rent;\n}\nreturn totaloffset;\n}\n\n\nfunction showhide('
+ 'obj, e, visible, hidden, menuwidth){\nif (ie4||ns6)\ndro'
+ 'pmenuobj.style.left=dropmenuobj.style.top="-500px"\nif ('
+ 'menuwidth!=""){\ndropmenuobj.widthobj=dropmenuobj.style\n'
+ '\ndropmenuobj.widthobj.width=menuwidth\n}\nif (e.type=="c'
+ 'lick" && obj.visibility==hidden || e.type=="mouseover")\n'
+ '\nobj.visibility=visible\nelse if (e.type=="click")\nobj.'
+ 'visibility=hidden\n}\n\nfunction iecompattest(){\nreturn'
+ ' (document.compatMode && document.compatMode!="BackCompa'
+ 't")? document.documentElement : document.body\n}\n\nfunc'
+ 'tion clearbrowseredge(obj, whichedge){\nvar edgeoffset=0'
+ '\nif (whichedge=="rightedge"){\nvar windowedge=ie4 && !w'
+ 'indow.opera? iecompattest().scrollLeft+iecompattest().cl'
+ 'ientWidth-15 : window.pageXOffset+window.innerWidth-15\n'
+ 'dropmenuobj.contentmeasure=dropmenuobj.offsetWidth\nif ('
+ 'windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)\n'
+ 'edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth\n}'
+ '\nelse{\nvar topedge=ie4 && !window.opera? iecompattest('
+ ').scrollTop : window.pageYOffset\nvar windowedge=ie4 && '
+ '!window.opera? iecompattest().scrollTop+iecompattest().c'
+ 'lientHeight-15 : window.pageYOffset+window.innerHeight-1'
+ '8\ndropmenuobj.contentmeasure=dropmenuobj.offsetHeight\n'
+ 'if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasur'
+ 'e){ //move up?\nedgeoffset=dropmenuobj.contentmeasure+ob'
+ 'j.offsetHeight\nif ((dropmenuobj.y-topedge)<dropmenuobj.'
+ 'contentmeasure) //up no good either?\nedgeoffset=dropmen'
+ 'uobj.y+obj.offsetHeight-topedge\n}\n}\nreturn edgeoffset'
+ '\n}\n\nfunction populatemenu(what){\nif (ie4||ns6)\ndrop'
+ 'menuobj.innerHTML=what.join("")\n}\n\n\nfunction dropdow'
+ 'nmenu(obj, e, menucontents, menuwidth){\nif (window.even'
+ 't) event.cancelBubble=true\nelse if (e.stopPropagation) '
+ 'e.stopPropagation()\nclearhidemenu()\ndropmenuobj=docume'
+ 'nt.getElementById? document.getElementById("dropmenudiv"'
+ ') : dropmenudiv\npopulatemenu(menucontents)\n\nif (ie4||'
+ 'ns6){\nshowhide(dropmenuobj.style, e, "visible", "hidden'
+ '", menuwidth)\ndropmenuobj.x=getposOffset(obj, "left")\n'
+ 'dropmenuobj.y=getposOffset(obj, "top")\ndropmenuobj.styl'
+ 'e.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+'
+ '"px"\ndropmenuobj.style.top=dropmenuobj.y-clearbrowsered'
+ 'ge(obj, "bottomedge")+obj.offsetHeight+"px"\n}\n\nreturn'
+ ' clickreturnvalue()\n}\n\nfunction clickreturnvalue(){\n'
+ 'if (ie4||ns6) return false\nelse return true\n}\n\nfunct'
+ 'ion contains_ns6(a, b) {\nwhile (b.parentNode)\nif ((b ='
+ ' b.parentNode) == a)\nreturn true;\nreturn false;\n}\n\n'
+ 'function dynamichide(e){\nif (ie4&&!dropmenuobj.contains'
+ '(e.toElement))\ndelayhidemenu()\nelse if (ns6&&e.current'
+ 'Target!= e.relatedTarget&& !contains_ns6(e.currentTarget'
+ ', e.relatedTarget))\ndelayhidemenu()\n}\n\nfunction hide'
+ 'menu(e){\nif (typeof dropmenuobj!="undefined"){\nif (ie4'
+ '||ns6)\ndropmenuobj.style.visibility="hidden"\n}\n}\n\nf'
+ 'unction delayhidemenu(){\nif (ie4||ns6)\ndelayhide=setTi'
+ 'meout("hidemenu()",disappeardelay)\n}\n\nfunction clearh'
+ 'idemenu(){\nif (typeof delayhide!="undefined")\nclearTim'
+ 'eout(delayhide)\n}\n\nif (hidemenu_onclick=="yes")\ndocu'
+ 'ment.onclick=hidemenu\n\n</script>\n';

// end_var_declaration
document.write(inc_navmenu3_js);
