// JavaScript Document
function menu_main() {
	document.write('<div class="navigation">');
	document.write('<div class="menu_solutions"><a href="searchsolutions.html" title="Search Solutions" >&nbsp;</a></div>');
	document.write('<div class="menu_multiCity"><a href="solutions_multi-city.html" title="Multi-City" >&nbsp;</a></div>');
	document.write('<div class="menu_hosting"><a href="hosting.html" title="Hosting Services" >&nbsp;</a></div>');
	document.write('<div class="menu_sem"><a href="sem.html" title="SEM Solutions" >&nbsp;</a></div>');
	document.write('</div>');
}

function menu_solutions() {
	document.write('<div class="navigation">');
	document.write('<div class="menu_solutions"><a href="searchsolutions.html" title="Search Solutions" id="solutions" >&nbsp;</a></div>');
	document.write('<div class="menu_multiCity"><a href="solutions_multi-city.html" title="Multi-City" >&nbsp;</a></div>');
	document.write('<div class="menu_hosting"><a href="hosting.html" title="Hosting Services" >&nbsp;</a></div>');
	document.write('<div class="menu_sem"><a href="sem.html" title="SEM Solutions" >&nbsp;</a></div>');
	document.write('</div>');
}

function menu_multiCity() {
	document.write('<div class="navigation">');
	document.write('<div class="menu_solutions"><a href="searchsolutions.html" title="Search Solutions" >&nbsp;</a></div>');
	document.write('<div class="menu_multiCity"><a href="solutions_multi-city.html" title="Multi-City" id="multiCity" >&nbsp;</a></div>');
	document.write('<div class="menu_hosting"><a href="hosting.html" title="Hosting Services" >&nbsp;</a></div>');
	document.write('<div class="menu_sem"><a href="sem.html" title="SEM Solutions" >&nbsp;</a></div>');
	document.write('</div>');
}

function menu_hosting() {
	document.write('<div class="navigation">');
	document.write('<div class="menu_solutions"><a href="searchsolutions.html" title="Search Solutions" >&nbsp;</a></div>');
	document.write('<div class="menu_multiCity"><a href="solutions_multi-city.html" title="Multi-City" >&nbsp;</a></div>');
	document.write('<div class="menu_hosting"><a href="hosting.html" title="Hosting Services" id="hosting" >&nbsp;</a></div>');
	document.write('<div class="menu_sem"><a href="sem.html" title="SEM Solutions" >&nbsp;</a></div>');
	document.write('</div>');
}

function menu_sem() {
	document.write('<div class="navigation">');
	document.write('<div class="menu_solutions"><a href="searchsolutions.html" title="Search Solutions" >&nbsp;</a></div>');
	document.write('<div class="menu_multiCity"><a href="solutions_multi-city.html" title="Multi-City" >&nbsp;</a></div>');
	document.write('<div class="menu_hosting"><a href="hosting.html" title="Hosting Services" >&nbsp;</a></div>');
	document.write('<div class="menu_sem"><a href="sem.html" title="SEM Solutions" id="sem" >&nbsp;</a></div>');
	document.write('</div>');
}

function infobar() {
document.write('<div id="infobar">');
	document.write('<div id="inforight">');
		document.write('<div class="infobar_sm" id="newsmedia">');
		document.write('&bull;&nbsp;<a href="press.html">eLocal News</a><br />');
		document.write('&bull;&nbsp;<a href="http://www.elocaldevblog.com" target="_blank">eLocal Blog</a><br />');
		document.write('&bull;&nbsp;<a href="#">Free Fact Sheet</a><br />');
		document.write('&bull;&nbsp;<a href="QuestionProductPage.pdf">Product FAQ</a>');
		document.write('</div>');
		
		document.write('<div class="infobar_sm" id="elocpartners">');
		document.write('&bull;&nbsp;<a href="advertise.html">Advertise With eLocal</a><br />');
		document.write('&bull;&nbsp;<a href="strategic.html">Strategic Alliance</a><br />');
		document.write('&bull;&nbsp;<a href="http://www.elocalprofiles.com/login.aspx" target="_blank">Agent Login</a><br />');
		document.write('&bull;&nbsp;<a href="http://www.elocalprofiles.com/login.aspx" target="_blank">Resource Center</a>');
		document.write('</div>');
	document.write('</div>');
	
	document.write('<div id="infoleft">');
		document.write('<div class="infobar_sm" id="elocsolutions">');
		document.write('&bull;&nbsp;<a href="searchsolutions.html">Search Solutions</a><br />');
		document.write('&bull;&nbsp;<a href="solutions_multi-city.html">Multi-City</a><br />');
		document.write('&bull;&nbsp;<a href="hosting.html">Hosting Services</a><br />');
		document.write('&bull;&nbsp;<a href="http://www.youtube.com/elocalvideoexamples#g/u">eLocal Video</a>');
		document.write('</div>');
		
		document.write('<div class="infobar_sm" id="customerservices">');
		document.write('&bull;&nbsp;<a href="customersupport.html">Customer Support</a><br />');
		document.write('&bull;&nbsp;<a href="http://elocallisting.com/terms-and-conditions.html">Terms & Conditions</a><br />');
		document.write('&bull;&nbsp;<a href="privacy.html">Privacy Policy</a><br />');
		document.write('&bull;&nbsp;<a href="contact.html">Contact Us</a>');
		document.write('</div>');
	document.write('</div>');
document.write('</div>');
}

function footer() {
document.write('<div id="footer">');
  document.write('<div align="center">');
    document.write('<p class="footerstyle"><a href="index.html">Home</a> | <a href="about.html">About Us</a> | <a href="solutions.html">Solutions</a> | <a href="http://www.elocalprofiles.com/login.aspx" target="_blank">Agent Center</a> | <a href="http://www.elocaldevblog.com" target="_blank">eLocal Listing Blog</a> | <a href="http://cherrp.twimailer.com" target="_blank">Cherrp</a> | <a href="http://www.local-video.net/" target="_blank">Local Video</a>  | <a href="http://www.elocallisting.com/local/">Local Directory</a> | <a href="http://www.elocallisting.com/cityguides/" target="">City Guides</a> | <a href="contact.html">Contact eLocal</a> |<a href="privacy.html">Privacy Policy</a><br />');
    document.write('<br /></p>');
    document.write('<p class="copyrightstyle">Google and AdWords are trademarks of Google Inc and are registered in the US. Copyright 2007, eLocal Listing., all rights reserved. <br />');
    document.write('All trademarks are the property of their respective owners. <br />');
    document.write('eLocal Listing does not claim affiliation or endorsement with companies listed on www.elocallisting.com<br /></p>');
  document.write('</div>');
document.write('</div>');
}