// JavaScript Document
			var box = {};
			var active_tab="button1";
			window.addEvent('domready', function(){
				box = new MultiBox('mb', {descClassName: 'multiBoxDesc', useOverlay: true});
				$("button1").addEvent('click', function() {
						document.getElementById(active_tab).className='';
						document.getElementById("button1").className='active';
						//var myFx = new Fx.Scroll('widecontent').scrollTo(-400, 0);
						var scroller = new Fx.Scroll($('widecontent'), {
						duration:400,
						transition: Fx.Transitions.Quad.easeInOut,
								onComplete: function() {
								}
							}).scrollTo(0,0);

						
			
						active_tab="button1";
					});
				$("button2").addEvent('click', function() {
						document.getElementById(active_tab).className='';
						document.getElementById("button2").className='active';
						//var myFx = new Fx.Scroll('widecontent').scrollTo(-400, 0);
						var scroller = new Fx.Scroll($('widecontent'), {
						duration:400,
						transition: Fx.Transitions.Quad.easeInOut,
						transition: Fx.Transitions.Quad.easeInOut,

								onComplete: function() {
								}
							}).toElement('div5');

						
			
						active_tab="button2";
					});
				$("button3").addEvent('click', function() {
				
						document.getElementById(active_tab).className='';
						document.getElementById("button3").className='active';
						//var myFx = new Fx.Scroll('widecontent').scrollTo(-400, 0);
						var scroller = new Fx.Scroll($('widecontent'), {
						duration:400,
						transition: Fx.Transitions.Quad.easeInOut,
								onComplete: function() {
								}
							}).toElement('div6');

						
			
						active_tab="button3";
					});
				$("button4").addEvent('click', function() {
				
						document.getElementById(active_tab).className='';
						document.getElementById("button4").className='active';
						//var myFx = new Fx.Scroll('widecontent').scrollTo(-400, 0);
						var scroller = new Fx.Scroll($('widecontent'), {
						duration:400,
						transition: Fx.Transitions.Quad.easeInOut,
								onComplete: function() {
								}
							}).toElement('div7');

						
			
						active_tab="button4";
					});
					$("button5").addEvent('click', function() {
				
						document.getElementById(active_tab).className='';
						document.getElementById("button5").className='active';
						//var myFx = new Fx.Scroll('widecontent').scrollTo(-400, 0);
						var scroller = new Fx.Scroll($('widecontent'), {
						duration:400,
						transition: Fx.Transitions.Quad.easeInOut,
								onComplete: function() {
								}
							}).toElement('div8');

						
			
						active_tab="button5";
					});
					$("button6").addEvent('click', function() {
				
						document.getElementById(active_tab).className='';
						document.getElementById("button6").className='active';
						//var myFx = new Fx.Scroll('widecontent').scrollTo(-400, 0);
						var scroller = new Fx.Scroll($('widecontent'), {
						duration:400,
						transition: Fx.Transitions.Quad.easeInOut,
								onComplete: function() {
								}
							}).toElement('div9');

						
			
						active_tab="button6";
					});

					$("button7").addEvent('click', function() {
				
						document.getElementById(active_tab).className='';
						document.getElementById("button7").className='active';
						//var myFx = new Fx.Scroll('widecontent').scrollTo(-400, 0);
						var scroller = new Fx.Scroll($('widecontent'), {
						duration:400,
						transition: Fx.Transitions.Quad.easeInOut,
								onComplete: function() {
								}
							}).toElement('div10');

						
			
						active_tab="button7";
					});

				
			});
