function Estilo(Tipo){
	event.srcElement.className	= event.srcElement.Name + "_" + Tipo
}


function VerWeb(Web){
	window.open("http://" + Web,"WebOfficial","location=1,menubar=1,toolbar=1,scrollbars=1,status=1,resizable=1,width=" + (screen.availWidth-10) + ",height=" + (screen.availHeight-250) + ",top=0,left=0",false)
}
function AmpliarFoto(foto){
	window.open(foto,"Foto ampliada","location=1,menubar=1,toolbar=1,scrollbars=1,status=1,resizable=1,width=" + (screen.availWidth-10) + ",height=" + (screen.availHeight-250) + ",top=0,left=0",false)
}
function EstiloON(object,Texto){
	
	if (Texto==''){
		window.status	= "Pulse para acceder a la página web oficial de la película."
	}
	else{
		object.bgColor	= '#DDDDDD'
		window.status	= Texto + "."
	}
}

function EstiloOFF(object){
	object.bgColor='#FFFFFF'
}
	
function Salto(URL){
	parent.frmMain.document.location.href = URL
}
