// JavaScript Document
function infolegal(lenguaje){
	window.open('mensaje2257.php?len='+lenguaje , 'mensaje2257' , 'width=400,height=500,scrollbars=YES')
}
function infolegal2(lenguaje){
	window.open('Avisolegal.htm' , 'AvisoLegal' , 'width=600,height=600,scrollbars=YES')
}
function politicalinks(lenguaje){
	window.open('Politicalinks.htm' , 'PoliticaAnunciante' , 'width=600,height=600,scrollbars=YES')
}

function linkados(lenguaje){
	window.open('contratolinkados.htm' , 'Contrataranuncios' , 'width=600,height=600,scrollbars=YES')
}

function contacto(lenguaje){
	window.open('publicidad/contacto.php' , 'Contrataranuncios' , 'width=758,height=479,scrollbars=no')
}
function abrir_ventana() {
              var window_width = 758;
              var window_height = 479;
              var newfeatures= 'scrollbars=no,resizable=no';
              var window_top = (screen.height-window_height)/2;
              var window_left = (screen.width-window_width)/2;
              newWindow=window.open('publicidad/contacto.php', 'titulo','width=' + window_width + ',height=' + window_height + ',top=' + window_top + ',left=' + window_left + ',features=' + newfeatures + '');
}