bgcolor='#F4F4F4';
bgcolor2='#FDECE1';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('</style>')
document.write('<div style="position:relative;height:24"><DIV class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/

/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;

zlien[0][0] = '<A HREF="http://lesfiches.theatrotheque.com/" CLASS=ejsmenu><IMG src="http://www.theatrotheque.com/img/carre.gif" border=0>&nbsp;<b>Tous les textes</b></A>';
zlien[0][1] = '<A HREF="http://www.theatrotheque.com/web/fiches.php?pge=0&option=moteur&Genre_rech=1" CLASS=ejsmenu>Com&eacute;dies</A>';
zlien[0][2] = '<A HREF="http://www.theatrotheque.com/web/fiches.php?pge=0&option=moteur&Genre_rech=2" CLASS=ejsmenu>Com&eacute;dies dramatiques</A>';
zlien[0][3] = '<A HREF="http://www.theatrotheque.com/web/fiches.php?pge=0&option=moteur&Genre_rech=6" CLASS=ejsmenu>Com&eacute;dies musicales</A>';
zlien[0][4] = '<A HREF="http://www.theatrotheque.com/web/fiches.php?pge=0&option=moteur&Genre_rech=4" CLASS=ejsmenu>Pi&egrave;ces enfants</A>';
zlien[0][5] = '<A HREF="http://www.theatrotheque.com/web/fiches.php?pge=0&option=moteur&Genre_rech=5" CLASS=ejsmenu>Sketches, sayn&egrave;tes</A>';
zlien[0][6] = '<A HREF="http://www.theatrotheque.com/web/fiches.php?pge=0&option=moteur&Genre_rech=3" CLASS=ejsmenu>Trag&eacute;dies</A>';

zlien[1][0] = '<A HREF="http://lemag.theatrotheque.com/" CLASS=ejsmenu><IMG src="http://www.theatrotheque.com/img/carre.gif" border=0>&nbsp;<b>Tous les spectacles</b></A>';
zlien[1][1] = '<A HREF="http://paris.theatrotheque.com/" CLASS=ejsmenu>Spectacles à Paris</A>';
zlien[1][2] = '<A HREF="http://province.theatrotheque.com/" CLASS=ejsmenu>Spectacles en province</A>';
zlien[1][3] = '<A HREF="http://ailleurs.theatrotheque.com/" CLASS=ejsmenu>Spectacles ailleurs</A>';

zlien[2][0] = '<A HREF="http://une.theatrotheque.com/" CLASS=ejsmenu><IMG src="http://www.theatrotheque.com/img/carre.gif" border=0>&nbsp;<b>&Agrave; la Une</b></A>';
zlien[2][1] = '<A HREF="http://avignon2011.theatrotheque.com/" CLASS=ejsmenu><IMG src="http://www.theatrotheque.com/img/carre.gif" border=0>&nbsp;<b>Avignon 2011</b></A>';
zlien[2][2] = '<A HREF="http://breves.theatrotheque.com/" CLASS=ejsmenu><IMG src="http://www.theatrotheque.com/img/carre.gif" border=0>&nbsp;<b>En bref</b></A>';
zlien[2][3] = '<A HREF="http://actu.theatrotheque.com/" CLASS=ejsmenu>Dans l\'actu</A>';
zlien[2][4] = '<A HREF="http://festival.theatrotheque.com/" CLASS=ejsmenu>Festival</A>';
//zlien[2][5] = '<A HREF="http://miscellanees.theatrotheque.com/" CLASS=ejsmenu>Miscellan&eacute;es</A>';

zlien[3][0] = '<A HREF="http://lesannonces.theatrotheque.com" CLASS=ejsmenu><IMG src="http://www.theatrotheque.com/img/carre.gif" border=0>&nbsp;<b>Toutes les annonces</b></A>';
zlien[3][1] = '<A HREF="http://www.theatrotheque.com/web/annonces.php?pge=0&option=moteur&SRub_rech=35" CLASS=ejsmenu>Th&eacute;&acirc;tres, salles</A>';
zlien[3][2] = '<A HREF="http://www.theatrotheque.com/web/annonces.php?pge=0&option=moteur&SRub_rech=34" CLASS=ejsmenu>Stages, ateliers</A>';
zlien[3][3] = '<A HREF="http://www.theatrotheque.com/web/annonces.php?pge=0&option=moteur&SRub_rech=33" CLASS=ejsmenu>Spectacles</A>';
zlien[3][4] = '<A HREF="http://www.theatrotheque.com/web/annonces.php?pge=0&option=moteur&SRub_rech=28" CLASS=ejsmenu>Auteurs, textes</A>';
zlien[3][5] = '<A HREF="http://www.theatrotheque.com/web/annonces.php?pge=0&option=moteur&SRub_rech=37" CLASS=ejsmenu><i>Offres d\'emploi</i></A>';


var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { skn = document.topdeck }
else if (dom) { skn = document.getElementById("topdeck").style }
else if (iex) { skn = topdeck.style }
skn.top = 24;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#FFFFFF WIDTH=150><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
    {
    content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20>&nbsp;&nbsp;"+msg[pass]+"</TD></TR>";
    pass++;
    }
content += "</TABLE></TD></TR></TABLE>";
if (msg==''||msg[0]=='')content='';
if (nava)
  {
    skn.document.write(content);
      skn.document.close();
      skn.visibility = "visible";
  }
    else if (dom)
  {
      document.getElementById("topdeck").innerHTML = content;
      skn.visibility = "visible";
  }
    else if (iex)
  {
      document.all("topdeck").innerHTML = content;
      skn.visibility = "visible";
  }
}
function kill()
{
    skn.visibility = "hidden";
}
document.onclick = kill;

linkcolor0='#000000';
linkcolor1='#000000';
linkcolor2='#000000';
linkcolor3='#000000';

document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#c00000 WIDTH=400><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=24><TR>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu><b><FONT COLOR=\''+linkcolor0+'\'>LES TEXTES</FONT></b></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],100)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],100)" href=# CLASS=ejsmenu><b><FONT COLOR=\''+linkcolor1+'\'>LE MAGAZINE</FONT></b></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],200)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],200)" href=# CLASS=ejsmenu><b><FONT COLOR=\''+linkcolor2+'\'>LES INFOS</b></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],300)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],300)" href=# CLASS=ejsmenu><b><FONT COLOR=\''+linkcolor3+'\'>LES ANNONCES</b></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')
