var submenu=new Array();submenu[0]="&bull;<a href=\"/show/\">The Story</a>&bull;<a href=\"/show/photos/\">Photo Gallery</a>&bull;<a href=\"/show/history.php\">The History</a>&bull;<a href=\"/show/authors.php\">The Authors</a>&bull;<a href=\"/show/creative.php\">The Creative Team</a><!--&bull;<a href=\"/show/press.php\">Press Archive</a>-->";submenu[1]="<a href=\"/news/\">News and Updates about the Show and our Stars!</a>";submenu[2]="&bull;<a href=\"/cd/variety.php\">Our Partnership with Variety</a>&bull;<a href=\"/cd/\">About the CD</a>&bull;<a href=\"/cd/creative.php\">Creative Team</a>&bull;<a href=\"/cd/donors.php\">Variety Patrons</a>";submenu[3]="&bull;<a href=\"/stars/cd.php\">On the CD</a>&bull;<a href=\"/stars/bstop.php\">In Broadway Sings...</a>&bull;<a href=\"/stars/reading.php\">In the Original Reading</a>&bull;<a href=\"/stars/\">In our Entire History!</a>";submenu[4]="&bull;<a href=\"/contact/\">Send us a Message</a>&bull;<a href=\"/contact/taf/\">Tell a Friend</a>&bull;<a href=\"/contact/gb/\">Guestbook</a>&bull;<a href=\"/press/\">Press</a>";submenu[5]="&bull;<a href=\"/\">Back to the Home Page</a>&bull;<a href=\"/sitemap.php\">Sitemap</a>&bull;<a href=\"/contact/gb/\">Some Related Sites";var delay_hide=500;var menuobj=document.getElementById?document.getElementById("describe"):document.all?document.all.describe:document.layers?document.dep1.document.dep2:"";function showit(_1){clear_delayhide();thecontent=(_1==-1)?"":submenu[_1];if(document.getElementById||document.all){menuobj.innerHTML=thecontent;}else{if(document.layers){menuobj.document.write(thecontent);menuobj.document.close();}}}function resetit(e){if(document.all&&!menuobj.contains(e.toElement)){delayhide=setTimeout("showit(-1)",delay_hide);}else{if(document.getElementById&&e.currentTarget!=e.relatedTarget&&!contains_ns6(e.currentTarget,e.relatedTarget)){delayhide=setTimeout("showit(-1)",delay_hide);}}}function clear_delayhide(){if(window.delayhide){clearTimeout(delayhide);}}function contains_ns6(a,b){while(b.parentNode){if((b=b.parentNode)==a){return true;}}return false;}