//--------------------------------------------------------------------------------------------

// Función que hace llamado a una ventana . 

// <a href="javascript:abreventana('nombre.html')">Ejemplo</a> para reportajes

// <a href="javascript:abrenoticia('nombre.html')">Ejemplo</a> para noticias

//--------------------------------------------------------------------------------------------



function abreventana(ventana){

	ventana=window.open(ventana,'ventana','resizable=no,toolbar=no,scrollbars=yes,status=no,width=300,height=100')

}



function abrenoticia(noticia){

     ventana=window.open(noticia,'ventana','resizable=no,toolbar=no,scrollbars=yes,status=yes,width=535,height=340')

}



function ventanachica(ventana2){

	ventana2=window.open(ventana2,'ventana2','resizable=yes,toolbar=yes,scrollbars=yes,status=yes,width=100,height=800')

}



function abreventana2(ventana3){

	ventana=window.open(ventana3,'ventana3','resizable=yes,toolbar=no,scrollbars=yes,status=no,width=820,height=610')

}



function abreventana3(ventana4){

	ventana=window.open(ventana4,'ventana4','resizable=yes,toolbar=no,scrollbars=yes,status=no,width=800,height=430')

}

function abreventana6(ventana7){

	ventana=window.open(ventana7,'ventana7','resizable=yes,toolbar=no,scrollbars=yes,status=no,width=700,height=500,top=100,left=150')

}



function abreventana7(ventana8){

	ventana=window.open(ventana8,'ventana8','resizable=yes,toolbar=no,scrollbars=yes,status=no,width=900,height=600,top=150,left=50')

}



function abreventana8(ventana9){

	ventana=window.open(ventana9,'ventana8','resizable=no,toolbar=no,scrollbars=yes,status=no,width=500,height=860,top=70,left=50')

}
