//Expandable archive18 script- By Dynamic Drive
//For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
//This credit MUST stay intact for use
				
//configure archive18contents[] to set the messges you wish be displayed (HTML codes accepted)
//configure the below 2 variables to set the width/background color of the archive18
var archive18width='350px'
var archive18bgcolor='#FFFFFF'
				
//configure the below variable to determine the delay between ticking of messages (in miliseconds)
				
////Do not edit pass this line////////////////
				
var ie4=document.all
var ns6=document.getElementById
var ns4=document.layers
				
var currentmessage=0
var archive18contentstotal= ''
				
function expandarchive18(e){
if (ie4||ns6){
archive18expand_parent=ie4? archive18expand.parentElement : document.getElementById("archive18expand").parentNode
archive18expand_parent.style.display=(archive18expand_parent.style.display=="none")? "" : "none"
}
else{
document.archive18layer.left=e.pageX-e.layerX
document.archive18layer.top= e.pageY-e.layerY+20
document.archive18layer.visibility=(document.archive18layer.visibility=="hide")? "show" : "hide"
return false
}
}
				
if (ie4||ns6)
document.write('<table border="0" style="width:'+archive18width+';border:0 text-indent:1px" bgcolor="ffffff" cellspacing="0" cellpadding="0">')
document.write('<tr><td width="90%" class=arialn><div id="listbutton" >')
document.write('<a href="#" onClick="expandarchive18(event);return(false)" class=nav_gauche id="button" >V. Activités culturelles</a></div></td>')
document.write('<td width="10%" id="archive18list" bgcolor="'+archive18bgcolor+'"></td>')
document.write('</tr><tr style="display:none"><td id="archive18expand" width="90%" class=txt></td><td width="10%"></td></tr>')
document.write('</table>')

if (ns4) document.archive18nsmain.visibility="show"
archive18obj=ie4? archive18list : ns6? document.getElementById("archive18list") : ns4? document.archive18nsmain : ""
archive18expandobj=ie4? archive18expand : ns6? document.getElementById("archive18expand") : ns4? document.archive18layer : ""
				
archive18contentstotal+='V1   Industrie culturelle<br>'
				
if (ie4||ns6)
archive18expandobj.innerHTML=archive18contentstotal
else{
archive18expandobj.document.write(archive18contentstotal)
archive18expandobj.document.close()
}

