// 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="http://isurgeongame.com/press.html">InStyle Magazine</a><br />');
		document.write('&bull;&nbsp;<a href="http://isurgeongame.com/press.html">Today Show</a><br />');
		document.write('&bull;&nbsp;<a href="http://isurgeongame.com/press.html">Decco Drive</a><br />');
		document.write('&bull;&nbsp;<a href="http://isurgeongame.com/press.html">Miami Herald</a><br />');
		document.write('</div>');
		
		document.write('<div class="infobar_sm" id="elocpartners">');
		document.write('&bull;&nbsp;<a href="index.html">Email Download</a><br />');
		document.write('&bull;&nbsp;<a href="index.html">FTP Download</a><br />');
		document.write('&bull;&nbsp;<a href="index.html">CD Mailing</a><br />');
		document.write('&bull;&nbsp;<a href="index.html">MMS / SMS</a><br />');
		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="index.html">Free Version</a><br />');
		document.write('&bull;&nbsp;<a href="index.html">Version 1.1</a><br />');
		document.write('&bull;&nbsp;<a href="index.html">Version 2.1</a><br />');
		document.write('&bull;&nbsp;<a href="index.html">Beta Version 3.0</a>');
		document.write('</div>');
		
		document.write('<div class="infobar_sm" id="customerservices">');
		document.write('&bull;&nbsp;<a href="http://www.balharboursurgery.com/gallery-form.php">Rhinoplasty</a><br />');
		document.write('&bull;&nbsp;<a href="http://www.balharboursurgery.com/gallery-form.php">Breast Augmentation</a><br />');
		document.write('&bull;&nbsp;<a href="http://www.balharboursurgery.com/gallery-form.php">Tummy Tuck</a><br />');
		document.write('&bull;&nbsp;<a href="http://www.balharboursurgery.com/gallery-form.php">Brazilian Buttlift</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="download.html">Downloads</a> | <a href="howitworks.html">How it Works</a> | <a href="getstarted.html">Getting Started</a> | <a href="press.html">Press Room</a> | <a href="contact.html">Contact Us</a> | <a href="support.html">Customer Support</a> | <a href="privacy.html">Privacy Policy</a> | <a href="sitemap.html">Sitemap</a><br />');
    document.write('<br /></p>');
    document.write('<p class="copyrightstyle">i-SurgeonGame.com all rights reserved. <br /></p>');
  document.write('</div>');
document.write('</div>');
}