	window.addEvent('domready', function(){			var accordion = new Accordion('h3.atStart', 'div.atStart', {	show: -1,	alwaysHide: true,	opacity: true}, $('rightBox'));		var titleTip = new Tips($$('.roamingTip'), {	initialize:function(){		this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 500, wait: false}).set(0);	},	onShow: function(toolTip) {		this.fx.start(1);	},	onHide: function(toolTip) {		this.fx.start(0);	}});		var aboutUsTip = new Tips($$('.aboutBubble'), {	initialize:function(){		this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 500, wait: false}).set(0);	},	fixed: true,	className: 'fixed',	offsets: {'x': 105, 'y': -5},	onShow: function(toolTip) {		this.fx.start(1);	},	onHide: function(toolTip) {		this.fx.start(0);	}});var servicesTip = new Tips($$('.servicesBubble'), {	initialize:function(){		this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 500, wait: false}).set(0);	},	fixed: true,	className: 'fixed',	offsets: {'x': 105, 'y': -5},	onShow: function(toolTip) {		this.fx.start(1);	},	onHide: function(toolTip) {		this.fx.start(0);	}});var collectionsTip = new Tips($$('.collectionsBubble'), {	initialize:function(){		this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 500, wait: false}).set(0);	},	fixed: true,	className: 'fixed',	offsets: {'x': 105, 'y': -5},	onShow: function(toolTip) {		this.fx.start(1);	},	onHide: function(toolTip) {		this.fx.start(0);	}});		pic1= new Image(649,86);	pic1.src="/images/logo_649x86.gif";				});