// Created by iWeb 2.0.4 local-build-20081013

function applyEffects()
{
	var registry=IWCreateEffectRegistry();
	//IWPhotoFrame(images, maskImages, tilingMode, assetScale, leftInset, topInset, rightInset, bottomInset, unscaledLeftWidth, unscaledTopHeight, unscaledRightWidth, unscaledBottomHeight, leftTileHeight, topTileWidth, rightTileHeight, bottomTileWidth, adornmentURL, adornmentPosition, adornmentSize, minimumAssetScale)
	registry.registerEffects({stroke_1:new IWPhotoFrame(
		[	IWCreateImage('/images/Welcome_files/Creme_sidebar_frame_01.png'),
			IWCreateImage('/images/Welcome_files/Creme_sidebar_frame_02.png'),
			IWCreateImage('/images/Welcome_files/Creme_sidebar_frame_03.png'),
			IWCreateImage('/images/Welcome_files/Creme_sidebar_frame_06.png'),
			IWCreateImage('/images/Welcome_files/Creme_sidebar_frame_09.png'),
			IWCreateImage('/images/Welcome_files/Creme_sidebar_frame_08.png'),
			IWCreateImage('/images/Welcome_files/Creme_sidebar_frame_07.png'),
			IWCreateImage('/images/Welcome_files/Creme_sidebar_frame_04.png')],
		null,
// tilingMode, assetScale,
		2,1.000000,
// leftInset, topInset, rightInset, bottomInset,
		0.000000,0.000000,0.000000,0.000000,
// unscaledLeftWidth, unscaledTopHeight, unscaledRightWidth, unscaledBottomHeight
		10.000000,16.000000,10.000000,20.000000,
// leftTileHeight, topTileWidth, rightTileHeight, bottomTileWidth
		523.000000,173.000000,523.000000,173.000000,
// adornmentURL, adornmentPosition, adornmentSize, minimumAssetScale
		null,null,null,0.100000),
		stroke_0:new IWPhotoFrame([ IWCreateImage('/images/Welcome_files/Creme_frame2_01.png'),
									IWCreateImage('/images/Welcome_files/Creme_frame2_02.png'),
									IWCreateImage('/images/Welcome_files/Creme_frame2_04.png'),
									IWCreateImage('/images/Welcome_files/Creme_frame2_08.png'),
									IWCreateImage('/images/Welcome_files/Creme_frame2_09.png'),
									IWCreateImage('/images/Welcome_files/Creme_frame2_14.png'),
									IWCreateImage('/images/Welcome_files/Creme_frame2_13.png'),
									IWCreateImage('/images/Welcome_files/Creme_frame2_05.png')],
									null,
									2,1.000000,
									3.000000,3.000000,3.000000,3.000000,
									23.000000,23.000000,23.000000,23.000000,
									20.000000,19.000000,20.000000,19.000000,
									null,null,null,0.400000)
		});
	registry.applyEffects();
}
function hostedOnDM()
{
	return false;
}
function onPageLoad()
{
	loadMozillaCSS('/stylesheets/soapMoz.css')
	//adjustLineHeightIfTooBig('id1');
//	adjustFontSizeIfTooBig('id1');
//	adjustLineHeightIfTooBig('id2');
//	adjustFontSizeIfTooBig('id2');
	fixAllIEPNGs('Media/transparent.gif');
	Widget.onload();
	fixupAllIEPNGBGs();
	applyEffects()
}
function onPageUnload()
{ 
	Widget.onunload();
}
