Spry.Utils.addLoadListener(function(){
		
	var mottotip = new Spry.Widget.Tooltip('mottotip', '#motto', {followMouse: true});
	
	var menu1 = new Spry.Widget.MenuBar("topmenu", {imgDown:"SpryMenuBarDownHover.gif", imgRight:"SpryMenuBarRightHover.gif"});

	// iepngfix
	if (document.all && document.styleSheets && document.styleSheets[0] && document.styleSheets[0].addRule)
	{
		document.styleSheets[0].addRule('#motto', 'behavior: url(/iepngfix/iepngfix.htc)');
	}

});
