//Expandable archive10 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 archive10contents[] to set the messges you wish be displayed (HTML codes accepted)
//configure the below 2 variables to set the width/background color of the archive10
var archive10width='350px'
var archive10bgcolor='#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 archive10contentstotal= ''
				
function expandarchive10(e){
if (ie4||ns6){
archive10expand_parent=ie4? archive10expand.parentElement : document.getElementById("archive10expand").parentNode
archive10expand_parent.style.display=(archive10expand_parent.style.display=="none")? "" : "none"
}
else{
document.archive10layer.left=e.pageX-e.layerX
document.archive10layer.top= e.pageY-e.layerY+20
document.archive10layer.visibility=(document.archive10layer.visibility=="hide")? "show" : "hide"
return false
}
}
				
if (ie4||ns6)
document.write('<table border="0" style="width:'+archive10width+';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="expandarchive10(event);return(false)" class=nav_gauche id="button" >K. Métiers du papier</a></div></td>')
document.write('<td width="10%" id="archive10list" bgcolor="'+archive10bgcolor+'"></td>')
document.write('</tr><tr style="display:none"><td id="archive10expand" width="90%" class=txt></td><td width="10%"></td></tr>')
document.write('</table>')

if (ns4) document.archive10nsmain.visibility="show"
archive10obj=ie4? archive10list : ns6? document.getElementById("archive10list") : ns4? document.archive10nsmain : ""
archive10expandobj=ie4? archive10expand : ns6? document.getElementById("archive10expand") : ns4? document.archive10layer : ""
				
archive10contentstotal+='K1   Fabrication de pâte à papier, papier et carton<br>'
archive10contentstotal+='K2   Fabrication d\'emballages en papier et de bibelots<br>'
archive10contentstotal+='K3   Fabrication de cahiers et registres<br>'


				
if (ie4||ns6)
archive10expandobj.innerHTML=archive10contentstotal
else{
archive10expandobj.document.write(archive10contentstotal)
archive10expandobj.document.close()
}

