window.onload = 
	function()
	{
		$('#pMovRound').Carousel(	{
				itemWidth: 120,
				itemHeight: 90,
				itemMinWidth: 30,
				items: 'a',
				reflections: .9,
				rotationSpeed: 2.0
			}
		).show();
		$('a').ToolTip({
				className: 'pMovTooltip',
				position: 'mouse',
				delay: 200
			}
		);
	}

function gotoePosition(uno){
	//window.open('./ucc.html?uno='+uno ,'', 'width='+screen.availWidth+',height='+screen.availHeight+',channelmode=yes,fullscreen=yes');
	//var epp = window.open('./ucc.html?uno='+uno ,'', 'resizable=yes,width='+screen.availWidth+',height='+screen.availHeight);
	//epp.moveTo(0,0);
	//epp.focus();
	location.href='./ucc.html?uno='+uno;
}