//Expandable archive5 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 archive5contents[] to set the messges you wish be displayed (HTML codes accepted)
//configure the below 2 variables to set the width/background color of the archive5
var archive5width='350px'
var archive5bgcolor='#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 archive5contentstotal= ''
				
function expandarchive5(e){
if (ie4||ns6){
archive5expand_parent=ie4? archive5expand.parentElement : document.getElementById("archive5expand").parentNode
archive5expand_parent.style.display=(archive5expand_parent.style.display=="none")? "" : "none"
}
else{
document.archive5layer.left=e.pageX-e.layerX
document.archive5layer.top= e.pageY-e.layerY+20
document.archive5layer.visibility=(document.archive5layer.visibility=="hide")? "show" : "hide"
return false
}
}
				
if (ie4||ns6)
document.write('<table border="0" style="width:'+archive5width+';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="expandarchive5(event);return(false)" class=nav_gauche id="button" >E. Métiers de l\'habillement</a></div></td>')
document.write('<td width="10%" id="archive5list" bgcolor="'+archive5bgcolor+'"></td>')
document.write('</tr><tr style="display:none"><td id="archive5expand" width="90%" class=txt></td><td width="10%"></td></tr>')
document.write('</table>')

if (ns4) document.archive5nsmain.visibility="show"
archive5obj=ie4? archive5list : ns6? document.getElementById("archive5list") : ns4? document.archive5nsmain : ""
archive5expandobj=ie4? archive5expand : ns6? document.getElementById("archive5expand") : ns4? document.archive5layer : ""
				
archive5contentstotal+='E1   Confection de vêtements <br>'
archive5contentstotal+='E2   Tricotage, dentellière<br>'
archive5contentstotal+='E3   Broderie<br>'
archive5contentstotal+='E4   Teinturerie traditionnelle<br>'
				
if (ie4||ns6)
archive5expandobj.innerHTML=archive5contentstotal
else{
archive5expandobj.document.write(archive5contentstotal)
archive5expandobj.document.close()
}

