/* JavaScriptCompressor 0.8 [www.devpro.it], thanks to Dean Edwards for idea [dean.edwards.name] */
function deplier(objet){d=document.getElementById(objet);var etat=d.style.display;if (etat!=
'none'
){d.style.display=
'none'
;} else {d.style.display=
'block'
;}}
function ete2005(img){titre=
"...::: Photos/Pictures :::..."
;w=open(
""
,
'image'
,
'width=400,height=400,toolbar=no,scrollbars=no,resizable=no'
);w.document.write(
"<HTML><HEAD><TITLE>"
+titre+
"</TITLE></HEAD>"
);w.document.write(
"<SCRIPT language=javascript>function checksize()  { if (document.images[0].complete) {  window.resizeTo(document.images[0].width+40,document.images[0].height+80); window.focus();} else { setTimeout('check()',250) } }</"
+
"SCRIPT>"
);w.document.write(
"<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><table width=100% height=100% border=0 cellpadding=0 cellspacing=0><tr><td align=center valign=middle><IMG src='"
+img+
"' border=0></td></tr></table>"
);w.document.write(
""
);w.document.write(
"</BODY></HTML>"
);w.document.close();}
function PopupImage(img){titre=
"...::: Photos PEP 35 :::..."
;w=open(
""
,
'image'
,
'width=400,height=400,toolbar=no,scrollbars=no,resizable=no'
);w.document.write(
"<HTML><HEAD><TITLE>"
+titre+
"</TITLE></HEAD>"
);w.document.write(
"<SCRIPT language=javascript>function checksize()  { if (document.images[0].complete) {  window.resizeTo(document.images[0].width+40,document.images[0].height+80); window.focus();} else { setTimeout('check()',250) } }</"
+
"SCRIPT>"
);w.document.write(
"<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><table width=100% height=100% border=0 cellpadding=0 cellspacing=0><tr><td align=center valign=middle><IMG src='"
+img+
"' border=0></td></tr></table>"
);w.document.write(
""
);w.document.write(
"</BODY></HTML>"
);w.document.close();}
function maximizeWindow(){if (parseInt(navigator.appVersion)>3){if (navigator.appName==
"Netscape"
){if (top.screenX>0||top.screenY>0) top.moveTo(0,0);if (top.outerWidth<screen.availWidth)
top.outerWidth=screen.availWidth;if (top.outerHeight<screen.availHeight)
 top.outerHeight=screen.availHeight;}
else {top.moveTo(-4,-4);top.resizeTo(screen.availWidth+8,screen.availHeight+8);}}}