/* 
Javascript 
Outil d'administration NOOVEO
*/


function PopupCentrer(page,largeur,hauteur) {
  var top=(screen.height-hauteur)/2;
  var left=(screen.width-largeur)/2;
  window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+", menubar=yes,resizable=yes,scrollbars=yes,statusbar=no");
}

function RunFoo(swf, largeur, hauteur , couleur, nom) {
	document.write("  <object type=\"application/x-shockwave-flash\" data=\""+swf+"\" width=\""+largeur+"\" height=\""+hauteur+"\"><param name=\"movie\" value=\""+swf+"\" /><param name=\"menu\" value=\"false\">  </object>");

}
function RunFooTransparent(swf, largeur, hauteur , couleur, nom) {
	document.write("  <object type=\"application/x-shockwave-flash\" data=\""+swf+"\" width=\""+largeur+"\" height=\""+hauteur+"\"><param name=\"movie\" value=\""+swf+"\" /><param name=\"wmode\" value=\"transparent\"><param name=\"menu\" value=\"false\">  </object>");

}