<!-- Begin HORIZONTAL CSS DROP MENU VER 1.50 2008

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY


var showtop		= "no"		//  SHOW TOP MENU IMAGE
var showimage		= "no"		//  SHOW BOTTOM MENU IMAGE


document.write('<div id="menulocation" class="printhide">');
   if (showtop == "yes") {
document.write('<center<br><a href="index.html"><img src="graphics/regentlogo.jpg" width="145" height="53" border="0" class="xmenutop"></a></center>');
}
document.write('<table cellpadding="0" cellspacing="0" border="0" width="150"><tr><td class="topmargin">');
document.write('<ul id="top-nav">');




// START MENU LINKS - EDIT BELOW THIS AREA




document.write('  <li class="menuT"><a href="index.html">Home</a></li>');




// MENU SEPARATOR 1
document.write('<li class="menuseparator"></li>');






document.write('  <li class="menuT"><a href="now.html" class="parentM">Now Playing</a>'); 
document.write('    <ul id="sub-nav">');

document.write('      <li><a href="coming.html#eichmann">Eichmann</a></li>');

document.write('      <li><a href="coming.html#the_magician">The Magician</a></li>');

document.write('      <li><a href="coming.html#shake_hands">Shake Hands with the Devil</a></li>');


document.write('    </ul>');
document.write('  </li>');


document.write('  <li class="menuT"><a href="http://www.regentreleasing.com">Coming Soon</a>'); 
document.write('    <ul id="sub-nav">');





document.write('      <li><a href="http://www.regentreleasing.com">More To Come</a></li>');




document.write('    </ul>');
document.write('  </li>');



document.write('  <li class="menuT"><a href="archive_A-H.html">Archive Titles A-H</a></li>');
document.write('  <li class="menuT"><a href="archive_I-P.html">Archive Titles I-P</a></li>');
document.write('  <li class="menuT"><a href="archive_Q-Z.html">Archive Titles Q-Z</a></li>');


document.write('  <li class="menuT"><a href="about.html">About Regent</a></li>');

document.write('  <li class="menuT"><a href="releasingnews.html">Regent News</a></li>');






// MENU SEPARATOR 2
document.write('<li class="menuseparator"></li>');



document.write('  <li class="menuT"><a href="contact.html">Contact</a></li>');


document.write('  <li class="menuT"><a href="logon.html">Press & Exhibitors Login</a></li>');

document.write('  <li class="menuT"><a href="mailto:info@regentreleasing.com">Request Login</a></li>');

document.write('  <li class="menuT"><a href="http://visitor.constantcontact.com/d.jsp?m=1101848003191&p=oi" target="_blank">Join Our Mailing List!</a></li>');






// MENU SEPARATOR 3
document.write('<li class="menuseparator"></li>');






// END LINKS //



document.write('</ul>');
document.write('</td></tr><tr><td align="center">');




// START MENU IMAGE


   if (showimage == "yes") {
document.write('<br><br><a href="index.html"><img src="http://www.regentreleasing.com/downloads/th-NONSCALED-FORBLACK-LOGO.jpg" width="101" height="80" border="0" class="borders-menuimage"></a><br><br><br>');
}






document.write('</td></tr></table>');
document.write('</div>');




//  End -->




// COPYRIGHT 2008 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE









function IEHoverPseudo() {

	var navItems = document.getElementById("top-nav").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuT") {
			navItems[i].onmouseover=function() { this.className += " over"; }
			navItems[i].onmouseout=function() { this.className = "menuT"; }
		}
	}

}
window.onload = IEHoverPseudo;
