
	// -----------------------------------------------------------------------
	// OUVERTURE DE POP UP
	function openWindow(url, name, w, h, r, s, m,left, top) {
		popupWin = window.open(url, name, 'width=' + w + ',height=' + h + ',resizable=' + r + ',scrollbars=' + s + ',menubar=' + m + ',left=' + left + ',top=' + top);
	}

	function viewVideo(f, t, d) {
		openWindow('/videos/winlecteur.php?video='+f+'&titre='+t+'&duree='+d, 'video', 700, 600, 'no', 'no', 'no', 0,0);
	}