function Informe(){
	window.open("informe.html", "Informe", "width=780, height=540, left=0, top=0, scrollbars=yes");
}
function imprimir(){
	Imp.style.display='none'
	print()
	Imp.style.display='inline'
}
function Oferta(){
	foto = new Image();
	foto.src='';
	foto.src='images/oferton.jpg';
	if(self.setInterval("foto.complete",1000)){
		if(foto.width>0){
			window.open("oferta.html","Oferta","fullscreen=0,left=20,top=50,scrollbars=auto,width="+(foto.width)+",height="+(foto.height));
		}
	}
}

