function carregaHTML(url)
	{
		parent.cos.xixa.location=url
	}
	
function tamany()
	{
		top.window.moveTo(0,0);
		if (document.all) {
			top.window.resizeTo(545,500);
		}
		else{
			if (document.layers||document.getElementById) {
				if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
					top.window.outerHeight = 500;
					top.window.outerWidth = 545;
				}
			}
		}
		window.focus();
	}
	function obreFoto(x){
		finestra = window.open("images/fotos/"+x+".jpg",'foto','location=no,toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=yes,status=no');
		finestra.focus();
	}
	function obreVideo(){
		finestra = window.open("video/qbamba.html",'video','width=420,height=370,location=no,toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=yes,status=no');
		finestra.focus();
	}
	function obrePrensa(elque){
		finestra = window.open("prensa/"+elque,'prensa','width=600,height=480,location=no,toolbar=no,directories=no,menubar=no,resizable=yes,scrollbars=yes,status=no');
		finestra.focus();
	}