if(!Axisvista.CMS) {
	Axisvista.CMS = {};
	Axisvista.CMS.BasePath = "./";
}
window.addEvent("domready",function() {
	new Axisvista.FX.Images.RollOverElement(
		$('home'),
		{
			oversrc: Axisvista.CMS.BasePath + 'assets/img/home_over.png'
		}
	);
	new Axisvista.FX.Images.RollOverElement(
		$('about'),
		{
			oversrc: Axisvista.CMS.BasePath + 'assets/img/about_over.png'
		}
	);
	new Axisvista.FX.Images.RollOverElement(
		$('contact'),
		{
			oversrc: Axisvista.CMS.BasePath + 'assets/img/contact_over.png'
		}
	);
	new Axisvista.FX.Images.RollOverElement(
		$('projects'),
		{
			oversrc: Axisvista.CMS.BasePath + 'assets/img/projects_over.png'
		}
	);
	new Axisvista.FX.Images.RollOverElement(
		$('about_bg'),
		{
			oversrc: Axisvista.CMS.BasePath + 'assets/img/about_bg_over.png'
		}
	);
	new Axisvista.FX.Images.RollOverElement(
		$('partners'),
		{
			oversrc: Axisvista.CMS.BasePath + 'assets/img/partners_over.png'
		}
	);
	if($('AxisVistaImagesGallery'))
	new Axisvista.FX.Images.ThumbGallery($('AxisVistaImagesGallery'));
	Lightbox.init({descriptions: '.lightboxDesc', showControls: true});
	if($('header').hasClass("welcome")) {
		var so = new SWFObject("/estates/assets/splashScreen.swf", "flashObject", "667", "213", "8");
		so.write("flashcontent");
	}
});