<!-- Hide this menu script from older browsers
{
var filenam = location.href;
document.write('<TABLE width=100% BORDER=0 CELLPADDING=0 CELLSPACING=0><tr height=23>');
if (filenam.indexOf("map.php") >= 0)
    {
    document.write('<td>&nbsp;&nbsp;&nbsp;</td><td><span class="sub_here"><img src="images/dot.gif" width="9" height="9" alt="" border="0">Directions&nbsp;to&nbsp;CasaLana</span></td>');
    }
else
    {
    document.write('<td>&nbsp;&nbsp;&nbsp;</td><td><a href="map.php" class="sub_menu">Directions&nbsp;to&nbsp;CasaLana</a></td>');
    }
document.write('</tr></table>');
}
// End hiding the script -->

