function openFull(titleMovie) 
{
	window.open("http://195.18.162.185/video/prod.swf?videoId=2547&fs=1", "FullScreenVideo", "toolbar=no,width=" + screen.availWidth  + ",height=" + screen.availHeight  + ",status=no,resizable=yes,fullscreen=yes,scrollbars=no");
	fs.focus();
};