 var origWidth = 0, origHeight = 0;

 function _do_resize_0(){
  onresize = function() { window.location.reload(); }
 }

 function _do_resize_1(){
   onresize = function() { if(innerWidth != origWidth || innerHeight != origHeight) location.reload(); }
 }

 function _write(_h){
 _sty = "<div><img src='img/p.gif' width=1 height=";
 if(document.all){
  _do_resize_0();
  _sty += Math.round((document.body.clientHeight-_h)/2);
 }
 else if((document.layers)||(document.getElementById)){
  _do_resize_0();
  _sty += Math.round((innerHeight-_h)/2);
 }
 _sty += "></div>";
 document.write(_sty);
 }

 function _wop(wid){
  switch(wid){
   case 1:
   var w1 = window.open('livret.html','popup1','width=500,height=509,scrollbars=0,menubar=0,titlebar=0,top=100,left=100,resizable=no');
   w1.focus();
   break;
   case 2:
   var w2 = window.open('partenaires.html','popup2','width=705,height=582,scrollbars=0,menubar=0,titlebar=0,top=100,left=100,resizable=no');
   w2.focus();
   break;
   case 3:
   var w3 = window.open('credits.html','popup3','width=500,height=425,scrollbars=0,menubar=0,titlebar=0,top=100,left=100,resizable=no');
   w3.focus();
   break;
  }
 }
 
 function bookmark(){
  if (navigator.appName=='Microsoft Internet Explorer')
   window.external.AddFavorite(location.href, "INC - Campagne d'éducation sur la sécurité alimentaire 2002");
 }