
<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->

document.write('<DIV id=menu>');
document.write('<TABLE cellpadding=0 cellspacing=0 border=0><tr><td>');
document.write('<img src="picts/menu-top.gif"></a><br>');

document.write('</td></tr><tr><form action="index.html"><td>');
document.write('<input type="submit" value="Home" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></tr><tr></form><form action="map.htm"><td>');
document.write('<input type="submit" value="Map" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></tr><tr></form><form action="area.htm"><td>');
document.write('<input type="submit" value="Area" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></tr><tr></form><form action="land.htm"><td>');
document.write('<input type="submit" value="Land" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></tr><tr></form><form action="parcels.htm"><td>');
document.write('<input type="submit" value="Parcels" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

<!-- COPY AND PASTE THE NEXT TWO LINES TO ADD A BUTTON -->

document.write('</td></tr><tr></form><form action="contact.htm"><td>');
document.write('<input type="submit" value="Contact" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');


document.write('</td></tr><tr></form><td>');
document.write('<img src="picts/menu-center.gif" width="125" height="88"></a><br>');

document.write('</td></tr><tr><td bgcolor="#000000" background="picts/menu-bottom.gif" height="261" valign="top">');

document.write('<TABLE cellpadding=6 cellspacing=0 border=0><tr><td>');
document.write('<span class="whitecopy">Welcome to the Antelope Valley</span><BR>');
document.write('</td></tr></table>');
document.write('</td></tr></table></DIV>');

//  End -->