<!-- Begin

// 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		= "no"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td>');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="154" height="70" class="menutrans"><br>');
}



// START LINKS //



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu">About Us</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="service.htm" class="menu">Services</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact</a>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="<iframe width="640" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=22202+N+19th+Ave,+Phoenix,+AZ+85027&amp;sll=37.0625,-95.677068&amp;sspn=42.174768,69.257812&amp;ie=UTF8&amp;t=h&amp;s=AARTsJqOh71F1CFhR-3DOIkVSRsmSmiTcw&amp;ll=33.698279,-112.095652&amp;spn=0.034276,0.054932&amp;z=14&amp;iwloc=addr&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=22202+N+19th+Ave,+Phoenix,+AZ+85027&amp;sll=37.0625,-95.677068&amp;sspn=42.174768,69.257812&amp;ie=UTF8&amp;t=h&amp;ll=33.698279,-112.095652&amp;spn=0.034276,0.054932&amp;z=14&amp;iwloc=addr&amp;source=embed" style="text-align:left" class="menu">Map</a>');




// END LINKS //



document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="154" height="1"><br>');

document.write('</td></tr><tr><td align="center">');





// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('<br><br><img src="picts/avatar.gif" width="153" height="213" border="0"><BR><img border="0" src="http://c8.amazingcounters.com/counter.php?i=1608064&c=4824505" alt="free counter"></a><br><br>');
}
   if (showimage2 == "yes") {
document.write('<img src="picts/menu-avatar.gif" width="153" height="213" border="0"><BR><img border="0" src="http://c8.amazingcounters.com/counter.php?i=1608064&c=4824505" alt="free counter"></a><br><br>');
}
document.write('</td></tr></table></DIV>');



//  End -->