var currentItem;

	function getUpdate(typ,pr1,pr2,pid) {
		if(typ == "item") { currentItem = pr1; setTimeout("getItemData(currentItem)",1000); }
	};

	function getItemData(idx) {
		var obj = thisMovie("thePlayerId").itemData(idx);
		var tmp=obj["file"]; 
		var subj="Video%20Link";
		var theAdr='the@email.adr'; 
		if(tmp!="") {			
			var theURL='<a href="enviaramigo.asp">Recomendar</a> &nbsp;&nbsp;&nbsp;'; 
			var theMail='<a href=mailto:'+theAdr+'?subject='+subj+'&body='+tmp+'>eMail this</a>';
			//document.getElementById("theLink").innerHTML = theURL+theMail; 
		} else document.getElementById("theLink").innerHTML = ""; 
	};

	// This is a javascript handler for the player and is always needed.
	function thisMovie(movieName) {
	    if(navigator.appName.indexOf("Microsoft") != -1) {
			return window[movieName];
		} else {
			return document[movieName];
		}
	};

function createMiniPlayer300(theFile,donde,id,autostart)
{
	var s = new SWFObject("http://tv.mercedesya.com.ar/js/mediaplayer.swf","thePlayerId",300,220,"7");
	s.addParam("allowfullscreen","true");
    	s.addVariable('file', encodeURIComponent('http://tv.mercedesya.com.ar/phpyoutube.php?v='+theFile+'&hd=0'));	
	s.addVariable("width",300);
	s.addVariable("height",220);
	s.addVariable("displayheight",200);
	s.addVariable("overstretch","true");
	s.addVariable("showicons","true");
	s.addVariable("showstop","true");
	s.addVariable('searchbar','false');
	s.addVariable("logo","http://tv.mercedesya.com.ar/tv-0001.png")
	s.addVariable('type', 'flv');
	s.addVariable("autostart",autostart);
	s.addVariable("image","http://i.ytimg.com/vi/"+theFile+"/default.jpg");
	s.addVariable("enablejs","true");
	s.addVariable("javascriptid","thePlayerId"); 
	s.addVariable("linktarget","_self"); 
	s.addVariable("id",id); 
	s.addVariable("bufferlength","1"); 
	s.write(donde);
}

function createPlayer(theFile, theImage, ancho, resumen ,autostart, id,hd,hdSet) {
	var largo=ancho*2/3;
	var largo2=largo+20;
	var s = new SWFObject("http://tv.mercedesya.com.ar/js/mediaplayer.swf","thePlayerId",ancho,largo2,"7");
	var amigo    = '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="etiqueta1" href="javascript:enviaramigo('+id+')"><img src="images/recomendartv.png" width="16" height="16" alt="Recomendar Video" border="0" align="absmiddle"/>&nbsp;Recomendar Video</a> &nbsp;&nbsp;&nbsp;'; 
	var insertar = '<a class="etiqueta1" href="javascript:codigoembed('+id+')"><img src="images/embedtv.png" width="16" height="16" alt="Codigo para embeber" border="0" align="absmiddle"/>&nbsp;Codigo para embeber</a> &nbsp;&nbsp;&nbsp;'; 
	var votar = '<a class="etiqueta1" href="javascript:enviaramigo('+id+')"><img src="images/linktv.png" width="16" height="16" alt="Link Permanente" border="0" align="absmiddle"/>&nbsp;Link permanente</a> &nbsp;&nbsp;&nbsp;'; 

	s.addParam("allowfullscreen","true");
    	s.addVariable('file', encodeURIComponent('http://tv.mercedesya.com.ar/phpyoutube.php?v='+theFile+'&hd='+hdSet));	
	s.addVariable("width",ancho);
	s.addVariable("height",largo2);
//	s.addVariable("callback","callback2.asp");
	s.addVariable("displayheight",largo);
	s.addVariable("overstretch","true");
	s.addVariable("showicons","true");
	s.addVariable("showstop","true");
	s.addVariable('searchbar','false');
	s.addVariable("logo","http://tv.mercedesya.com.ar/tv-0001.png")
	s.addVariable('type', 'flv');
	s.addVariable("autostart",autostart);
	s.addVariable("image","http://i.ytimg.com/vi/"+theFile+"/default.jpg");
	s.addVariable("enablejs","true");
	s.addVariable("javascriptid","thePlayerId"); 
	s.addVariable("linktarget","_self"); 
	s.addVariable("id",id); 
	s.addVariable("bufferlength","1"); 
//	s.addVariable('recommendations','http://tv.mercedesya.com.ar/xml/recomendados.xml');	
	s.write("placeholder");

	var hdSetS;

	if( hd == 1 )
	{
		if( hdSet == 1 )
			hdSetS = '¿Muy lento? <a href="javascript:createPlayer(\'' + theFile + '\',\'' + theImage + '\',' + ancho + ',\'' + resumen + '\',\'true\',\'' + id + '\',\'' + hd + '\',0 )">Ver en Calidad Estandar</a>';
		else
			hdSetS = '<a href="javascript:createPlayer(\'' + theFile + '\',\'' + theImage + '\',' + ancho + ',\'' + resumen + '\',\'true\',\'' + id + '\',\'' + hd + '\',1 )">Ver en Alta Calidad</a>';


		resumen = resumen + '<div class="lineaH8"></div><div class="espacioH8"></div>' + hdSetS;
	}

	document.getElementById("Resumen").innerHTML = resumen; 
//	document.getElementById("theLink").innerHTML = amigo+insertar+votar; 
	window.scroll(0,0);
}

function ampliar(foto)
{ 
  var win3 = window.open("ampliar.asp?foto="+foto,"registrar",
                "top=0,left=0,resizable=no,height=200,width=200, location=no, menubar=no");
}

function imprimir(id)
{ 
  var win4 = window.open("imprimirnota.asp?id="+id,"imprimir",
                "top=0,left=0,height=400,width=550, location=no, menubar=1, scrollbars=1");
}

function enviaramigo(id)
{ 
  var win4 = window.open("enviaramigo.asp?id="+id,"enviar",
                "top=0,left=0,height=550,width=550, location=no, scrollbars=1");
}

function codigoembed(id)
{ 
  var win4 = window.open("embed.asp?id="+id,"embed",
                "top=0,left=0,height=200,width=500, location=no, scrollbars=1");
}

