//Expandable archive12 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 archive12contents[] to set the messges you wish be displayed (HTML codes accepted)
//configure the below 2 variables to set the width/background color of the archive12
var archive12width='350px'
var archive12bgcolor='#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 archive12contentstotal= ''
				
function expandarchive12(e){
if (ie4||ns6){
archive12expand_parent=ie4? archive12expand.parentElement : document.getElementById("archive12expand").parentNode
archive12expand_parent.style.display=(archive12expand_parent.style.display=="none")? "" : "none"
}
else{
document.archive12layer.left=e.pageX-e.layerX
document.archive12layer.top= e.pageY-e.layerY+20
document.archive12layer.visibility=(document.archive12layer.visibility=="hide")? "show" : "hide"
return false
}
}
				
if (ie4||ns6)
document.write('<table border="0" style="width:'+archive12width+';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="expandarchive12(event);return(false)" class=nav_gauche id="button" >M. Activités de services liées au secteur du bâtiment</a></div></td>')
document.write('<td width="10%" id="archive12list" bgcolor="'+archive12bgcolor+'"></td>')
document.write('</tr><tr style="display:none"><td id="archive12expand" width="90%" class=txt></td><td width="10%"></td></tr>')
document.write('</table>')

if (ns4) document.archive12nsmain.visibility="show"
archive12obj=ie4? archive12list : ns6? document.getElementById("archive12list") : ns4? document.archive12nsmain : ""
archive12expandobj=ie4? archive12expand : ns6? document.getElementById("archive12expand") : ns4? document.archive12layer : ""
				
archive12contentstotal+='M1   Peinture de bâtiment<br>'
archive12contentstotal+='M2   Electricité de bâtiment<br>'
archive12contentstotal+='M3   Pose de carreaux, de vitres et de cadres<br>'
archive12contentstotal+='M4   Pose de faux-plafonds<br>'
archive12contentstotal+='M5   Façonnage de plâtres et pose d\'ouvrages en plâtre<br>'
archive12contentstotal+='M6   Etanchéité des toits<br>'
archive12contentstotal+='M7   Plomberie sanitaire<br>'
archive12contentstotal+='M8   Forage de puits<br>'
archive12contentstotal+='M9   Puisatier<br>'
archive12contentstotal+='M10 Entreprises générales de bâtiment<br>'
				
if (ie4||ns6)
archive12expandobj.innerHTML=archive12contentstotal
else{
archive12expandobj.document.write(archive12contentstotal)
archive12expandobj.document.close()
}

