
// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes"  in varibles.js TO TURN AN OPTION OFF OR ON

if(showMHeader == 'yes') {

	
	if(showPMD == 'no') {
		document.write('<div id="masthead">')
		document.write('<h1 id="siteName">')
		document.write('<img src="images/BellWeb.jpg" width="72" height="70">')
		document.write('<img src="images/BellWebLabel.jpg" width="300" height="22">')
		document.write('</h1>')
		document.write('<div id="globalNav">')
		document.write('<a href="index.htm">Home</a>')
		document.write(' | <a href="aboutUs.htm">About Us</a>')
		document.write(' | <a href="contacts.htm">Contact Us</a>')
		document.write(' | <a href="salesRep.htm">Sales Reps (Aircraft)</a>')
		document.write(' | <a href="downloads.htm">Downloads</a>')
		document.write('</div>') 
		document.write('</div>')
		}
	else {
		document.write('<div id="masthead">')
		document.write('<h1 id="siteName">')
		document.write('<img src="images/BellPMD.jpg" width="72" height="70">')
		document.write('<img src="images/BellPMDLogo1.jpg" width="300" height="22">')
		document.write('</h1>')
		document.write('<div id="globalNav">')
		document.write('<a href="index.htm">Bell-Memphis</a>')
		document.write(' | <a href="aboutUs.htm">About Us</a>')
		document.write(' | <a href="contacts.htm">Contact Us</a>')
		document.write(' | <a href="salesRepPMD.htm">Sales Reps (Medical)</a>')
		document.write(' | <a href="downloads.htm">Downloads</a>')
		document.write('</div>') 
		document.write('</div>')
		}
}	

<!-- end masthead --> 

// -- END -->
