<!--function popup_Zoom_Matiere(URL_Image) {	var a;	a=window.open(URL_Image, 'popup_Zoom_Matiere', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=200,height=200');	}function popup_mp4(URL_track) {	var a;	a=window.open(URL_track, 'popup_mp4', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=200,height=200,left=150,top=150');	}function popup_Zoom_Produit(URL_Image) {	var a;	a=window.open(URL_Image, 'popup_Zoom_Produit', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=480,height=648');	}function popup_credit(nomfichier) {	var a;	a=window.open(nomfichier, 'popup_credit', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=435,height=500,left=150,top=150');	}function popup_Assist_Taille(nomfichier) {	var a;	a=window.open(nomfichier, 'popup_Assist_Taille', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=550,height=420');	}function popup_Aide(nomfichier) {	var a;	a=window.open(nomfichier, 'popup_Aide', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=470,height=370');	}//--><!--function MM_openBrWindow(theURL,winName,features) { //v2.0  window.open(theURL,winName,features);}//-->// popup taille image function PopupPresse(img) {	titre="La Presse en parle";	w=open("",'image','width=400,height=400,toolbar=no,scrollbars=no,resizable=yes,left=150,top=150');		w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE>");	w.document.write("<SC"+"RIPT language=java"+"script> function checksize() { if (document.images['img'].complete) { window.resizeTo(document.images[0].width+12,document.images[0].height+30); window.focus();} else { setTimeout('checksize()',250) } }</"+"SCRIPT></HEAD>");	w.document.write("<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><IMG src='"+img+"' border=0 name='img'>");	w.document.write("");	w.document.write("</BODY></HTML>");	w.document.close();}//-->// popup taille image function PopupCD(img) {	titre="Les CD";	w=open("",'image','width=400,height=400,toolbar=no,scrollbars=no,resizable=yes,left=150,top=150');		w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE>");	w.document.write("<SC"+"RIPT language=java"+"script> function checksize() { if (document.images['img'].complete) { window.resizeTo(document.images[0].width+12,document.images[0].height+30); window.focus();} else { setTimeout('checksize()',250) } }</"+"SCRIPT></HEAD>");	w.document.write("<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><IMG src='"+img+"' border=0 name='img'>");	w.document.write("");	w.document.write("</BODY></HTML>");	w.document.close();}//-->// popup taille image function PopupBilleterie(img) {	titre="Billeterie";	w=open("",'image','width=400,height=400,toolbar=no,scrollbars=no,resizable=yes,left=150,top=150');		w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE>");	w.document.write("<SC"+"RIPT language=java"+"script> function checksize() { if (document.images['img'].complete) { window.resizeTo(document.images[0].width+12,document.images[0].height+30); window.focus();} else { setTimeout('checksize()',250) } }</"+"SCRIPT></HEAD>");	w.document.write("<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><IMG src='"+img+"' border=0 name='img'>");	w.document.write("");	w.document.write("</BODY></HTML>");	w.document.close();}//-->// popup taille image function PopupPrestations(img) {	titre="Billeterie";	w=open("",'image','width=400,height=400,toolbar=no,scrollbars=no,resizable=yes,left=150,top=150');		w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE>");	w.document.write("<SC"+"RIPT language=java"+"script> function checksize() { if (document.images['img'].complete) { window.resizeTo(document.images[0].width+15,document.images[0].height+45); window.focus();} else { setTimeout('checksize()',250) } }</"+"SCRIPT></HEAD>");	w.document.write("<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><IMG src='"+img+"' border=0 name='img'>");	w.document.write("");	w.document.write("</BODY></HTML>");	w.document.close();}//-->function OpenZoomPressPopup(img){	var im = new Image();	im.src = img;	var wi = im.width;	var h  = im.height;	w=open("",'image','width='+(wi+20)+',height='+(h+70)+',toolbar=no,scrollbars=yes,resizable=yes,left=150,top=150');		w.document.write("<HTML><HEAD><TITLE>Détails article de pressse</TITLE>");	w.document.write("<SCRIPT language=javascript>");	w.document.write("function openCloseManual(){if(document.getElementById(\"manualZoom\").style.visibility == 'visible'){ document.getElementById(\"manualZoom\").style.visibility = 'hidden'; document.getElementById(\"manualZoom\").style.display = 'none'; } else { document.getElementById(\"manualZoom\").style.visibility = 'visible'; document.getElementById(\"manualZoom\").style.display = 'block'; } }");	w.document.write("</SCRIPT>");	w.document.write("<script type=\"text/javascript\" src=\"tjpzoom.js\"></script></HEAD>");	w.document.write("<BODY leftMargin=0 topMargin=0 marginwidth=0 marginheight=0>");	w.document.write("<div style=\"text-align:center;\" onmouseover=\"javascript:zoom_on(event,"+wi+","+h+",'"+img+"');\"");	w.document.write("onmousemove=\"zoom_move(event);\" onmouseout=\"zoom_off();\" >");	w.document.write("<img src=\""+img+"\" alt=\"\" style=\"padding:0;margin:0;border:0\" name=\"img\" /></div>");    w.document.write("<div style=\"clear:both;\"></div>");    w.document.write("<div style=\"text-align:center;margin-top:10px;\" onclick=\"openCloseManual()\"><a href=\"javascript:void()\"> Comment se servir du zoom ?</a></div>");    w.document.write("<div id=\"manualZoom\" style=\"display:none; visibility:hidden; width:100%; font-size:11px;\">");    w.document.write("* En appuyant sur la flèche dirigée vers le haut de votre clavier, vous augmentez le zoom.<br />");    w.document.write("* En appuyant sur la flèche dirigée vers le bas de votre clavier, vous diminuez le zoom.<br />");    w.document.write("* En appuyant sur la flèche dirigée vers la droite de votre clavier, vous augmentez la taille de la fenêtre de zoom.<br />");    w.document.write("* En appuyant sur la flèche dirigée vers la gauche de votre clavier, vous diminuez la taille de la fenêtre de zoom.<br />");    w.document.write("</div>");    w.document.write("<div style=\"text-align:center;margin-top:10px\"><a href=\"javascript:window.close();\">Fermer</a></div>");	w.document.write("</BODY></HTML>");	w.document.close();}