document.write('<div id="top">')
document.write('<div class="rowcontent">')

document.write('<div id="logo">'
+ '<a href="index.html"><img src="img/logo.jpg" alt="" /></a>'
+ '</div>')

document.write('<div class="menu">'
+ '<a href="index.html"><img src="img/menutop_home_off.gif" alt="Home" /></a>'
+ '<a href="about.html"><img src="img/menutop_about_off.gif" alt="About Us" /></a>'
+ '<a href="media.html"><img src="img/menutop_media_off.gif" alt="Media Articles" /></a>'
+ '<a href="contact.html"><img src="img/menutop_contact_off.gif" alt="Contact Us" /></a>'
+ '</div>')

document.write('</div>') // end rowcontent
document.write('</div>') // end top





document.write('<div id="menurow">')

document.write('<div id="menu">')

if (document.title.search(/Spa\sMenu/) != -1)
document.write('<a href="spamenu.html"><img src="img/menu_spamenu_on.png" class="menu png" width="130" height="40" alt="Spa Menu" /></a>')
else
document.write('<a href="spamenu.html"><img src="img/menu_spamenu_off.png" class="menu png" width="130" height="40" alt="Spa Menu" '
+ 'onmouseover="this.src=\'img/menu_spamenu_on.png\'; return true" '
+ 'onmouseout="this.src=\'img/menu_spamenu_off.png\'; return true" '
+ '/></a>')

if (document.title.search(/Green\sRoom\sCafe/) != -1)
document.write('<a href="greenroomcafe.html"><img src="img/menu_greenroomcafe_on.png" class="menu png" width="167" height="40" alt="Green Room Cafe" /></a>')
else
document.write('<a href="greenroomcafe.html"><img src="img/menu_greenroomcafe_off.png" class="menu png" width="167" height="40" alt="Green Room Cafe" '
+ 'onmouseover="this.src=\'img/menu_greenroomcafe_on.png\'; return true" '
+ 'onmouseout="this.src=\'img/menu_greenroomcafe_off.png\'; return true" '
+ '/></a>')

if (document.title.search(/Canopy/) != -1)
document.write('<a href="canopy.html"><img src="img/menu_canopy_on.png" class="menu png" width="156" height="40" alt="Canopy Dining" /></a>')
else
document.write('<a href="canopy.html"><img src="img/menu_canopy_off.png" class="menu png" width="156" height="40" alt="Canopy Dining" '
+ 'onmouseover="this.src=\'img/menu_canopy_on.png\'; return true" '
+ 'onmouseout="this.src=\'img/menu_canopy_off.png\'; return true" '
+ '/></a>')

if (document.title.search(/PowerMoves/) != -1)
document.write('<a href="powermoves.html"><img src="img/menu_powermoves_on.png" class="menu png" width="151" height="40" alt="PowerMoves" /></a>')
else
document.write('<a href="powermoves.html"><img src="img/menu_powermoves_off.png" class="menu png" width="151" height="40" alt="PowerMoves" '
+ 'onmouseover="this.src=\'img/menu_powermoves_on.png\'; return true" '
+ 'onmouseout="this.src=\'img/menu_powermoves_off.png\'; return true" '
+ '/></a>')

if (document.title.search(/Activities\s&\sFacilities/) != -1)
document.write('<a href="actfac.html"><img src="img/menu_actfac_on.png" class="menu png" width="182" height="40" alt="Activities Facilities" /></a>')
else
document.write('<a href="actfac.html"><img src="img/menu_actfac_off.png" class="menu png" width="182" height="40" alt="Activities Facilities" '
+ 'onmouseover="this.src=\'img/menu_actfac_on.png\'; return true" '
+ 'onmouseout="this.src=\'img/menu_actfac_off.png\'; return true" '
+ '/></a>')

document.write('</div>') // end menu

document.write('</div>') // end menurow