//Expandable archive17 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 archive17contents[] to set the messges you wish be displayed (HTML codes accepted)
//configure the below 2 variables to set the width/background color of the archive17
var archive17width='350px'
var archive17bgcolor='#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 archive17contentstotal= ''
				
function expandarchive17(e){
if (ie4||ns6){
archive17expand_parent=ie4? archive17expand.parentElement : document.getElementById("archive17expand").parentNode
archive17expand_parent.style.display=(archive17expand_parent.style.display=="none")? "" : "none"
}
else{
document.archive17layer.left=e.pageX-e.layerX
document.archive17layer.top= e.pageY-e.layerY+20
document.archive17layer.visibility=(document.archive17layer.visibility=="hide")? "show" : "hide"
return false
}
}
				
if (ie4||ns6)
document.write('<table border="0" style="width:'+archive17width+';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="expandarchive17(event);return(false)" class=nav_gauche id="button" >T. Activités de transformation et de réalisation d\'articles divers</a></div></td>')
document.write('<td width="10%" id="archive17list" bgcolor="'+archive17bgcolor+'"></td>')
document.write('</tr><tr style="display:none"><td id="archive17expand" width="90%" class=txt></td><td width="10%"></td></tr>')
document.write('</table>')

if (ns4) document.archive17nsmain.visibility="show"
archive17obj=ie4? archive17list : ns6? document.getElementById("archive17list") : ns4? document.archive17nsmain : ""
archive17expandobj=ie4? archive17expand : ns6? document.getElementById("archive17expand") : ns4? document.archive17layer : ""
				
archive17contentstotal+='T1   Transformation de marbre<br>'
archive17contentstotal+='T2   Fabrication et transformation de plâtre<br>'
archive17contentstotal+='T3   Fabrication de chaux<br>'
archive17contentstotal+='T4   Fabrication de dérivés de ciment<br>'
archive17contentstotal+='T5   Fabrication de carreaux et revêtements<br>'
archive17contentstotal+='T6   Fabrication d\'articles en céramique et en argile<br>'
archive17contentstotal+='T7   Fabrication de verre plat et miroiterie<br>'
archive17contentstotal+='T8   Fabrication de charpentes pour bâtiment<br>'
archive17contentstotal+='T9   Fabrication de flotteurs de pêche<br>'
archive17contentstotal+='T10 Fabrication de barques et pirogues de pêche<br>'
archive17contentstotal+='T11 Fabrication de charrettes<br>'
archive17contentstotal+='T12 Fabrication de filets de pêche<br>'
archive17contentstotal+='T13 Fabrication de charbon de bois<br>'
archive17contentstotal+='T14 Fabrication de cordes<br>'
archive17contentstotal+='T15 Fabrication de tapis, de nappes<br>'
archive17contentstotal+='T16 Fabrication de brochures, de journaux<br>'
archive17contentstotal+='T17 Fabrication de pesticides<br>'
archive17contentstotal+='T18 Fabrication de peinture, vernis et produits similaires<br>'
archive17contentstotal+='T19 Rechapage de pneumatique<br>'
archive17contentstotal+='T20 Fabrication d\'instruments de musique<br>'
archive17contentstotal+='T21 Fabrication d\'articles décoratifs<br>'
archive17contentstotal+='T22 Distillation de l\'eau pour usage des batteries<br>'
archive17contentstotal+='T23 Fabrication de savon, de produits de désinfection<br>'
archive17contentstotal+='T24 Fabrication de produits cosmétiques<br>'
archive17contentstotal+='T25 Fabrication d\'aquarium<br>'
archive17contentstotal+='T26 Récupération des pièces usagées<br>'
archive17contentstotal+='T27 Broderie<br>'

				
if (ie4||ns6)
archive17expandobj.innerHTML=archive17contentstotal
else{
archive17expandobj.document.write(archive17contentstotal)
archive17expandobj.document.close()
}

