//Expandable archive7 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 archive7contents[] to set the messges you wish be displayed (HTML codes accepted)
//configure the below 2 variables to set the width/background color of the archive7
var archive7width='350px'
var archive7bgcolor='#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 archive7contentstotal= ''
				
function expandarchive7(e){
if (ie4||ns6){
archive7expand_parent=ie4? archive7expand.parentElement : document.getElementById("archive7expand").parentNode
archive7expand_parent.style.display=(archive7expand_parent.style.display=="none")? "" : "none"
}
else{
document.archive7layer.left=e.pageX-e.layerX
document.archive7layer.top= e.pageY-e.layerY+20
document.archive7layer.visibility=(document.archive7layer.visibility=="hide")? "show" : "hide"
return false
}
}
				
if (ie4||ns6)
document.write('<table border="0" style="width:'+archive7width+';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="expandarchive7(event);return(false)" class=nav_gauche id="button" >G. Métiers du bois et des fibres végétales</a></div></td>')
document.write('<td width="10%" id="archive7list" bgcolor="'+archive7bgcolor+'"></td>')
document.write('</tr><tr style="display:none"><td id="archive7expand" width="90%" class=txt></td><td width="10%"></td></tr>')
document.write('</table>')

if (ns4) document.archive7nsmain.visibility="show"
archive7obj=ie4? archive7list : ns6? document.getElementById("archive7list") : ns4? document.archive7nsmain : ""
archive7expandobj=ie4? archive7expand : ns6? document.getElementById("archive7expand") : ns4? document.archive7layer : ""
				
archive7contentstotal+='G1   Menuiserie<br>' 
archive7contentstotal+='G2   Taille du bois et sculpture sur bois<br>'
archive7contentstotal+='G3   Tourneur <br>'
archive7contentstotal+='G4   Tressage des fibres<br>'
archive7contentstotal+='G5   Fabrication d\'articles en rotin, en bambou, en osier et en liège<br>'
archive7contentstotal+='G6   Fabrication d\'articles en fibres fines et vannerie<br>'
archive7contentstotal+='G7   Conditionnement des fibres<br>'

				
if (ie4||ns6)
archive7expandobj.innerHTML=archive7contentstotal
else{
archive7expandobj.document.write(archive7contentstotal)
archive7expandobj.document.close()
}

