<!-- Begin CSS Horizontal Menu - menu ver 3.11mini 2010

// NOTE: If you use a ' add a slash before it like this \'


var leftspacing		= "0"		// LEFT MENU PADDING
var rightspacing	= "0"		// RIGHT MENU PADDING
var menuside		= "left"	// MENU SIDE | left | right | center
var fixwrap		= "no"		// MAKE yes ONLY IF MENUS ARE WRAPPING
var menuwidth		= "700"		// TOTAL MENU WIDTH (use only if wrapping is apparent)



document.write('<link rel="StyleSheet" href="drop-menu.css" type="text/css">');
document.write('<table cellpadding="0" cellspacing="0" border="0" class="menutable  Dmenuwidth"><tr><td class="printhide" align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td width="'+leftspacing+'">');
document.write('<img src="picts/spacer.gif" width="'+leftspacing+'" height="1"><br>');
document.write('</td><td>');

document.write('<ul id="menunav">');






// START MENU LINKS - EDIT BELOW THIS AREA



document.write('<li><a href="index.html">Home</a></li>');

document.write('<li><a href="about.htm">About</a></li>');




document.write('  <li><a href="products.html">Products</a>'); 
document.write('    <ul>');

document.write('      <li><a href="Manuf_BagEnd.html">Bag End (E-Trap)</a></li>');

document.write('      <li><a href="Manuf_Blackbox.html">The Black Box</a></li>');



document.write('      <li><a href="Manuf_Devaliet.html">Devialet D-Premiere</a></li>');

document.write('      <li><a href="Manuf_HRS.html">Harmonic Resolution Systems (HRS)</a></li>');

document.write('      <li><a href="Manuf_KEF.html">KEF Blade Loudspeakers</a></li>');

document.write('      <li><a href="Manuf_Lumagen.html">Lumagen</a></li>');

document.write('      <li><a href="Manuf_Monitor.html">Monitor Audio</a></li>');


document.write('      <li><a href="Manuf_MSB.html">MSB Technology</a></li>');

document.write('      <li><a href="Manuf_PAL.html">Performance Acoustic Labs</a></li>');

document.write('      <li><a href="Manuf_Parasound.html">Parasound</a></li>');

document.write('      <li><a href="Manuf_Sim2.html">SIM2 Projectors</a></li>');



document.write('      <li><a href="Manuf_Stewart.html">Stewart Filmscreen</a></li>');


document.write('      <li><a href="Manuf_Theta.html">Theta Digital</a></li>');



document.write('    </ul>');
document.write('  </li>');







document.write('  <li><a href="help.html">Help</a>');
document.write('    <ul>');
document.write('      <li><a href="documentation.html">Documentation</a></li>');
document.write('      <li><a href="downloads.html">Downloads</a></li>');
document.write('    </ul>');
document.write('  </li>');





document.write('<li><a href="contact.htm">Contact</a></li>');





// END LINKS //





document.write('</ul>');

document.write('</td><td width="'+rightspacing+'">');
document.write('<img src="picts/spacer.gif" width="'+rightspacing+'" height="1"><br>');
document.write('</td></tr></table>');

   if (fixwrap == "yes") {
document.write('</td></tr><tr><td>');
document.write('<img src="picts/spacer.gif" width="'+menuwidth+'" height="1"><br>');
}

document.write('</td></tr></table>');





IEMhover = function() {
	var IEMh = document.getElementById("menunav").getElementsByTagName("LI");
	for (var i=0; i<IEMh.length; i++) {
		IEMh[i].onmouseover=function() {
			this.className+=" IEMhover";
		}
		IEMh[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" IEMhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", IEMhover);


// END -->
