// Created by iWeb 2.0.4 local-build-20100330

setTransparentGifURL('images/transparent.gif');

function applyEffects() {
	var registry=IWCreateEffectRegistry();
	registry.registerEffects({reflection_0:new IWReflection({opacity:0.50,offset:1.00})});
	registry.applyEffects();
}

function hostedOnDM() {
	return false;
}

function onPageLoad() {
	loadMozillaCSS('css/moz.css')
	adjustLineHeightIfTooBig('id1');
	adjustFontSizeIfTooBig('id1');
	adjustLineHeightIfTooBig('id2');
	adjustFontSizeIfTooBig('id2');
//	Widget.onload();
	fixAllIEPNGs('images/transparent.gif');
	applyEffects()
}

function onPageUnload() {
//	Widget.onunload();
}

