// Begin

// NOTE: If you use a ' add a slash before it like this \'



var menuside		= "left"	// MENU SIDE | left | right | center



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="menu-background"><tr><td align="'+menuside+'">');

document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


// START LINKS TO MAKE A NEW LINK COPY ANY OF THESE 2 LINES //


document.write('</td><td nowrap>');
document.write('<a href="outdoor-advertising.htm" class="menu">Outdoor Advertising</a>');


document.write('</td><td nowrap>');
document.write('<a href="salesoffice.htm" class="menu">Sales Office Design & Fabrication</a>');


document.write('</td><td nowrap>');
document.write('<a href="index.html" class="menu">Marketing Accessories</a>');


document.write('</td><td nowrap>');
document.write('<a href="index.html" class="menu">Inspiration</a>');


document.write('</td><td nowrap>');
document.write('<a href="downloads.htm" class="menu">Downloads</a>');


document.write('</td><td nowrap>');
document.write('<a href="lifestyles.html" class="menu">Lifestyles Photo Selection</a>');


document.write('</td><td nowrap>');
document.write('<a href="about.htm" class="menu">About Us</a>');


document.write('</td><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact</a>');


document.write('</td><td nowrap>');
document.write('<a href="http://www.vcgstore.com/s32687/home.php" class="menu">Shop Our Online Store</a>');


document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->
