// 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");
	//alert('a faire');
}

function overlay(idvideo) {
	$('overlay-'+idvideo).setStyle('display','block');
	$('overlay-'+idvideo).fade(0.5);
	$('video-'+idvideo).setStyle('display','block');
	//flowplayer('player-'+idvideo).play();
	switch(idvideo) {
		case 1 : $('player-'+idvideo).innerHTML = '<object id="kewego_flash_iLyROoafZum8" width="640" height="410" data="http://sa.kewego.com/swf/ppj.swf" type="application/x-shockwave-flash" name="kewego_flash_iLyROoafZum8"><param value="picto=ffffff&border=50aef2&btn=50aef2&cbar=ffffff&txt=000000&width=640&height=410&playerkey=1146a0048fc8&sig=iLyROoafZum8&autostart=true&skin=pvi&suffix=" name="flashVars"><param value="http://sa.kewego.com/swf/ppj.swf" name="movie"><param value="true" name="allowFullScreen"><param value="always" name="allowscriptaccess"><param value="window" name="wmode"><param value="000000" name="bgcolor"><embed type="application/x-shockwave-flash" wmode="opaque" quality="high" src="http://sa.kewego.com/swf/ppj.swf?picto=ffffff&border=50aef2&btn=50aef2&cbar=ffffff&txt=000000&width=640&height=410&playerkey=1146a0048fc8&sig=iLyROoafZum8&autostart=true&skin=pvi&suffix="></object>';
			break;
	}
}
function overlay_hide(idvideo) {
	$('overlay-'+idvideo).setStyle('display','none');
	$('video-'+idvideo).setStyle('display','none');
	//flowplayer('player-'+idvideo).stop();
	$('player-'+idvideo).innerHTML = '';
}

