<!-- Begin

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


var menuside	= "left"	// MENU SIDE | left, right or center


document.write('<div id="menu2" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="menutable"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" height="24"><tr><td>');


document.write('<a href="index.php">Home</a><br>');
document.write('</td><td>');

document.write('<a href="about.php">About Us</a><br>');
document.write('</td><td>');


document.write('<a href="services.php">Comprehensive Services</a><br>');
document.write('</td><td>');


document.write('<a href="clients-markets.php">Clients & Markets</a><br>');
document.write('</td><td>');


document.write('<a href="public-relations.php">Public Relations</a><br>');
document.write('</td><td>');


document.write('<a href="social-media.php">Social Media</a><br>');
document.write('</td><td>');


document.write('<a href="search-engine-optimization.php">SEO</a><br>');
document.write('</td><td>');


document.write('<a href="careers.php">Careers</a><br>');
document.write('</td><td>');


document.write('<a href="contact.php">Contact</a><br>');
document.write('</td><td>');


// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A MENU BUTTON







document.write('<br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');
document.write('</div>');
//  End -->
