function MM_jumpMenu(targ,selObj,restore){ //v3.0
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	if (restore) selObj.selectedIndex=0;
}

function changeVideos(id) {
	var tempFoto = '<img src="/Images/loading.gif" width="32" height="32">';
	
	var objVideo = document.getElementById('changeVideos');
	objVideo.innerHTML = tempFoto;

	objVideo.innerHTML = '<object width="425" height="350" data="http://www.youtube.com/v/'+ id +'" type="application/x-shockwave-flash"><param name="src" value="http://www.youtube.com/v/'+ id +'" /></object>';
}

function changeFoto(endereco, endereco_amp, legenda) {
	var tempFoto = '<img src="/Images/loading.gif" width="32" height="32">';
	
	var objFoto = document.getElementById('changeFoto');
	objFoto.innerHTML = tempFoto;

	var objLegenda = document.getElementById('changeLegenda');
	objLegenda.innerHTML = legenda;

	objFoto.innerHTML = '<a href="'+endereco_amp+'" rel="lytebox" title="'+legenda+'"><img src="'+endereco+'" alt="'+legenda+'" border="0"></a>';
	
	initLytebox();
}




