function popup(theURL,winName) {
  window.open(theURL,winName,'width=350,height=250,scrolling=no,toolbars=no,resize=no,status=no');
}

function opencam(url,nom,params) {
  window.open(url,'PanxCam','left=300,top=10,width=380,height=300,scrolling=no,toolbars=no,resize=no,status=no');
} 

function open2cam(url,nom,params) {
  window.open(url,'PanxCam2','left=300,top=10,width=700,height=540,scrolling=no,toolbars=no,resize=no,status=no');
} 

function GoGrrrl(s) {
  var d = "" + (s.options[s.selectedIndex].value) + ".html";
  window.top.location.href = d;
  s.selectedIndex=0;
}

function poppic(photo,nom,taille) {
  maFenetre=window.open(photo,nom,taille);
  maFenetre.focus();
}

function popprod(photo,nom) {
  maFenetre=window.open(photo,nom,'left=300,top=50,width=235,height=235,scrolling=no,toolbars=no,resize=no,status=no');
  maFenetre.focus();
}
