function popupclip() {
	w=open("",'image','width=400,height=320,toolbar=no,scrollbars=no,resizable=yes');	
	w.document.write("<HTML><HEAD><TITLE>LE VAL JOLI</TITLE></HEAD>");
	w.document.write("<BODY leftMargin=0 topMargin=0 marginwidth=0 marginheight=0>");
	w.document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"340\" height=\"260\"><param name=\"movie\" value=\"img/clip.swf\"><param name=\"quality\" value=\"high\"><embed src=\"img/clip.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"340\" height=\"260\"></embed></object>");
	w.document.write("</BODY></HTML>");
	w.document.close();
}