<!-- Begin

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

// MENU OPTIONS


var bottomspace		= "40"			// MENU BOTTOM SPACE
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">Home</a>');


// START LINKS //


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


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


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="visitors.htm" class="menu">Visitor Info</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="PDFgallery.htm" class="menu">PDF Downloads</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="paypal.htm" class="menu">Custom Payments</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu">About Us</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="mailling_list.htm" class="menu">Mailling List</a>');


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


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

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





document.write('</td></tr><tr><td nowrap>');
document.write('<a href="privacy.htm" class="menu">Privacy Policy</a>');


// END TOP LINKS //




// MENU IMAGE 1
   if (showimage == "yes") {
document.write('</td></tr><tr><td align="center">');

}





// START BOTTOM LINKS //








document.write('</td></tr><tr><td nowrap>');
document.write('<a href="site_map.htm" class="menu">Site Map</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact</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('</td></tr></table>');

//  End -->