<!-- Begin

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

// MENU OPTIONS


var bottomspace		= "40"		// MENU BOTTOM SPACE
var menuspace		= "36"		// SPACE BETWEEN TOP/BOTTOM MENU
var menutop		= "10"		// MENU TOP SPACING

var showimage		= "yes"			// SHOW FIRST SIDEBAR IMAGE
var linkimage		= "products.htm"	// LINK FOR IMAGE 1





document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');
document.write('<tr><td nowrap>');
document.write('<a href="index.html" class="menu" onMouseover="Sound()">Home</a>');


// START LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about_us.html" class="menu" onMouseover="Sound()">About Us</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="pulsecode_locks.html" class="menu" onMouseover="Sound()">About PulseCode Locks</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="product_line.html" class="menu" onMouseover="Sound()">Product Line</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="pulsecode_lock_store.html" class="menu" onMouseover="Sound()">Store</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="applications.html" class="menu" onMouseover="Sound()">Applications</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="questions.html" class="menu" onMouseover="Sound()">Questions</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="company_news.html" class="menu" onMouseover="Sound()">Press / News</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="tech_support.html" class="menu" onMouseover="Sound()">Tech Support</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="boat_resources.html" class="menu" onMouseover="Sound()">Resources</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="link_partners.html" class="menu" onMouseover="Sound()">Link Partners</a>');


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


// END TOP LINKS //



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


// MENU IMAGE 1
   if (showimage == "yes") {
document.write('<a href="'+linkimage+'"><img src="picts/menu-picture.jpg" border="0" class="sideborder"></a><br>');
}





// START BOTTOM LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="testimonials.html" class="menu" onMouseover="Sound()">Testimonials</a>');

// END BOTTOM LINKS //






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

document.write('<img src="picts/spacer.gif" width="175" height="'+bottomspace+'"></a><br>');


document.write('<FONT COLOR=white><B>Contact:<BR>(949) 642-6229 PST<BR>(949) 305-0870 RMP<BR>(949) 380-1603 Fax<BR></B><BR><A HREF="mailto:mbsilvey@yahoo.com"><FONT COLOR=white><U>MBSilvey@yahoo.com</U></FONT></A></FONT><BR><BR><FONT COLOR=white>177 Riverside Ave.<BR>Suite F<BR>Newport Beach, CA<BR>92663<br><br><B>Member</B><br><A HREF="http://www.newportbeach.com" TARGET="_blank"><FONT COLOR=white><U>Newport Beach<br>Chamber of Commerce</U></A></FONT><br><br><A HREF="http://www.rboc.org" TARGET="_blank"><FONT COLOR=white><B><U>Support RBOC</U></B></FONT></A><br>Recreational Boaters of California<br><br>');





document.write('</td></tr></table>');

//  End -->