function MostrarMenuPolocoses()
	{
		document.getElementById('submenu_polocoses').style.display = "block";
	}

function OcultarMenuPolocoses()
	{
		document.getElementById('submenu_polocoses').style.display = "none";
	}

function permalink(idvideo){
	//permalink
	document.getElementById("PERMALINK").value = "http://www.tv3.cat/videos/"+jQuery(".desc_fl > span", idvideo).text();
}

function SegellObrir()
{
	var wnd = window.open("http://www.tvcatalunya.com/iqua/", "Segell", "channelmode=no, directories=no, menubar=no, titlebar=no, location=yes, scrollbars=no, status=no, toolbar=no, resizable=no, top=5, left=5, width=434, height=404");
	wnd.focus();
}


