
	function changer(from,to) {
		if(document.images) {
		document.images[from].src = pics[to].src;
		}
	}
	function AbrirLegal(){
		window.open('legal.aspx','','width=650,height=500,scrollbars=yes')
	}
	function AbrirPolitica(){
		window.open('politica.aspx','','width=650,height=500,scrollbars=yes')
	}
