//Expandable archive6 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 archive6contents[] to set the messges you wish be displayed (HTML codes accepted)
//configure the below 2 variables to set the width/background color of the archive6
var archive6width='350px'
var archive6bgcolor='#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 archive6contentstotal= ''
				
function expandarchive6(e){
if (ie4||ns6){
archive6expand_parent=ie4? archive6expand.parentElement : document.getElementById("archive6expand").parentNode
archive6expand_parent.style.display=(archive6expand_parent.style.display=="none")? "" : "none"
}
else{
document.archive6layer.left=e.pageX-e.layerX
document.archive6layer.top= e.pageY-e.layerY+20
document.archive6layer.visibility=(document.archive6layer.visibility=="hide")? "show" : "hide"
return false
}
}
				
if (ie4||ns6)
document.write('<table border="0" style="width:'+archive6width+';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="expandarchive6(event);return(false)" class=nav_gauche id="button" >F. Métiers du cuir et de la chaussure</a></div></td>')
document.write('<td width="10%" id="archive6list" bgcolor="'+archive6bgcolor+'"></td>')
document.write('</tr><tr style="display:none"><td id="archive6expand" width="90%" class=txt></td><td width="10%"></td></tr>')
document.write('</table>')

if (ns4) document.archive6nsmain.visibility="show"
archive6obj=ie4? archive6list : ns6? document.getElementById("archive6list") : ns4? document.archive6nsmain : ""
archive6expandobj=ie4? archive6expand : ns6? document.getElementById("archive6expand") : ns4? document.archive6layer : ""
				
archive6contentstotal+='F1   Fabrication de selles et bourrellerie<br>'
archive6contentstotal+='F2   Maroquinerie<br>'
archive6contentstotal+='F3   Reliure et broderie sur cuir<br>'
archive6contentstotal+='F4   Fabrication de chaussures<br>'
archive6contentstotal+='F5   Tannage<br>'
				
if (ie4||ns6)
archive6expandobj.innerHTML=archive6contentstotal
else{
archive6expandobj.document.write(archive6contentstotal)
archive6expandobj.document.close()
}

