<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var menuimage 	= "yes" 		// SHOW IMAGE AT TOP OF MENU  | no | yes |
var spacemenu	= "20"		// MOVE MENU DOWN
var space	= "no"		// MENU TOP SPACE | no | yes |
space_bottom	= "1"		// MENU BOTTOM SPACE in pixels


document.write('<div id="menulocation" class="printhide">');

document.write('<table cellpadding="0" cellspacing="0" border="0" width="150" class="menuwidth"><tr><td>');

   	if (menuimage == "yes") {
document.write('<img src="picts/logoblack.jpg" width="150" height="104" class="menutrans"></a><br>');
	}
   	if (space == "yes") {
document.write('<img src="picts/spacer.gif" width="150" height="'+spacemenu+'"></a><br>');
}




// START MENU LINKS

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');



// MENU SEPARATOR 1

document.write('</td></tr><tr><td align="center">');
document.write('<hr class="menuseparator">');




// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="aboutus.html" class="menu">The Ocean Waves Story</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="lens.html" class="menu">Lens Technology</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="frame.html" class="menu">Frame Technology</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="quotes.htm" class="menu">Prescription Lenses</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="repair.html" class="menu">Repair Information</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.oceanwaves.us.com/store.aspx" target="blank"><img src="picts/store.gif" height="47" width="125" border="0" alt="visit the Ocean Waves Store"> </a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.facebook.com/pages/Ocean-Waves-Sunglasses/102440124745?ref=ts#!/pages/Ocean-Waves-Sunglasses/102440124745?v=wall&ref=ts" target="blank"><img src="picts/facebook.jpg" height="47" width="125" border="0" alt="Check us out on Facebook"> </a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.twitter.com/OceanWavesGolf"><img src="picts/twitter.jpg" height="58" width="125" border="0" alt="Follow OceanWavesGolf on Twitter"/></a>');


















// MENU SEPARATOR 3

document.write('</td></tr><tr><td align="center" cellpadding="1">');
document.write('<hr class="menuseparator">');

document.write('</td></tr><tr><td align="left">');
document.write('<a href="hurley.html" class="menu">');
document.write('Legendary Driver<br>');
document.write('HURLEY HAYWOOD<br>');
document.write('has joined the Ocean Waves Team!!!! CLICK HERE to read more!');
document.write('</a>');
document.write('</td></tr><tr><td align="center" cellpadding="1">');
document.write('<hr class="menuseparator">');
document.write('Come to the Showroom<br>');
document.write('76 Levy Road<br>');
document.write('Atlantic Beach, Florida<br>');
document.write('32233<br>');
document.write('1-800-749-9920<br>');
document.write('Our Showroom is Open<br>');
document.write('Monday - Friday<br>');
document.write('9am to 5pm<br>');


document.write('</td></tr><tr><td class="menu-bottomline">');
document.write('<img src="picts/spacer.gif" width="10" height="'+space_bottom+'"></a><br>');
document.write('</td></tr>');
document.write('<tr><td align="left" cellpadding="1">');
document.write('<script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script><script type="text/javascript">FB.init("611df159ee4c41cea719a80da0f3d372");</script><fb:fan profile_id="428391185563" stream="0" connections="10" logobar="1" width="150"></fb:fan><div style="font-size:8px; padding-left:10px"><a href="http://www.facebook.com/pages/Ocean-Waves/428391185563">Ocean Waves</a> on Facebook</div>');
document.write('</td></tr></table>');

//  End -->