ver = navigator.appVersion.substring(0,1)
<!--******************************POP WINDOWS***************************************-->
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function Frame (doc)
{
if (ver >= 4)
{
if (top.location == self.document.location)
{
document.write('<frameset cols="800,*" framespacing="0" border="0" frameborder="no">');
document.write('<frameset rows="*,20">');
document.write('<frameset cols="190,*" frameborder="no">');
document.write('<frameset rows="75,*" frameborder="no">');
document.write('<frame name="menutop" src="menutop.html" scrolling="no" marginwidth="0" marginheight="0" noresize frameborder="no">');
document.write('<frame name="menu" src="menu.html" scrolling="yes" marginwidth="0" marginheight="0" noresize frameborder="no">');
document.write('</frameset>');
document.write('<frameset rows="35,*">');
document.write('<frame name="menutop2" src="menutop2.html" scrolling="no" marginwidth="0" marginheight="0" noresize frameborder="no">');
document.write('<frameset cols="470,*">');
document.write('<frame name="accueil" src="letheatre/accueil.html" scrolling="yes" marginwidth="10" marginheight="0" noresize>');
document.write('<frame name="menu2" src="menu2.html" scrolling="no" marginwidth="0" marginheight="0" noresize frameborder="no">');
document.write('</frameset>');
document.write('</frameset>');
document.write('</frameset>');
document.write('<frame name="menubas" src="menubas.html" scrolling="no" marginwidth="0" marginheight="0" noresize>');
document.write('</frameset>');
document.write('<frame name="Blank" src="Blank.html" scrolling="no" marginwidth="0" marginheight="0" noresize frameborder="no">');
document.write('<noframes>');
document.write('<body>');
document.write('</body>');
document.write('</noframes>');
document.write('</frameset>');
parent.menu.location.href=doc
}
}
}


function Mois(doc2)
{
document.write('<TABLE border=0 width=100% CELLPADDING=3 CELLSPACING=0>');
document.write('<TR>');
document.write('<TD height=20 BACKGROUND="img/bk/TubeBleu.gif" ALIGN=CENTER>');
document.write('<A HREF="programmation/index.html#',doc2,'" title="Calendrier" target="accueil"><STRONG>',doc2,'</STRONG></A>');

			
document.write('</TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD align=center bgcolor=#000033>');
}

function FinMois()
{
document.write('</TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD height=5>');
document.write('</TD>');
document.write('</TR>');
document.write('</TABLE>');
}
