/**
 * @author John
 */
var menu="<table id=\"map\" >\
      <col id=\"map_col\"><\/col>\
      <col id=\"map_col\"><\/col>\
      <col id=\"map_col\"><\/col>\
      <col id=\"map_col\"><\/col>\
      <col id=\"map_col\"><\/col>\
      <col id=\"map_col\"><\/col>\
	  <tr>\
        <td>\&nbsp;\
        <\/td>\
        <td>\
        	<a href=\"#\">Picture Galleries<\/a>\
        <\/td>\
        <td>\
        	<a href=\"#\">Plans<\/a>\
        <\/td>\
        <td>\
        	<a href=\"#\">Activities<\/a>\
        <\/td>\
        <td>\
         	<a href=\"#\">News<\/a>\
       <\/td>\
        <td>\
         	<a href=\"#\">Information Links<\/a>\
       <\/td>\
      <\/tr>\
      <tr>\
        <td>\
          <a href=\"index.html\">Home<\/a>\
        <\/td>\
        <td>\
         	<a href=\"sea_gallery.html\">Pictures at Sea<\/a>\
        <\/td>\
        <td>\
        	<a href=\"PlanL.html\">Lower Deck Plans<\/a>\
        <\/td>\
       <td>\
        	<a href=\"activities.html\">Activities<\/a>\
        <\/td>\
        <td>\
			<a href=\"news.html\">News<\/a>\
        <\/td>\
        <\/td>\
        <td>\
			<a href=\"Mediterranean.html\">Mediterranean<\/a>\
        <\/td>\
      <\/tr>\
      <tr>\
        <td>\
		&nbsp;\
        <\/td>\
        <td>\
         	<a href=\"deck_gallery.html\">Pictures on Deck<\/a>\
       <\/td>\
        <td>\
        	<a href=\"PlanU.html\">Upper Deck Plans<\/a>\
        <\/td>\
        <td>\
		&nbsp;\
        <\/td>\
        <td>\
		&nbsp;\
        <\/td>\
        <td>\
			<a href=\"Weather.html\">Weather<\/a>\
        <\/td>\
      <\/tr>\
      <tr>\
        <td>\
			&nbsp;\
        <\/td>\
        <td>\
			<a href=\"accomodation_gallery.html\">Accomodation<\/a>\
         <\/td>\
        <td>\
			<a href=\"technical.html\">Technical Information<\/a>\
        <\/td>\
        <td>\
			&nbsp;\
        <\/td>\
        <td>\&nbsp;\
        <\/td>\
        <td>\
		<a href=\"Travel.html\">Travel<\/a>\
        <\/td>\
      <\/tr>\
    <\/table>\
    "
document.write( menu );	
