// Created by iWeb 3.0.1 local-build-20090817
	setTransparentGifURL('Media/transparent.gif');
	function applyEffects(){
		var registry=IWCreateEffectRegistry();
		registry.registerEffects({
			shadow_0:
			new IWShadow({
				blurRadius:10,
				offset:new IWPoint(4.2426,4.2426),
				color:'#000000',
				opacity:0.750000
			})
		});
		registry.applyEffects();
	}
	function hostedOnDM(){
		return false;
	}
	function onPageLoad(){
		loadMozillaCSS('Bookings_files/BookingsMoz.css')
		detectBrowser();
		adjustLineHeightIfTooBig('id1');
		adjustFontSizeIfTooBig('id1');
		fixAllIEPNGs('Media/transparent.gif');
		Widget.onload();
		fixupAllIEPNGBGs();
		IMpreload('Bookings_files','shapeimage_3','0');
		applyEffects()
	}
	function onPageUnload(){
		Widget.onunload();
	}
