<!-- Begin

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



var menu_side	="LEFT"	// MENU LEFT, RIGHT OR CENTER
var menuspace	= "5"		// MENU END SPACING



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" WIDTH="100%" class="printhide"><tr><td align="'+menu_side+'" class="menutable">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td class="firstborder">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="21"></a><br>');


// START LINKS //


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


document.write('</td><td nowrap>');
document.write('<a href="#" class="menu">941-951-0388</a>');


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


document.write('</td><td nowrap>');
document.write('<a href="neoderm_services.htm" class="menu">Services</a>');


document.write('</td><td nowrap>');
document.write('<a href="neoderm_products.htm" class="menu">Products</a>');


//document.write('</td><td nowrap>');
//document.write('<a href="gallery1.htm" class="menu">Products</a>');


document.write('</td><td nowrap>');
document.write('<a href="neoderm_staff.htm" class="menu">Staff</a>');


document.write('</td><td nowrap>');
document.write('<a href="neoderm_location.htm" class="menu">Location</a>');


document.write('</td><td nowrap>');
document.write('<a href="contact_neoderm.htm" class="menu">Contact</a>');


// COPY AND PASTE THE NEXT 2 LINES TO ADD A NEW LINK //


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

document.write('</td><td nowrap>');
document.write('<a href="http://neoderm.com/blog" class="menu">New! Blog</a>');
// END LINK BUTTONS //


document.write('</td><td background="picts/menu-background.jpg">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="35"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->