function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
/*function cerrar_aud() {
	document.getElementById('player_aud').innerHTML='';
	div = document.getElementById('player_aud');
	div.style.display='none';
}
function mostrar_aud(can) {
	var song;
	song ="audio-visual/upload/"+can;
	div = document.getElementById('player_aud');
	div.style.display = '';
	content  = '<object type="application/x-shockwave-flash" data="swf/dewplayer1.swf?autostart=1&amp;bgcolor=DFCFB8&amp;son=' + song + '" width="64" height="20">';
	content += '<param name="movie" value="swf/dewplayer1.swf?autostart=1&amp;son=' + song + '&amp;bgcolor=DFCFB8" />';
	content += '</object>&nbsp;<a href="javascript:cerrar_aud();"><img src="img/cerrar.gif" border="0"></a>';
	document.getElementById('player_aud').innerHTML = content;
}*/
function video(id_avg)
{
ancho=392;
alto=293;
var opciones="titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+(ancho+8)+",height="+(alto+8)+",top="+((screen.height/2)-(alto/2))+",left="+((screen.width/2)-(ancho/2))+" ";
popup = window.open ("","popup",opciones);
popup.document.write('<head>');
popup.document.write('<Title>');
popup.document.write('Gregoria Apaza');
popup.document.write('</Title>');
popup.document.write('</head>');
popup.document.write('<body style="margin:0px; padding:0px;background:url(img/bg/content_fill_04.jpg) top left;">');
popup.document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="2">');
popup.document.write('<tr>');
popup.document.write('<table width="100%"  border="0" cellpadding="0" cellspacing="0">');
popup.document.write('</table></td>');
popup.document.write('</tr>');
popup.document.write('<tr>');
popup.document.write('<td  align="center" valign="top"><iframe src="video.php?id_avg='+id_avg+'" height="100%" width="100%" frameborder="0" scrolling="auto"></iframe></td>');
popup.document.write('</tr>');
popup.document.write('</table>');
popup.document.write('</body>'); 
popup.document.close();
}
function audio(id_avg,id_av)
{
ancho=400;
alto=20;
var opciones="titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+(ancho+8)+",height="+(alto+8)+",top="+((screen.height/2)-(alto/2))+",left="+((screen.width/2)-(ancho/2))+" ";
popup = window.open ("","popup",opciones);
popup.document.write('<head>');
popup.document.write('<Title>');
popup.document.write('Gregoria Apaza');
popup.document.write('</Title>');
popup.document.write('</head>');
popup.document.write('<body style="margin:0px; padding:0px;background:url(img/bg/content_fill_04.jpg) top left;">');
popup.document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="2">');
popup.document.write('<tr>');
popup.document.write('<table width="100%"  border="0" cellpadding="0" cellspacing="0">');
popup.document.write('</table></td>');
popup.document.write('</tr>');
popup.document.write('<tr>');
popup.document.write('<td  align="center" valign="top"><iframe src="audio.php?id_avg='+id_avg+'&id_av='+id_av+'" height="100%" width="100%" frameborder="0" scrolling="auto"></iframe></td>');
popup.document.write('</tr>');
popup.document.write('</table>');
popup.document.write('</body>'); 
popup.document.close();
}