//Expandable archive16 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 archive16contents[] to set the messges you wish be displayed (HTML codes accepted)
//configure the below 2 variables to set the width/background color of the archive16
var archive16width='350px'
var archive16bgcolor='#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 archive16contentstotal= ''
				
function expandarchive16(e){
if (ie4||ns6){
archive16expand_parent=ie4? archive16expand.parentElement : document.getElementById("archive16expand").parentNode
archive16expand_parent.style.display=(archive16expand_parent.style.display=="none")? "" : "none"
}
else{
document.archive16layer.left=e.pageX-e.layerX
document.archive16layer.top= e.pageY-e.layerY+20
document.archive16layer.visibility=(document.archive16layer.visibility=="hide")? "show" : "hide"
return false
}
}
				
if (ie4||ns6)
document.write('<table border="0" style="width:'+archive16width+';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="expandarchive16(event);return(false)" class=nav_gauche id="button" >S. Activités des industries alimentaires</a></div></td>')
document.write('<td width="10%" id="archive16list" bgcolor="'+archive16bgcolor+'"></td>')
document.write('</tr><tr style="display:none"><td id="archive16expand" width="90%" class=txt></td><td width="10%"></td></tr>')
document.write('</table>')

if (ns4) document.archive16nsmain.visibility="show"
archive16obj=ie4? archive16list : ns6? document.getElementById("archive16list") : ns4? document.archive16nsmain : ""
archive16expandobj=ie4? archive16expand : ns6? document.getElementById("archive16expand") : ns4? document.archive16layer : ""
				
archive16contentstotal+='S1   Transformation et conservation de viandes<br>'
archive16contentstotal+='S2   Transformation et conservation de poissons<br>'
archive16contentstotal+='S3   Transformation et conservation de fruits et légumes<br>'
archive16contentstotal+='S4   Fabrication d\'huiles et graisses<br>'
archive16contentstotal+='S5   Fabrication de produits laitiers<br>'
archive16contentstotal+='S6   Travail de transformation de grains<br>'
archive16contentstotal+='S7   Fabrication d\'aliments pour animaux<br>'
archive16contentstotal+='S8   Boulangerie, pâtisserie et biscuiterie<br>'
archive16contentstotal+='S9   Fabrication de sucrerie et chocolat<br>'
archive16contentstotal+='S10 Fabrication de glace et de cornets de glace<br>'
archive16contentstotal+='S11 Fabrication de boissons<br>'
archive16contentstotal+='S12 Production d\'arômes alimentaires<br>'
archive16contentstotal+='S13 Production d\'eaux minérales<br>'
archive16contentstotal+='S14 Extraction et transformation du sel<br>'
archive16contentstotal+='S15 Fabrication de produits à base de tabacs<br>'


				
if (ie4||ns6)
archive16expandobj.innerHTML=archive16contentstotal
else{
archive16expandobj.document.write(archive16contentstotal)
archive16expandobj.document.close()
}

