function mostrar_pestania_video(id_noticia){
	nombre_div = "foto"+id_noticia;
    document.getElementById(nombre_div).innerHTML = '<iframe scrolling="no" align="left" frameborder="0" width="435" height="320" style="position:relative; top:0px; left:-8px;"  src="/objetos/generales/cargar_reproductor_video.php?id_noticia='+id_noticia+'"></iframe>';
}

var conexion2;
function mostrar_pestania_foto(id_noticia){
	nombre_div = "foto"+id_noticia;
    document.getElementById(nombre_div).innerHTML = '<iframe scrolling="no" align="top" frameborder="0" width="435" height="320" style="position:relative; top:0px; left:-8px;" src="/objetos/generales/cargar_reproductor_foto.php?id_noticia='+id_noticia+'"></iframe>';
}

/*function click(){
	if(event.button==2){
		alert('');
	}
}
document.onmousedown=click*/
//-->



