// DropDownMenu_Create.jss  
// Be sure to have no line breaks between the " " of document.write
// when typing in the code
// Also, comments must be as shown here, or get errors
// For information about clear:both see http://www.htmlgoodies.com/beyond/css/css-ref/article.php/3470271
// Without this frame, the content is not centered and the content repeats...

<!--
document.write("<div id='frame'>");
document.write("<div id='contentleft'>");
document.write("<a href='http://www.CalStage.org'>");
document.write("<IMG SRC='images/calstagelogo.gif' WIDTH='142' HEIGHT='152' BORDER='0' ALT='Home'>");
document.write("</a>");
document.write("<br><br>");
document.write("website by<br>");
document.write("<a href='http://www.LyonsConsultants.com'>");
document.write("Lyons Consultants");
document.write("</a>");
document.write("</div>");
document.write("<div id='banner'>");
document.write("<H1>California Stage Company</H1>");
document.write("</div>");
-->

