
	function Video(src,w,h,title,lenght)
	{
		var margin = 65;
		winselect = "video.asp?src=" + src + "&width=" + w +"&height=" + h + "&title=" + title + "&lenght=" + lenght;
		h = h + margin + 15;
		w = w + margin ; // per centrare la finestra
		popup = window.open(winselect, "Video","height="+h+", width="+w+", scrollbars=no" )
	}