function OpenWin(URL,width,height,nom) {
	window.open(URL,nom,"toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=" + width + ",height=" + height + ",resizable=no");
}

function OpenWin2(URL,width,height,nom) {
	window.open(URL,nom,"toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=" + width + ",height=" + height + ",resizable=yes");
}

function ouvre(fichier,w,h) {
  fenetre=window.open(fichier,'StayCalm','width='+w+',height='+h+',left=1,top=1,toolbar=No,location=No,scrollbars=No,status=No,resizable=Yes,fullscreen=No');
  fenetre.focus();
  void(0); 
}

function ouvreArticle(fichier,w,h) {
  fenetre=window.open(fichier,'StayCalm','width='+w+',height='+h+',left=1,top=1,toolbar=No,location=No,scrollbars=yes,status=No,resizable=Yes,fullscreen=No');
	fenetre.focus();
  void(0); 
}
