//Expandable archive13 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 archive13contents[] to set the messges you wish be displayed (HTML codes accepted)
//configure the below 2 variables to set the width/background color of the archive13
var archive13width='350px'
var archive13bgcolor='#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 archive13contentstotal= ''
				
function expandarchive13(e){
if (ie4||ns6){
archive13expand_parent=ie4? archive13expand.parentElement : document.getElementById("archive13expand").parentNode
archive13expand_parent.style.display=(archive13expand_parent.style.display=="none")? "" : "none"
}
else{
document.archive13layer.left=e.pageX-e.layerX
document.archive13layer.top= e.pageY-e.layerY+20
document.archive13layer.visibility=(document.archive13layer.visibility=="hide")? "show" : "hide"
return false
}
}
				
if (ie4||ns6)
document.write('<table border="0" style="width:'+archive13width+';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="expandarchive13(event);return(false)" class=nav_gauche id="button" >N. Activités de prestation de services </a></div></td>')
document.write('<td width="10%" id="archive13list" bgcolor="'+archive13bgcolor+'"></td>')
document.write('</tr><tr style="display:none"><td id="archive13expand" width="90%" class=txt></td><td width="10%"></td></tr>')
document.write('</table>')

if (ns4) document.archive13nsmain.visibility="show"
archive13obj=ie4? archive13list : ns6? document.getElementById("archive13list") : ns4? document.archive13nsmain : ""
archive13expandobj=ie4? archive13expand : ns6? document.getElementById("archive13expand") : ns4? document.archive13layer : ""
				
archive13contentstotal+='N1   Activités relevant de l\'informatique<br>'
archive13contentstotal+='N1.1  Bureau d\'application informatique<br>'
archive13contentstotal+='N1.2 Développement et maintenance des logiciels<br>'
archive13contentstotal+='N2   Archivage sur microfilm<br>'
archive13contentstotal+='N3   Lavage et graissage <br>'
archive13contentstotal+='N4   Bureau d\'études engineering<br>'
archive13contentstotal+='N5   Service d\'assainissement <br>'
archive13contentstotal+='N6   Crèche<br>'
archive13contentstotal+='N7   Garderie d\'enfants<br>'
archive13contentstotal+='N8   Salle de culture physique<br>'
archive13contentstotal+='N9   Centre de formation professionnelle<br>'
archive13contentstotal+='N10 Organisation de congrès et d\'expositions<br>'
archive13contentstotal+='N11 Service de topographie<br>'
archive13contentstotal+='N12 Cabinets de traduction<br>'
archive13contentstotal+='N13 Cabinets de comptabilité et d\'audit<br>'
archive13contentstotal+='N14 Cabinets de conseil, d\'études fiscales, juridiques et autres<br>'
archive13contentstotal+='N15 Diagnostic technique automobile<br>'
archive13contentstotal+='N16 Stylisme et modélisme<br>'
archive13contentstotal+='N17 Coiffure homme, coiffure dame<br>'
archive13contentstotal+='N18 Agence publicitaire<br>'
archive13contentstotal+='N19 Agence immobilière<br>'
archive13contentstotal+='N20 Animation touristique<br>'
archive13contentstotal+='N21 Service d\'esthétique<br>'
archive13contentstotal+='N22 Café, restaurant<br>'
archive13contentstotal+='N23 Cabines téléphoniques<br>'
archive13contentstotal+='N24 Cybercafé<br>'
archive13contentstotal+='N25 Bureau d\'architecture<br>'
archive13contentstotal+='N26 Projection de film <br>'
archive13contentstotal+='N27 Salles de divertissement <br>'
archive13contentstotal+='N28 Photographie, reportage vidéo et autres<br>'

				
if (ie4||ns6)
archive13expandobj.innerHTML=archive13contentstotal
else{
archive13expandobj.document.write(archive13contentstotal)
archive13expandobj.document.close()
}

