function aviso(ventana){
	NewWindow=window.open(ventana+'.html','newWin','width=600,height=300,left=0,top=0,toolbar=No,location=No,scrollbars=YES,status=No,resizable=No,fullscreen=No');  
	NewWindow.focus();
	void(0);
}

function terminos(){
	NewWindow=window.open('terminos.html','newWin','width=600,height=300,left=0,top=0,toolbar=No,location=No,scrollbars=YES,status=No,resizable=No,fullscreen=No');  
	NewWindow.focus();
	void(0);
}

function condiciones(){
	NewWindow = window.open ('condicioneslegales.html','newWin','width=600,height=300,left=0,top=0,toolbar=No,location=No,scrollbars=YES,status=No,resizable=No,fullscreen=No');  
	NewWindow.focus();
	void(0);
}
