// Rˇalisˇ par Joel Dabin www.joeldabin.info
// <script language="JavaScript" type="text/javascript" src="menu.js"></script>

// Interdire le click droit
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
document.oncontextmenu=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}

// Rollover
if(document.images) { 
bandeau  = new Image
bandeau.src = "interface/bandeau_roll.gif"
index  = new Image
index.src = "interface/index_roll.gif"
presentation = new Imagepresentation.src = "interface/presentation_roll.gif"association = new Imageassociation.src = "interface/association_roll.gif"activites = new Imageactivites.src = "interface/activites_roll.gif"productions = new Imageproductions.src = "interface/productions_roll.gif"
tournages = new Imagetournages.src = "interface/tournages_roll.gif"videos = new Imagevideos.src = "interface/videos_roll.gif"galas = new Imagegalas.src = "interface/galas_roll.gif"direct = new Imagedirect.src = "interface/direct_roll.gif"contact = new Imagecontact.src = "interface/contact_roll.gif"
} 

// Affichage menu principal
document.write("<table border=0 cellspacing=0 cellpadding=0 align=center bgcolor=3333ff><tr><td rowspan=0 valign=center><a href=http://www.slis85.info onMouseOver=bandeau.src='interface/bandeau_roll.gif' onMouseOut=bandeau.src='interface/bandeau.gif'><img src='interface/bandeau.gif' alt=bandeau border=0 name=bandeau></a></td></tr><tr><td><a href=index.html onMouseOver=index.src='interface/index_roll.gif' onMouseOut=index.src='interface/index.gif'><img src='interface/index.gif' alt=index border=0 name=index></a><a href=presentation.html onMouseOver=presentation.src='interface/presentation_roll.gif' onMouseOut=presentation.src='interface/presentation.gif'><img src='interface/presentation.gif' alt=presentation border=0 name=presentation></a><a href=association.html onMouseOver=association.src='interface/association_roll.gif' onMouseOut=association.src='interface/association.gif'><img src='interface/association.gif' alt=association border=0 name=association></a><a href=activites.html onMouseOver=activites.src='interface/activites_roll.gif' onMouseOut=activites.src='interface/activites.gif'><img src='interface/activites.gif' alt=activites border=0 name=activites></a><a href=productions.html onMouseOver=productions.src='interface/productions_roll.gif' onMouseOut=productions.src='interface/productions_on.gif'><img src='interface/productions_on.gif' alt=productions border=0 name=productions></a><a href=tournages.html onMouseOver=tournages.src='interface/tournages_roll.gif' onMouseOut=tournages.src='interface/tournages.gif'><img src='interface/tournages.gif' alt=tournages border=0 name=tournages></a><a href=videos.html onMouseOver=videos.src='interface/videos_roll.gif' onMouseOut=videos.src='interface/videos.gif'><img src='interface/videos.gif' alt=videos border=0 name=videos></a><a href=galas.html onMouseOver=galas.src='interface/galas_roll.gif' onMouseOut=galas.src='interface/galas.gif'><img src='interface/galas.gif' alt=galas border=0 name=galas></a><a href=direct.html onMouseOver=direct.src='interface/direct_roll.gif' onMouseOut=direct.src='interface/direct.gif'><img src='interface/direct.gif' alt=direct border=0 name=direct></a><a href=contact.html onMouseOver=contact.src='interface/contact_roll.gif' onMouseOut=contact.src='interface/contact.gif'><img src='interface/contact.gif' alt=contact border=0 name=contact></a></tr></table>")

// Menu Productions
document.write("<table border=0 cellspacing=0 cellpadding=0 width=970px height=20px align=center><tr><td rowspan=0 valign=top><img width=4px height=20px src=interface/gauche.gif alt=gauche></a></td><td align=center width=966px height=20px valign=center background=interface/milieu.gif alt=milieu></a><div align=center><a href=retrospectives-saint-laurent_production.html>Retrospectives Saint Laurent</a> - </a><a href=reportages_production.html>Reportages</a> - </a><a href=directs_production.html>Directs</a> - </a><a href=theatres_production.html>Th\351\342tres</a> - </a><a href=galas-de-danse_production.html>Galas de danse</a> - </a><a href=fictions_production.html>*Fictions*</a> - </a><a href=sainte-barbe_production.html>Sainte Barbe</a> - </a><a href=pompiers_production.html>Pompiers</a> - </a><a href=journee-montfortaine_production.html>Journ\351e Montfortaine</a></td><td valign=top><img width=4px height=20px src=interface/droit.gif alt=droit></a></td></tr></table>")

// Menu productions fictions
document.write("<table border=0 cellspacing=0 cellpadding=0 width=970px height=20px align=center><tr><td rowspan=0 valign=top><img width=4px height=20px src=interface/gauche.gif alt=gauche></a></td><td align=center width=966px height=20px valign=center background=interface/milieu.gif alt=milieu></a><div align=center></a><a href=de-la-terrasse-a-la-tribune-2004_fiction.html>De la Terrasse \340 la Tribune</a> - </a><a href=foyer-des-jeunes-2005_fiction.html>Foyer des Jeunes 2005</a> - </a><a href=foyer-des-jeunes-2006_fiction.html>2006</a> - </a><a href=foyer-des-jeunes-2007_fiction.html>2007</a></td><td valign=top><img width=4px height=20px src=interface/droit.gif alt=droit></a></td></tr></table>")

// Mise en page center
document.write("<table border=0 cellspacing=0 cellpadding=0 width=970px align=center><tr><td rowspan=0 valign=center><div align=center><meta http-equiv=imagetoolbar content=no>")
