function Init(){
		ns4 = (document.layers)? true:false;
		ie4 = (document.all)? true:false;
		PreCarga ('SobreAfi','fondos/Afiche2006.jpg');
		if(ns4){
			document.captureEvents(Event.MOUSEUP);
			document.captureEvents(Event.MOUSEDOWN);
					 }
	}
