function cambianombre(f,id,desc){
   /*  document.getElementById("currentvid").value="<object>"+f+"</object>";  */
    document.getElementById("urlvid").value="http://www.puntual.tv/watch.php?v="+id; 
 document.getElementById("currentvid").value="<object id=\"player_api\" height=\"358\" width=\"576\" type=\"application/x-shockwave-flash\" data=\"http://www.puntual.tv/player/flowplayer-3.1.1.swf?0.05850671392451379\"> <param name=\"movie\" value=\"http://www.puntual.tv/player/flowplayer-3.1.1.swf?0.05850671392451379\" /><param name=\"allowfullscreen\" value=\"true\"/> <param name=\"allowscriptaccess\" value=\"always\"/><param name=\"quality\" value=\"high\"/><param name=\"bgcolor\" value=\"#000000\" /><param name=\"flashvars\" value=\'config={\"clip\":{\"autoPlay\":false,\"autoBuffering\":\"true\", \"baseUrl\":\"http://www.puntual.tv/puntualtv/movies\", \"url\":\"http://www.puntual.tv/puntualtv/movies/2009/06/11/tesoreria.FLV\"}, \"screen\":{\"width\":576,\"height\":358,\"top\":0,\"right\":0},\"playerId\":\"player\", \"playlist\":[{\"baseUrl\":\"http://www.puntual.tv/puntualtv/movies\",\"url\":\"http://www.puntual.tv/puntualtv/movies/"+f+"\"}]}\' /></object>";
 document.getElementById("titvid").innerHTML=desc;
 }

$(function(){
$("#click_here").click(function(event) {
event.preventDefault();
$("#div_expand").slideToggle();
});
$("#div_expand a").click(function(event) {
event.preventDefault();
$("#div_epand").slideUp();
});
});


/*
 <object id="player_api" height="320" width="460" type="application/x-shockwave-flash"
 data="http://puntualtv.depuebla.com/player/flowplayer-3.1.1.swf?0.05850671392451379">
 <param name="movie" value="http://puntualtv.depuebla.com/player/flowplayer-3.1.1.swf?0.05850671392451379" />
 <param name="allowfullscreen" value="true"/> <param name="allowscriptaccess" value="always"/>
 <param name="quality" value="high"/> <param name="bgcolor" value="#000000" />
 <param name="flashvars" value='config={"clip":{"autoPlay":false,"autoBuffering":"true", "baseUrl":"http://200.52.213.52/puntualtv/movies", "url":"http://200.52.213.52/puntualtv/movies/2009/06/11/tesoreria.FLV"}, "screen":{"width":576,"height":358,"top":0,"right":0},"playerId":"player", "playlist":[{"baseUrl":"http://200.52.213.52/puntualtv/movies","url":"http://200.52.213.52/puntualtv/movies/2009/06/29/red2.FLV"}]}' />
 </object>
*/
