//Contents for menu 1

var menu1=new Array()

menu1[0]='<a href="./wordpress/">Our Blog</a>'

menu1[1]='<a href="ourboat.php">Our Boat</a>'

menu1[2]='<a href="safety.php">Rules and Safety</a>'

menu1[3]='<a href="directions.php">Directions</a>'

menu1[4]='<a href="whattobring.php">What to bring</a>'

menu1[5]='<a href="typesoftrips.php">Types of Trips</a>'

menu1[6]='<a href="whentogo.php">When to go</a>'

menu1[7]='<a href="contact.php">Contact The Skipper</a>'


