function GrandePhoto(titre,photo,W,H) {
  myWin=open("","newin","width="+W+",height="+H+",resizable=0,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 Entreprise() {
	parent.leftFrame.location = "menu.php";
	parent.topFrame.location = "header1.php";
	parent.mainFrame.location = "presentation.php";
}
function Metier() {
	parent.leftFrame.location = "menu.php";
	parent.topFrame.location = "header2.php";
	parent.mainFrame.location = "metier.php";
}
function Moyens() {
	parent.leftFrame.location = "menu.php";
	parent.topFrame.location = "header3.php";
	parent.mainFrame.location = "moyens.php";
}
function Moyens2() {
	parent.leftFrame.location = "menu.php";
	parent.topFrame.location = "header3.php";
	parent.mainFrame.location = "moyens2.php";
}
function Moyens3() {
	parent.leftFrame.location = "menu.php";
	parent.topFrame.location = "header3.php";
	parent.mainFrame.location = "moyens3.php";
}
function Devis() {
	parent.leftFrame.location = "menu1.php";
	parent.topFrame.location = "header.php";
	parent.mainFrame.location = "devis.php";
}
function Contact() {
	parent.leftFrame.location = "menu2.php";
	parent.topFrame.location = "header.php";
	parent.mainFrame.location = "contact.php";
}
function Plan() {
	parent.leftFrame.location = "menu3.php";
	parent.topFrame.location = "header.php";
	parent.mainFrame.location = "plan.php";
}