//Expandable archive3 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 archive3contents[] to set the messges you wish be displayed (HTML codes accepted)
//configure the below 2 variables to set the width/background color of the archive3
var archive3width='350px'
var archive3bgcolor='#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 archive3contentstotal= ''
				
function expandarchive3(e){
if (ie4||ns6){
archive3expand_parent=ie4? archive3expand.parentElement : document.getElementById("archive3expand").parentNode
archive3expand_parent.style.display=(archive3expand_parent.style.display=="none")? "" : "none"
}
else{
document.archive3layer.left=e.pageX-e.layerX
document.archive3layer.top= e.pageY-e.layerY+20
document.archive3layer.visibility=(document.archive3layer.visibility=="hide")? "show" : "hide"
return false
}
}
				
if (ie4||ns6)
document.write('<table border="0" style="width:'+archive3width+';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="expandarchive3(event);return(false)" class=nav_gauche id="button" >C. Production halieutique</a></div></td>')
document.write('<td width="10%" id="archive3list" bgcolor="'+archive3bgcolor+'"></td>')
document.write('</tr><tr style="display:none"><td id="archive3expand" width="90%" class=txt></td><td width="10%"></td></tr>')
document.write('</table>')

if (ns4) document.archive3nsmain.visibility="show"
archive3obj=ie4? archive3list : ns6? document.getElementById("archive3list") : ns4? document.archive3nsmain : ""
archive3expandobj=ie4? archive3expand : ns6? document.getElementById("archive3expand") : ns4? document.archive3layer : ""
				
archive3contentstotal+='C1   Pêche et pisciculture<br>'
archive3contentstotal+='C2   Aquaculture et activités annexes<br>'
				
if (ie4||ns6)
archive3expandobj.innerHTML=archive3contentstotal
else{
archive3expandobj.document.write(archive3contentstotal)
archive3expandobj.document.close()
}

