// JavaScript Document

function writeLogoScript() {
	document.write('<div id="myLogo"> <a href="../../index.html"><img src="../../Images/firmlogo.jpg" width="214" height="75" alt="Gray &amp; Associates, L.L.P." /></a> </div>');
}

function writeMenuScript() {
	document.write('<div id="myMenu"> <a href="../../index.html" title="Home">HOME</a>  <a href="../../attorneys.html" title="Attorneys">ATTORNEYS</a>  <a href="../../realestate.html" title="Real Estate">REAL ESTATE</a>  <a href="../../careers.html" title="Careers">CAREERS</a>  <a href="../../contact.html" title="Contact">CONTACT</a> </div>');
}

function writeAssociationsScript() {
	document.write('<div id="myAssociations"> <img src="../../Images/member_wmba.gif" height="53" width="70" alt="Member of Wisconsin Mortgage Bankers Association" /><img src="../../Images/member_mba.jpg" height="53" width="67" alt="Member of Mortgage Bankers Association" /><img src="../../Images/member_usfn.gif" height="53" width="80" alt="Member of United States Forclosure Network" /><img src="../../Images/member_afn.gif" height="53" width="41" alt="Member of American Legal &amp; Financial Network" /> </div>');
}