/* Author = Jean-Philippe RAMEAU */
function Start(){
 var lg=screen.availWidth
 var ht=screen.availHeight
 self.moveTo(lg>1024?(lg-1024)/2:0,ht>768?(ht-768)/2:0)
 self.resizeTo(lg>1024?1024:lg,ht>768?768:ht)}
function MoveMenu(){
 if(screen.availHeight>600){
  var scr=document.body.scrollTop
  divNav.style.top=scr>75?scr-75:0
  HtPg.style.display=scr>75?'':'none'}}
function Menu(op,rb){
 var scr=document.body.scrollTop
 with(eval('mn'+rb).style){
  top=36*rb+(scr>75?scr+125:200)
  display=op?'':'none'}}
function Affiche(pg){
 pg0.style.display=(pg0.style.display==''||pg!=0)?'none':''
 pg1.style.display=(pg1.style.display==''||pg!=1)?'none':''}
function Recette(rx,nx){
 var nv=rx+nx
 eval(nv+'o').style.display=eval(nv+'o').style.display==''?'none':''
 eval(nv+'x').style.display=eval(nv+'x').style.display==''?'none':''
 if(ex&&ex!=nv){
  eval(ex+'o').style.display=''
  eval(ex+'x').style.display='none'}
 ex=nv}
function HautPage(){document.body.scrollTop=0}
function VoirImage(lang,numi){open('voirimage.php3?lang='+lang+'&pht='+numi,'','top='+(screen.height-425)/2+',left='+(screen.width-620)/2+',width=620,height=425')}
function GoPHP(fch){self.location.replace(fch)}
