function popVideo(filename) {
	window.open('videolar/video.php?file=' + filename, 'video', "status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=0,width=320,height=240");
}
