var video = new net.ckfiumi.Video( );
var videoMenu = new net.ckfiumi.VideoMenu();

/*********** PANNELLI ******************/
resetPanelTitle = function(panello){
	clearText (panello);  
};
setPanelTitle = function(){
	panello = document.getElementById('panelTitle');
	resetPanelTitle(panello);
	if (video.title){
		panello.appendChild(document.createTextNode(video.title));
	}else{
		Element.hide(panello);
	}
};
resetTitle=function(){
	video.setTitle(' ');
	resetPanelTitle(document.getElementById('panelTitle'));
};
/************* REQUEST SARISSA ***************/
