//Expandable archive11 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 archive11contents[] to set the messges you wish be displayed (HTML codes accepted)
//configure the below 2 variables to set the width/background color of the archive11
var archive11width='350px'
var archive11bgcolor='#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 archive11contentstotal= ''
				
function expandarchive11(e){
if (ie4||ns6){
archive11expand_parent=ie4? archive11expand.parentElement : document.getElementById("archive11expand").parentNode
archive11expand_parent.style.display=(archive11expand_parent.style.display=="none")? "" : "none"
}
else{
document.archive11layer.left=e.pageX-e.layerX
document.archive11layer.top= e.pageY-e.layerY+20
document.archive11layer.visibility=(document.archive11layer.visibility=="hide")? "show" : "hide"
return false
}
}
				
if (ie4||ns6)
document.write('<table border="0" style="width:'+archive11width+';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="expandarchive11(event);return(false)" class=nav_gauche id="button" >L. Activités d\'entretien domestique </a></div></td>')
document.write('<td width="10%" id="archive11list" bgcolor="'+archive11bgcolor+'"></td>')
document.write('</tr><tr style="display:none"><td id="archive11expand" width="90%" class=txt></td><td width="10%"></td></tr>')
document.write('</table>')

if (ns4) document.archive11nsmain.visibility="show"
archive11obj=ie4? archive11list : ns6? document.getElementById("archive11list") : ns4? document.archive11nsmain : ""
archive11expandobj=ie4? archive11expand : ns6? document.getElementById("archive11expand") : ns4? document.archive11layer : ""
				
archive11contentstotal+='L1   Tapisserie tous genres<br>'
archive11contentstotal+='L2   Réparation de bourres et de matelas<br>'
archive11contentstotal+='L3   Nettoyage et repassage de vêtements<br>'
archive11contentstotal+='L4   Nettoyage de locaux administratifs, industriels et hôteliers<br>'
archive11contentstotal+='L5   Revêtement de sols et murs, aménagement et décoration de locaux<br>'
archive11contentstotal+='L6   Peinture et décoration<br>'



				
if (ie4||ns6)
archive11expandobj.innerHTML=archive11contentstotal
else{
archive11expandobj.document.write(archive11contentstotal)
archive11expandobj.document.close()
}

