// JavaScript Document
window.addEvent('domready', function() {
		
		
			new SmoothScroll();
		
			/*****************************************************************************/
			$$('#tabs ul li a').filterByClass('fade').each(function(el) {
			
				var fade = new Fx.Style(el, 'opacity', {wait:false,duration: 300, transition: Fx.Transitions.expoOut});
				fade.set(.4);
				
				el.addEvent('mouseover', function(){
					fade.start(1);
				});
				el.addEvent('mouseout', function(){
					fade.start(.4);
				});
			});
			
			
			/**************************************************************************/
			
	    	var Lightbox = { init: function() {return;} };
			
			/***************************************************************************/
			$('tds').addEvent('click', function(e) {
				e = new Event(e).stop();
				
				
				new Ajax("http://isaaccreative.com/public/index/tds", { method: 'get', update: $('log'),
				
				
				onComplete: function() {
				new Asset.javascript('http://isaaccreative.com/public/js/slimbox.js', {id: 'lightscript'});
				new Asset.css('http://isaaccreative.com/public/stylesheets/lib/plugins/slimbox.css', {id: 'slimStyle', title: 'slimStyle', media: 'screen'});
				Window.addEvent('domready', Lightbox.init.bind(Lightbox));
				}

				
				 }).request();
			});

			/***************************************************************************/
			$('ace').addEvent('click', function(e) {
				e = new Event(e).stop();
				new Ajax("http://isaaccreative.com/public/index/ace", { method: 'get', update: $('log'),
				
				onComplete: function() {
				new Asset.javascript('http://isaaccreative.com/public/js/slimbox.js', {id: 'lightscript'});
				new Asset.css('http://isaaccreative.com/public/stylesheets/lib/plugins/slimbox.css', {id: 'slimStyle', title: 'slimStyle', media: 'screen'});   		
				Window.addEvent('domready', Lightbox.init.bind(Lightbox));
				}
				
				
				 }).request();
				
			});
			
			/***************************************************************************/
			$('health').addEvent('click', function(e) {
				e = new Event(e).stop();
				new Ajax("http://isaaccreative.com/public/index/health", { method: 'get', update: $('log'),
				
				onComplete: function() {
				new Asset.javascript('http://isaaccreative.com/public/js/slimbox.js', {id: 'lightscript'});
				new Asset.css('http://isaaccreative.com/public/stylesheets/lib/plugins/slimbox.css', {id: 'slimStyle', title: 'slimStyle', media: 'screen'});   		
				Window.addEvent('domready', Lightbox.init.bind(Lightbox));
				}
				
				 }).request();
			});
			/***************************************************************************/
			$('pct').addEvent('click', function(e) {
				e = new Event(e).stop();
				new Ajax("http://isaaccreative.com/public/index/pct", { method: 'get', update: $('log'),
				
				
				onComplete: function() {
				new Asset.javascript('http://isaaccreative.com/public/js/slimbox.js', {id: 'lightscript'});
				new Asset.css('http://isaaccreative.com/public/stylesheets/lib/plugins/slimbox.css', {id: 'slimStyle', title: 'slimStyle', media: 'screen'});   		
				Window.addEvent('domready', Lightbox.init.bind(Lightbox));
				}

				 }).request();
			});
				
});