		function vedi_tutti_i_video(){
			//go to page all videos
			location = 'video.php';
		}
		function open_felpa(){
			popUpWindow('popup_felpa/felpa4freedoms.htm', 0, 0, 670, 809);
		}
		
		function popUpWindow(URLStr, left, top, width, height){
			open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
		}
		
