//Expandable archive8 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 archive8contents[] to set the messges you wish be displayed (HTML codes accepted)
//configure the below 2 variables to set the width/background color of the archive8
var archive8width='350px'
var archive8bgcolor='#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 archive8contentstotal= ''
				
function expandarchive8(e){
if (ie4||ns6){
archive8expand_parent=ie4? archive8expand.parentElement : document.getElementById("archive8expand").parentNode
archive8expand_parent.style.display=(archive8expand_parent.style.display=="none")? "" : "none"
}
else{
document.archive8layer.left=e.pageX-e.layerX
document.archive8layer.top= e.pageY-e.layerY+20
document.archive8layer.visibility=(document.archive8layer.visibility=="hide")? "show" : "hide"
return false
}
}
				
if (ie4||ns6)
document.write('<table border="0" style="width:'+archive8width+';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="expandarchive8(event);return(false)" class=nav_gauche id="button" >H. Métiers des métaux</a></div></td>')
document.write('<td width="10%" id="archive8list" bgcolor="'+archive8bgcolor+'"></td>')
document.write('</tr><tr style="display:none"><td id="archive8expand" width="90%" class=txt></td><td width="10%"></td></tr>')
document.write('</table>')

if (ns4) document.archive8nsmain.visibility="show"
archive8obj=ie4? archive8list : ns6? document.getElementById("archive8list") : ns4? document.archive8nsmain : ""
archive8expandobj=ie4? archive8expand : ns6? document.getElementById("archive8expand") : ns4? document.archive8layer : ""
				
archive8contentstotal+='H1   Construction et menuiserie métalliques<br>'
archive8contentstotal+='H2   Fabrication de réservoirs, citernes et conteneurs<br>'
archive8contentstotal+='H3   Fabrication d\'ouvrages en métaux<br>'
archive8contentstotal+='H4   Fabrication de bijoux<br>'
archive8contentstotal+='H5   Fabrication de machines et d\'appareils domestiques<br>'
archive8contentstotal+='H6   Ferronnerie d\'art et armurier d\'art<br>'
				
if (ie4||ns6)
archive8expandobj.innerHTML=archive8contentstotal
else{
archive8expandobj.document.write(archive8contentstotal)
archive8expandobj.document.close()
}

