function VerImagen(img,ancho,alto,tit) {
ix = ancho;
iy = alto;
var ah = screen.availHeight - 30;
var aw = screen.availWidth - 10;
var xc = (aw - ix) / 2;
var yc = (ah - iy) / 2;
ifile = img;
var win;
win = window.open("","","width="+ix+",height="+iy+",menubar=no,toolbar=no,top="+yc+",left="+xc);
win.document.open();
win.document.write("<html><head><title>"+tit+"</title></head><body onBlur=this.close();>");
win.document.write('<div style="position:absolute;width:'+ix+'px;height:'+iy+'px;left:0px;top:0px">');
win.document.write("<img src="+ifile+" width=" + ix + " height=" + iy + "></div></body></html>");
}



function fecha() {

days = new Array(7)
    days[1] = "Domingo";
    days[2] = "Lunes";
    days[3] = "Martes"; 
    days[4] = "Miercoles";
    days[5] = "Jueves";
    days[6] = "Viernes";
    days[7] = "Sabado";
    months = new Array(12)
    months[1] = "Enero";
    months[2] = "Febrero";
    months[3] = "Marzo";
    months[4] = "Abril";
    months[5] = "Mayo";
    months[6] = "Junio";
    months[7] = "Julio";
    months[8] = "Agosto";
    months[9] = "Septiembre";
    months[10] = "Octubre"; 
    months[11] = "Noviembre";
    months[12] = "Diciembre";
    today = new Date(); day = days[today.getDay() + 1]
    month = months[today.getMonth() + 1]
    date = today.getDate()
    year=today.getYear(); 
if (year < 2000)
year = year + 1900;
    document.write ("<font size=-2 face='Arial, Helvetica, sans-serif' color=000000> "+ day +
    ", " + date + " de " + month + " " + year + "</font>");
	
	}


function vertabla() {

tabla="<table width=730 height=17 border=0 cellpadding=0 cellspacing=3 align=center id=tabmenu><tr> <td width=80  bgcolor='#999933'><a href='noticias.php?pag=1' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage('noticias','','imagenes/not2.jpg',1)'><img src='imagenes/not1.jpg' name='noticias' width=80 height=17 border=0></a></td><td width=80 bgcolor='#999933'><a href='maqueta.htm' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage('maqueta','','imagenes/maq2.jpg',1)'><img src='imagenes/maq1.jpg' name='maqueta' width=80 height=17 border=0></a></td><td width=80 bgcolor='#999933'><a href='grupo.htm' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage('grupo','','imagenes/grup2.jpg',1)'><img src='imagenes/grup1.jpg' name='grupo' width='80' height='17' border='0'></a></td><td width='80' bgcolor='#999933'><a href='conciertos.htm' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage('conciertos','','imagenes/con2.jpg',1)'><img src='imagenes/con1.jpg' name='conciertos' width='80' height='17' border='0'></a></td><td width='80' bgcolor='#999933'><a href='imagenes.htm' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage('imagenes','','imagenes/img2.jpg',1)'><img src='imagenes/img1.jpg' name='imagenes' width='80' height='17' border='0'></a></td><td width='80' bgcolor='#999933'><a href='contacto.htm' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage('contacto','','imagenes/cont2.jpg',1)'><img src='imagenes/cont1.jpg' name='contacto' width='80' height='17' border='0'></a></td><td width='80' bgcolor='#999933'><a href='http://www.foroswebgratis.com/foro-foro_oficial_de_silencio_en_sonora-19200.htm' target='_blank' onMouseOver='MM_swapImage('foro','','imagenes/foro2.jpg',1)' onMouseOut='MM_swapImgRestore()'><img src='imagenes/foro1.jpg' name='foro' width='80' height='17' border='0'></a></td><td width='80' bgcolor='#999933'><a href='http://gbooks1.melodysoft.com/app?ID=SilencioenSonora' target='_blank' onMouseOver='MM_swapImage('visitas','','imagenes/vis2.jpg',1)' onMouseOut='MM_swapImgRestore()'><img src='imagenes/vis1.jpg' name='visitas' width='80' height='17' border='0'></a></td><td width='80' bgcolor='#999933'><a href='descargas.htm' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage('radio','','imagenes/radio2.jpg',1)'><img src='imagenes/radio1.jpg' name='radio' width='80' height='17' border='0'></a></td></tr></table>";

document.write(tabla);

}   

