<!-- 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("class_culinary_learning_vac.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">Culinary&nbsp;Vacations</span></td>');
    }
else
    {
    document.write('<td>&nbsp;&nbsp;&nbsp;</td><td><a href="class_culinary_learning_vac.php" class="sub_menu">Culinary&nbsp;Vacations</a></td>');
    }
if (filenam.indexOf("class_boot_camp.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">Boot&nbsp;Camp</span></td>');
    }
else
    {
    document.write('<td>&nbsp;&nbsp;&nbsp;</td><td><a href="class_boot_camp.php" class="sub_menu">Boot&nbsp;Camp</a></td>');
    }
if (filenam.indexOf("class_wine_country.php") >= 0)
    {
    document.write('<td><span class="sub_here"><img src="images/dot.gif" width="9" height="9" alt="" border="0">Wine&nbsp;Country&nbsp;Classes</span></td>');
    }
else
    {
    document.write('<td><a class="sub_menu" href="class_wine_country.php">Wine&nbsp;Country&nbsp;Classes</a></td>');
    }
if (filenam.indexOf("class_gourmet_weekend_retreats.php") >= 0) 
   {
   document.write('<td><span class="sub_here"><img src="images/dot.gif" width="9" height="9" alt="" border="0">Gourmet&nbsp;Weekend&nbsp;Retreats</span></td>');
   }
else
    {
    document.write('<td><a class="sub_menu" href="class_gourmet_weekend_retreats.php">Gourmet&nbsp;Weekend&nbsp;Retreats</a></td>');
    }
var slashindx = filenam.indexOf("/");

if (filenam.indexOf("class_team_building.php") >= 0)
    {
    document.write('<td><span class="sub_here"><img src="images/dot.gif" width="9" height="9" alt="" border="0">Team&nbsp;Building</span></td>');
    }
else
    {
    document.write('<td><a class="sub_menu" href="class_team_building.php">Team&nbsp;Building</a></td>');
    }
if (filenam.indexOf("class_private_parties.php") >= 0)
    {
    document.write('<td><span class="sub_here"><img src="images/dot.gif" width="9" height="9" alt="" border="0">Private&nbsp;Parties</span></td>');
    }
else
    {
    document.write('<td><a class="sub_menu" href="class_private_parties.php">Private&nbsp;Parties</a></td>');
    }
document.write('</tr></table>');
}
// End hiding the script -->

