// 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 Diapo() {
	hauteur = 360;
	largeur = 385;
	var top=(screen.height-hauteur)/2;
	var left=(screen.width-largeur)/2;
	window.open("diapo.html","Diaporama","top="+top+",left="+left+",width="+largeur+",height="+hauteur+",toolbar=no,resizable=yes,scrollbars=yes");
}
function Doc() {
	alert('Dans la fenêtre suivante, cliquez sur le bouton ENREGISTRER');
	window.open("dossier_pdf.php","Doc");
}
function CGV() {
	alert('en attente de vos elements');
}


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+38);
  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 Visite() {
	window.open('http://195.154.238.164/viewer/ng/classic/viewer.asp?Ref=vv1036522','Previsite','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=450,height=280');
}

function afficheproduits (id, titre)
{var lien = "../inc/affiche_produits.php?id="+id;
 var window2=window.open(lien,'produit','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=565,height=400,top=50,left=50');
}

function Actualise_Categorie(lien_page) {
	index = document.form_chx_cat.id_categorie.selectedIndex; 
	categ = document.form_chx_cat.id_categorie.options[index].value;
	if (categ==0) location.href = lien_page;
	else location.href= "?id_categorie=" + categ;
}
