// JavaScript Document
function GrandePhoto(titre,photo,W,H) {
  myWin=open("","newin","width="+W+",height="+H+",resizable=1,scrollbars=0,status=0");
  myWin.document.open();
  if (myWin.blur) myWin.focus();
  myWin.resizeTo(W+12,H+27);
  myWin.document.write('<html><head><title>'+titre+'</title></head><body BGCOLOR="#ffffff" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">');
  myWin.document.write('<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0"><tr><td>');
  myWin.document.write('<IMG SRC="'+photo+'" WIDTH="'+W+'" HEIGHT="'+H+'" BORDER="0">');
  myWin.document.write("</table></tr></td>");
  myWin.document.write("</body></html>");
  myWin.document.close();  
}
function fwLoadMenus() {
	if (window.fw_menu_0) return;
	window.fw_menu_0 = new Menu("root",130,16,"Arial, Helvetica, sans-serif",11,"#15367c","#ffffff","#c9d8f5","#15367c");
	fw_menu_0.addMenuItem("Vente Matériel","window.open('catalogue.php?type_rayon=1','_self');");
	fw_menu_0.addMenuItem("Location Matériel","window.open('#','_self');");
	fw_menu_0.addMenuItem("Occasions Matériel","window.open('#','_self');");
	fw_menu_0.addMenuItem("Pièces détachées","window.open('#','_self');");
	fw_menu_0.addMenuItem("Entretien - Maintenance","window.open('#','_self');");
	fw_menu_0.hideOnMouseOut=true;
	fw_menu_0.writeMenus();	
}
function PopUp (fichier,L,H) {
	var window2=window.open(fichier+'?L='+L+'&H='+H,'PopUp','toolbar=no,location=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width='+L+',height='+H+',top=0,left=0');
}
function Diapo() {
	hauteur = 430;
	largeur = 780;
	var top=(screen.height-hauteur)/2;
	var left=(screen.width-largeur)/2;
	window.open("diapo.php","Diaporama","top="+top+",left="+left+",width="+largeur+",height="+hauteur+",toolbar=no,resizable=yes,scrollbars=yes");
	//alert('Ce diaporama présentera votre établissement à travers une douzaine de photographies');
}
function Plan() {
	hauteur = 316;
	largeur = 601;
	var top=(screen.height-hauteur)/2;
	var left=(screen.width-largeur)/2;
	window.open("popup_plan.php","Plan","top="+top+",left="+left+",width="+largeur+",height="+hauteur+",toolbar=no,resizable=yes,scrollbars=yes");
	//alert('Ce diaporama présentera votre établissement à travers une douzaine de photographies');
}