<!-- 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("meet_innkeeper.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">Meet&nbsp;The&nbsp;Innkeeper</span></td>');
    }
else
    {
    document.write('<td>&nbsp;&nbsp;&nbsp;</td><td><a href="meet_innkeeper.php" class="sub_menu">Meet&nbsp;The&nbsp;Innkeeper</a></td>');
    }
if (filenam.indexOf("gardens_at_casalana.php") >= 0)
    {
    document.write('<td><span class="sub_here"><img src="images/dot.gif" width="9" height="9" alt="" border="0">Gardens&nbsp;At&nbsp;CasaLana</span></td>');
    }
else
    {
    document.write('<td><a class="sub_menu" href="gardens_at_casalana.php">Gardens&nbsp;At&nbsp;CasaLana</a></td>');
    }
if (filenam.indexOf("class_scrapbook.php") >= 0) 
   {
   document.write('<td><span class="sub_here"><img src="images/dot.gif" width="9" height="9" alt="" border="0">Class&nbsp;Scrapbook</span></td>');
   }
else
    {
    document.write('<td><a class="sub_menu" href="class_scrapbook.php">Class&nbsp;Scrapbook</a></td>');
    }
var slashindx = filenam.indexOf("/");
if (filenam.indexOf("kitchen_scoop_recipes.php") >= 0)
    {
    document.write('<td><span class="sub_here"><img src="images/dot.gif" width="9" height="9" alt="" border="0">Kitchen&nbsp;Scoop&nbsp;Newsletter/ Recipes</span></td>');
    }
else
    {
    document.write('<td><a class="sub_menu" href="kitchen_scoop_recipes.php">Kitchen&nbsp;Scoop&nbsp;Newsletter/ Recipes</a></td>');
    }
if (filenam.indexOf("brochure.php") >= 0)
    {
    document.write('<td><span class="sub_here"><img src="images/dot.gif" width="9" height="9" alt="" border="0">Request&nbsp;Brochure</span></td>');
    }
else
    {
    document.write('<td><a class="sub_menu" href="brochure.php">Request&nbsp;Brochure</a></td>');
    }
if (filenam.indexOf("contact_us.php") >= 0)
    {
    document.write('<td><span class="sub_here"><img src="images/dot.gif" width="9" height="9" alt="" border="0">Contact&nbsp;Us</span></td>');
    }
else
    {
    document.write('<td><a class="sub_menu" href="contact_us.php">Contact&nbsp;Us</a></td>');
    }
document.write('</tr></table>');
}
// End hiding the script -->

