//Expandable archive9 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 archive9contents[] to set the messges you wish be displayed (HTML codes accepted)
//configure the below 2 variables to set the width/background color of the archive9
var archive9width='350px'
var archive9bgcolor='#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 archive9contentstotal= ''
				
function expandarchive9(e){
if (ie4||ns6){
archive9expand_parent=ie4? archive9expand.parentElement : document.getElementById("archive9expand").parentNode
archive9expand_parent.style.display=(archive9expand_parent.style.display=="none")? "" : "none"
}
else{
document.archive9layer.left=e.pageX-e.layerX
document.archive9layer.top= e.pageY-e.layerY+20
document.archive9layer.visibility=(document.archive9layer.visibility=="hide")? "show" : "hide"
return false
}
}
				
if (ie4||ns6)
document.write('<table border="0" style="width:'+archive9width+';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="expandarchive9(event);return(false)" class=nav_gauche id="button" >J. Métiers du verre</a></div></td>')
document.write('<td width="10%" id="archive9list" bgcolor="'+archive9bgcolor+'"></td>')
document.write('</tr><tr style="display:none"><td id="archive9expand" width="90%" class=txt></td><td width="10%"></td></tr>')
document.write('</table>')

if (ns4) document.archive9nsmain.visibility="show"
archive9obj=ie4? archive9list : ns6? document.getElementById("archive9list") : ns4? document.archive9nsmain : ""
archive9expandobj=ie4? archive9expand : ns6? document.getElementById("archive9expand") : ns4? document.archive9layer : ""
				
archive9contentstotal+='J1   Verre manuel<br>'
archive9contentstotal+='J2   Verre soufflé<br>'
archive9contentstotal+='J3   Sculpture sur verre et taille du verre<br>'

				
if (ie4||ns6)
archive9expandobj.innerHTML=archive9contentstotal
else{
archive9expandobj.document.write(archive9contentstotal)
archive9expandobj.document.close()
}

