/*$(document).ready(function () {
	$(".palinsesto-container>div.tastiScroll>span.dw, .palinsesto-container>div.tastiScroll>span.up").click(function() {
		var link = $(this);
		var elFirst = link.parents(".tastiScroll").prev().children("LI:visible:first");
		if(link.is('.dw')){
			var index = link.parents(".tastiScroll").prev().children("LI").index(elFirst);
			var from = index + 5;
			if(from < link.parents(".tastiScroll").prev().children("LI").length-1) {
				link.parents(".tastiScroll").prev().children("LI").fadeOut("slow");
				link.parents(".tastiScroll").prev().children("LI").filter(function (index) {
				    return index >= from && index < from+5;
				}).fadeIn("slow");			
			}
		}
		if(link.is('.up')){
			var index = link.parents(".tastiScroll").prev().children("LI").index(elFirst);
			var from = index - 5;
			if(index > 0) {
				link.parents(".tastiScroll").prev().children("LI").fadeOut("slow");
				link.parents(".tastiScroll").prev().children("LI").filter(function (index) {
				    return index >= from && index < from+5;
				}).fadeIn("slow");					
			}		
		}
	});
});*/
function controllo(myHeight){
	myHeight += 16; // fix dell'altezza...
	$("#Palinsesto").attr("height",myHeight);
	$("#palinsesto").attr("height",myHeight);
	$("embed[name='palinsesto']").attr("height",myHeight);
}
$(document).ready(function (){
	if(typeof(palinsestoPAGE) == 'undefined' || palinsestoPAGE < 0){
		palinsestoPAGE = 0;
	}
	// var flashVars = {elHtml: "#Palinsesto", id: "palinsesto", name:"palinsesto", width : "268", height : "600", src : "/dl/portale/flash/palinsesto/palinsesto",flashvars: "datapath=/dl/portale/html/ListaCanali.html&categorie=/dl/portale/flash/palinsesto/categorie.xml&config=/dl/portale/flash/palinsesto/config.xml&colore="+JQhomeObj.getColorPage()};
	var flashVars = {
		elHtml: "#Palinsesto", id: "palinsesto", name:"palinsesto",
		width : "268", height : "600", src : "/dl/portale/flash/palinsesto/palinsesto",
		flashvars: "datapath=/dl/portale/html/palinsesti/guidatv/static/ContentSet-d84ec1bb-9e8b-49ea-886f-a0e20c0d57ba.html&categorie=/dl/portale/flash/palinsesto/categorie.xml&config=/dl/portale/flash/palinsesto/config.xml&firstitem="+palinsestoPAGE+"&colore="+JQhomeObj.getColorPage()
	};
	JQhomeObj.createFlash(flashVars);
});
