function Politica()

{ 

window.open('politica.html', 'muestraVentana', 

'width=550, height=285, menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no')

}


function avisolegal()

{ 

window.open('aviso.html', 'muestraVentana', 

'width=450, height=500, menubar=no, toolbar=no, location=no, scrollbars=yes, resizable=no')

}


function Conocenos()

{ 

window.open('conocenos.html', 'muestraVentana', 

'width=550, height=390, menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no')

}


function Opinion()

{ 

window.open('opinion.htm', 'muestraVentana', 

'width=500, height=420, menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no')

}

function articulo()

{ 

window.open('articulos.html', 'muestraVentana', 

'width=500, height=420, menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no')

}

