window.addEvent('domready', function(){
	var scrollspeed = 1500;								 
	new SmoothScroll({duration: 700}, window);									 
		
	document.getElementById('link1').style.color = '#F27F18';
	document.getElementById('link1').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
	document.getElementById('link1').style.backgroundPosition = '15px 4px';
	document.getElementById('link1').style.backgroundRepeat = 'no-repeat';
	
	document.getElementById('link7').style.color = '#F27F18';
	document.getElementById('link7').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
	document.getElementById('link7').style.backgroundPosition = '15px 4px';
	document.getElementById('link7').style.backgroundRepeat = 'no-repeat';
	
	document.getElementById('link13').style.color = '#F27F18';
	document.getElementById('link13').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
	document.getElementById('link13').style.backgroundPosition = '15px 4px';
	document.getElementById('link13').style.backgroundRepeat = 'no-repeat';
	
	document.getElementById('link19').style.color = '#F27F18';
	document.getElementById('link19').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
	document.getElementById('link19').style.backgroundPosition = '15px 4px';
	document.getElementById('link19').style.backgroundRepeat = 'no-repeat';
	
	document.getElementById('link25').style.color = '#F27F18';
	document.getElementById('link25').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
	document.getElementById('link25').style.backgroundPosition = '15px 4px';
	document.getElementById('link25').style.backgroundRepeat = 'no-repeat';
	
	document.getElementById('link31').style.color = '#F27F18';
	document.getElementById('link31').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
	document.getElementById('link31').style.backgroundPosition = '15px 4px';
	document.getElementById('link31').style.backgroundRepeat = 'no-repeat';
	
	document.getElementById('link37').style.color = '#F27F18';
	document.getElementById('link37').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
	document.getElementById('link37').style.backgroundPosition = '15px 4px';
	document.getElementById('link37').style.backgroundRepeat = 'no-repeat';
	
	document.getElementById('link42').style.color = '#F27F18';
	document.getElementById('link42').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
	document.getElementById('link42').style.backgroundPosition = '15px 4px';
	document.getElementById('link42').style.backgroundRepeat = 'no-repeat';
	
	document.getElementById('link48').style.color = '#F27F18';
	document.getElementById('link48').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
	document.getElementById('link48').style.backgroundPosition = '15px 4px';
	document.getElementById('link48').style.backgroundRepeat = 'no-repeat';
	
	document.getElementById('link54').style.color = '#F27F18';
	document.getElementById('link54').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
	document.getElementById('link54').style.backgroundPosition = '15px 4px';
	document.getElementById('link54').style.backgroundRepeat = 'no-repeat';
	
	document.getElementById('link60').style.color = '#F27F18';
	document.getElementById('link60').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
	document.getElementById('link60').style.backgroundPosition = '15px 4px';
	document.getElementById('link60').style.backgroundRepeat = 'no-repeat';
	
	document.getElementById('link65').style.color = '#F27F18';
	document.getElementById('link65').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
	document.getElementById('link65').style.backgroundPosition = '15px 4px';
	document.getElementById('link65').style.backgroundRepeat = 'no-repeat';
		
	var scroll1 = new Fx.Scroll('leafletwrapper', {
		wait: false,
		duration: scrollspeed,
		transition: Fx.Transitions.Quad.easeInOut
	});
	$('link1').addEvent('click', function(event) {
		for (i = 1; i < 7; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}
		document.getElementById('link1').style.color = '#F27F18';
		document.getElementById('link1').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link1').style.backgroundPosition = '15px 4px';
		document.getElementById('link1').style.backgroundRepeat = 'no-repeat';
			
		event = new Event(event).stop();
		scroll1.toElement('content1');
	});
	$('link2').addEvent('click', function(event) {
		for (i = 1; i < 7; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link2').style.color = '#F27F18';
		document.getElementById('link2').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link2').style.backgroundPosition = '15px 4px';
		document.getElementById('link2').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll1.toElement('content2');		
	});
	$('link3').addEvent('click', function(event) {
		for (i = 1; i < 7; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link3').style.color = '#F27F18';
		document.getElementById('link3').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link3').style.backgroundPosition = '15px 4px';
		document.getElementById('link3').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll1.toElement('content3');
	});
	$('link4').addEvent('click', function(event) {
		for (i = 1; i < 7; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link4').style.color = '#F27F18';
		document.getElementById('link4').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link4').style.backgroundPosition = '15px 4px';
		document.getElementById('link4').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll1.toElement('content4');
	});
	$('link5').addEvent('click', function(event) {
		for (i = 1; i < 7; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link5').style.color = '#F27F18';
		document.getElementById('link5').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link5').style.backgroundPosition = '15px 4px';
		document.getElementById('link5').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll1.toElement('content5');
	});
	$('link6').addEvent('click', function(event) {
		for (i = 1; i < 7; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link6').style.color = '#F27F18';
		document.getElementById('link6').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link6').style.backgroundPosition = '15px 4px';
		document.getElementById('link6').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll1.toElement('content6');
	});
	
	var scroll2 = new Fx.Scroll('brochureswrapper', {
		wait: false,
		duration: scrollspeed,
		transition: Fx.Transitions.Quad.easeInOut
	});
	$('link7').addEvent('click', function(event) {
		for (i = 7; i < 13; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link7').style.color = '#F27F18';
		document.getElementById('link7').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link7').style.backgroundPosition = '15px 4px';
		document.getElementById('link7').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll2.toElement('content7');
	});
	$('link8').addEvent('click', function(event) {
		for (i = 7; i < 13; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link8').style.color = '#F27F18';
		document.getElementById('link8').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link8').style.backgroundPosition = '15px 4px';
		document.getElementById('link8').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll2.toElement('content8');
	});
	$('link9').addEvent('click', function(event) {
		for (i = 7; i < 13; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link9').style.color = '#F27F18';
		document.getElementById('link9').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link9').style.backgroundPosition = '15px 4px';
		document.getElementById('link9').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll2.toElement('content9');
	});
	$('link10').addEvent('click', function(event) {
		for (i = 7; i < 13; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link10').style.color = '#F27F18';
		document.getElementById('link10').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link10').style.backgroundPosition = '15px 4px';
		document.getElementById('link10').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll2.toElement('content10');
	});
	$('link11').addEvent('click', function(event) {
		for (i = 7; i < 13; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link11').style.color = '#F27F18';
		document.getElementById('link11').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link11').style.backgroundPosition = '15px 4px';
		document.getElementById('link11').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll2.toElement('content11');
	});
	$('link12').addEvent('click', function(event) {
		for (i = 7; i < 13; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link12').style.color = '#F27F18';
		document.getElementById('link12').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link12').style.backgroundPosition = '15px 4px';
		document.getElementById('link12').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll2.toElement('content12');
	});
	
	var scroll3 = new Fx.Scroll('folderswrapper', {
		wait: false,
		duration: scrollspeed,
		transition: Fx.Transitions.Quad.easeInOut
	});
	$('link13').addEvent('click', function(event) {
		for (i = 13; i < 19; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link13').style.color = '#F27F18';
		document.getElementById('link13').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link13').style.backgroundPosition = '15px 4px';
		document.getElementById('link13').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll3.toElement('content13');
	});
	$('link14').addEvent('click', function(event) {
		for (i = 13; i < 19; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link14').style.color = '#F27F18';
		document.getElementById('link14').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link14').style.backgroundPosition = '15px 4px';
		document.getElementById('link14').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll3.toElement('content14');
	});
	$('link15').addEvent('click', function(event) {
		for (i = 13; i < 19; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link15').style.color = '#F27F18';
		document.getElementById('link15').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link15').style.backgroundPosition = '15px 4px';
		document.getElementById('link15').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll3.toElement('content15');
	});
	$('link16').addEvent('click', function(event) {
		for (i = 13; i < 19; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link16').style.color = '#F27F18';
		document.getElementById('link16').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link16').style.backgroundPosition = '15px 4px';
		document.getElementById('link16').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll3.toElement('content16');
	});
	$('link17').addEvent('click', function(event) {
		for (i = 13; i < 19; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link17').style.color = '#F27F18';
		document.getElementById('link17').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link17').style.backgroundPosition = '15px 4px';
		document.getElementById('link17').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll3.toElement('content17');
	});
	$('link18').addEvent('click', function(event) {
		for (i = 13; i < 19; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link18').style.color = '#F27F18';
		document.getElementById('link18').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link18').style.backgroundPosition = '15px 4px';
		document.getElementById('link18').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll3.toElement('content18');
	});	
	
	var scroll4 = new Fx.Scroll('identitywrapper', {
		wait: false,
		duration: scrollspeed,
		transition: Fx.Transitions.Quad.easeInOut
	});
	$('link19').addEvent('click', function(event) {
		for (i = 19; i < 25; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link19').style.color = '#F27F18';
		document.getElementById('link19').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link19').style.backgroundPosition = '15px 4px';
		document.getElementById('link19').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll4.toElement('content19');
	});
	$('link20').addEvent('click', function(event) {
		for (i = 19; i < 25; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link20').style.color = '#F27F18';
		document.getElementById('link20').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link20').style.backgroundPosition = '15px 4px';
		document.getElementById('link20').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll4.toElement('content20');
	});
	$('link21').addEvent('click', function(event) {
		for (i = 19; i < 25; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link21').style.color = '#F27F18';
		document.getElementById('link21').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link21').style.backgroundPosition = '15px 4px';
		document.getElementById('link21').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll4.toElement('content21');
	});
	$('link22').addEvent('click', function(event) {
		for (i = 19; i < 25; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link22').style.color = '#F27F18';
		document.getElementById('link22').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link22').style.backgroundPosition = '15px 4px';
		document.getElementById('link22').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll4.toElement('content22');
	});
	$('link23').addEvent('click', function(event) {
		for (i = 19; i < 25; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link23').style.color = '#F27F18';
		document.getElementById('link23').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link23').style.backgroundPosition = '15px 4px';
		document.getElementById('link23').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll4.toElement('content23');
	});
	$('link24').addEvent('click', function(event) {
		for (i = 19; i < 25; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link24').style.color = '#F27F18';
		document.getElementById('link24').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link24').style.backgroundPosition = '15px 4px';
		document.getElementById('link24').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll4.toElement('content24');
	});	
	
	var scroll5 = new Fx.Scroll('stationerywrapper', {
		wait: false,
		duration: scrollspeed,
		transition: Fx.Transitions.Quad.easeInOut
	});
	$('link25').addEvent('click', function(event) {
		for (i = 25; i < 31; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link25').style.color = '#F27F18';
		document.getElementById('link25').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link25').style.backgroundPosition = '15px 4px';
		document.getElementById('link25').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll5.toElement('content25');
	});
	$('link26').addEvent('click', function(event) {
		for (i = 25; i < 31; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link26').style.color = '#F27F18';
		document.getElementById('link26').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link26').style.backgroundPosition = '15px 4px';
		document.getElementById('link26').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll5.toElement('content26');
	});
	$('link27').addEvent('click', function(event) {
		for (i = 25; i < 31; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link27').style.color = '#F27F18';
		document.getElementById('link27').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link27').style.backgroundPosition = '15px 4px';
		document.getElementById('link27').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll5.toElement('content27');
	});
	$('link28').addEvent('click', function(event) {
		for (i = 25; i < 31; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link28').style.color = '#F27F18';
		document.getElementById('link28').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link28').style.backgroundPosition = '15px 4px';
		document.getElementById('link28').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll5.toElement('content28');
	});
	$('link29').addEvent('click', function(event) {
		for (i = 25; i < 31; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link29').style.color = '#F27F18';
		document.getElementById('link29').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link29').style.backgroundPosition = '15px 4px';
		document.getElementById('link29').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll5.toElement('content29');
	});
	$('link30').addEvent('click', function(event) {
		for (i = 25; i < 31; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link30').style.color = '#F27F18';
		document.getElementById('link30').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link30').style.backgroundPosition = '15px 4px';
		document.getElementById('link30').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll5.toElement('content30');
	});
	
	var scroll6 = new Fx.Scroll('exhibitionswrapper', {
		wait: false,
		duration: scrollspeed,
		transition: Fx.Transitions.Quad.easeInOut
	});
	$('link31').addEvent('click', function(event) {
		for (i = 31; i < 37; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link31').style.color = '#F27F18';
		document.getElementById('link31').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link31').style.backgroundPosition = '15px 4px';
		document.getElementById('link31').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll6.toElement('content31');
	});
	$('link32').addEvent('click', function(event) {
		for (i = 31; i < 37; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link32').style.color = '#F27F18';
		document.getElementById('link32').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link32').style.backgroundPosition = '15px 4px';
		document.getElementById('link32').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll6.toElement('content32');
	});
	$('link33').addEvent('click', function(event) {
		for (i = 31; i < 37; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link33').style.color = '#F27F18';
		document.getElementById('link33').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link33').style.backgroundPosition = '15px 4px';
		document.getElementById('link33').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll6.toElement('content33');
	});
	$('link34').addEvent('click', function(event) {
		for (i = 31; i < 37; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link34').style.color = '#F27F18';
		document.getElementById('link34').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link34').style.backgroundPosition = '15px 4px';
		document.getElementById('link34').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll6.toElement('content34');
	});
	$('link35').addEvent('click', function(event) {
		for (i = 31; i < 37; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link35').style.color = '#F27F18';
		document.getElementById('link35').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link35').style.backgroundPosition = '15px 4px';
		document.getElementById('link35').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll6.toElement('content35');
	});
	$('link36').addEvent('click', function(event) {
		for (i = 31; i < 37; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link36').style.color = '#F27F18';
		document.getElementById('link36').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link36').style.backgroundPosition = '15px 4px';
		document.getElementById('link36').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll6.toElement('content36');
	});	
	
	var scroll7 = new Fx.Scroll('promotionalwrapper', {
		wait: false,
		duration: scrollspeed,
		transition: Fx.Transitions.Quad.easeInOut
	});
	$('link37').addEvent('click', function(event) {
		for (i = 37; i < 42; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link37').style.color = '#F27F18';
		document.getElementById('link37').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link37').style.backgroundPosition = '15px 4px';
		document.getElementById('link37').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll7.toElement('content37');
	});
	$('link38').addEvent('click', function(event) {
		for (i = 37; i < 42; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link38').style.color = '#F27F18';
		document.getElementById('link38').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link38').style.backgroundPosition = '15px 4px';
		document.getElementById('link38').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll7.toElement('content38');
	});
	$('link39').addEvent('click', function(event) {
		for (i = 37; i < 42; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link39').style.color = '#F27F18';
		document.getElementById('link39').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link39').style.backgroundPosition = '15px 4px';
		document.getElementById('link39').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll7.toElement('content39');
	});
	$('link40').addEvent('click', function(event) {
		for (i = 37; i < 42; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link40').style.color = '#F27F18';
		document.getElementById('link40').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link40').style.backgroundPosition = '15px 4px';
		document.getElementById('link40').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll7.toElement('content40');
	});
	$('link41').addEvent('click', function(event) {
		for (i = 37; i < 42; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link41').style.color = '#F27F18';
		document.getElementById('link41').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link41').style.backgroundPosition = '15px 4px';
		document.getElementById('link41').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll7.toElement('content41');
	});
	
	var scroll8 = new Fx.Scroll('advertisingwrapper', {
		wait: false,
		duration: scrollspeed,
		transition: Fx.Transitions.Quad.easeInOut
	});
	$('link42').addEvent('click', function(event) {
		for (i = 42; i < 48; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link42').style.color = '#F27F18';
		document.getElementById('link42').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link42').style.backgroundPosition = '15px 4px';
		document.getElementById('link42').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll8.toElement('content42');
	});
	$('link43').addEvent('click', function(event) {
		for (i = 42; i < 48; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link43').style.color = '#F27F18';
		document.getElementById('link43').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link43').style.backgroundPosition = '15px 4px';
		document.getElementById('link43').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll8.toElement('content43');
	});
	$('link44').addEvent('click', function(event) {
		for (i = 42; i < 48; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link44').style.color = '#F27F18';
		document.getElementById('link44').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link44').style.backgroundPosition = '15px 4px';
		document.getElementById('link44').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll8.toElement('content44');
	});
	$('link45').addEvent('click', function(event) {
		for (i = 42; i < 48; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link45').style.color = '#F27F18';
		document.getElementById('link45').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link45').style.backgroundPosition = '15px 4px';
		document.getElementById('link45').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll8.toElement('content45');
	});
	$('link46').addEvent('click', function(event) {
		for (i = 42; i < 48; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link46').style.color = '#F27F18';
		document.getElementById('link46').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link46').style.backgroundPosition = '15px 4px';
		document.getElementById('link46').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll8.toElement('content46');
	});
	$('link47').addEvent('click', function(event) {
		for (i = 42; i < 48; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link47').style.color = '#F27F18';
		document.getElementById('link47').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link47').style.backgroundPosition = '15px 4px';
		document.getElementById('link47').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll8.toElement('content47');
	});
	
	var scroll9 = new Fx.Scroll('websiteswrapper', {
		wait: false,
		duration: scrollspeed,
		transition: Fx.Transitions.Quad.easeInOut
	});
	$('link48').addEvent('click', function(event) {
		for (i = 48; i < 54; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link48').style.color = '#F27F18';
		document.getElementById('link48').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link48').style.backgroundPosition = '15px 4px';
		document.getElementById('link48').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll9.toElement('content48');
	});
	$('link49').addEvent('click', function(event) {
		for (i = 48; i < 54; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link49').style.color = '#F27F18';
		document.getElementById('link49').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link49').style.backgroundPosition = '15px 4px';
		document.getElementById('link49').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll9.toElement('content49');
	});
	$('link50').addEvent('click', function(event) {
		for (i = 48; i < 54; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link50').style.color = '#F27F18';
		document.getElementById('link50').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link50').style.backgroundPosition = '15px 4px';
		document.getElementById('link50').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll9.toElement('content50');
	});
	$('link51').addEvent('click', function(event) {
		for (i = 48; i < 54; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link51').style.color = '#F27F18';
		document.getElementById('link51').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link51').style.backgroundPosition = '15px 4px';
		document.getElementById('link51').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll9.toElement('content51');
	});
	$('link52').addEvent('click', function(event) {
		for (i = 48; i < 54; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link52').style.color = '#F27F18';
		document.getElementById('link52').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link52').style.backgroundPosition = '15px 4px';
		document.getElementById('link52').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll9.toElement('content52');
	});
	$('link53').addEvent('click', function(event) {
		for (i = 48; i < 54; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link53').style.color = '#F27F18';
		document.getElementById('link53').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link53').style.backgroundPosition = '15px 4px';
		document.getElementById('link53').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll9.toElement('content53');
	});
	
	var scroll10 = new Fx.Scroll('signagewrapper', {
		wait: false,
		duration: scrollspeed,
		transition: Fx.Transitions.Quad.easeInOut
	});
	$('link54').addEvent('click', function(event) {
		for (i = 54; i < 60; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link54').style.color = '#F27F18';
		document.getElementById('link54').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link54').style.backgroundPosition = '15px 4px';
		document.getElementById('link54').style.backgroundRepeat = 'no-repeat';
			
		event = new Event(event).stop();
		scroll10.toElement('content54');
	});
	$('link55').addEvent('click', function(event) {
		for (i = 54; i < 60; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link55').style.color = '#F27F18';
		document.getElementById('link55').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link55').style.backgroundPosition = '15px 4px';
		document.getElementById('link55').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll10.toElement('content55');
	});
	$('link56').addEvent('click', function(event) {
		for (i = 54; i < 60; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link56').style.color = '#F27F18';
		document.getElementById('link56').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link56').style.backgroundPosition = '15px 4px';
		document.getElementById('link56').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll10.toElement('content56');
	});
	$('link57').addEvent('click', function(event) {
		for (i = 54; i < 60; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link57').style.color = '#F27F18';
		document.getElementById('link57').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link57').style.backgroundPosition = '15px 4px';
		document.getElementById('link57').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll10.toElement('content57');
	});
	$('link58').addEvent('click', function(event) {
		for (i = 54; i < 60; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link58').style.color = '#F27F18';
		document.getElementById('link58').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link58').style.backgroundPosition = '15px 4px';
		document.getElementById('link58').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll10.toElement('content58');
	});
	$('link59').addEvent('click', function(event) {
		for (i = 54; i < 60; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link59').style.color = '#F27F18';
		document.getElementById('link59').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link59').style.backgroundPosition = '15px 4px';
		document.getElementById('link59').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll10.toElement('content59');
	});

	var scroll11 = new Fx.Scroll('vehicleswrapper', {
		wait: false,
		duration: scrollspeed,
		transition: Fx.Transitions.Quad.easeInOut
	});
	$('link60').addEvent('click', function(event) {
		for (i = 60; i < 65; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link60').style.color = '#F27F18';
		document.getElementById('link60').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link60').style.backgroundPosition = '15px 4px';
		document.getElementById('link60').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll11.toElement('content60');
	});
	$('link61').addEvent('click', function(event) {
		for (i = 60; i < 65; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link61').style.color = '#F27F18';
		document.getElementById('link61').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link61').style.backgroundPosition = '15px 4px';
		document.getElementById('link61').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll11.toElement('content61');
	});
	$('link62').addEvent('click', function(event) {
		for (i = 60; i < 65; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link62').style.color = '#F27F18';
		document.getElementById('link62').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link62').style.backgroundPosition = '15px 4px';
		document.getElementById('link62').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll11.toElement('content62');
	});
	$('link63').addEvent('click', function(event) {
		for (i = 60; i < 65; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link63').style.color = '#F27F18';
		document.getElementById('link63').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link63').style.backgroundPosition = '15px 4px';
		document.getElementById('link63').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll11.toElement('content63');
	});
	$('link64').addEvent('click', function(event) {
		for (i = 60; i < 65; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link64').style.color = '#F27F18';
		document.getElementById('link64').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link64').style.backgroundPosition = '15px 4px';
		document.getElementById('link64').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll11.toElement('content64');
	});
	
	var scroll12 = new Fx.Scroll('posterswrapper', {
		wait: false,
		duration: scrollspeed,
		transition: Fx.Transitions.Quad.easeInOut
	});
	$('link65').addEvent('click', function(event) {
		for (i = 65; i < 70; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link65').style.color = '#F27F18';
		document.getElementById('link65').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link65').style.backgroundPosition = '15px 4px';
		document.getElementById('link65').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll12.toElement('content65');
	});
	$('link66').addEvent('click', function(event) {
		for (i = 65; i < 70; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link66').style.color = '#F27F18';
		document.getElementById('link66').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link66').style.backgroundPosition = '15px 4px';
		document.getElementById('link66').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll12.toElement('content66');
	});
	$('link67').addEvent('click', function(event) {
		for (i = 65; i < 70; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link67').style.color = '#F27F18';
		document.getElementById('link67').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link67').style.backgroundPosition = '15px 4px';
		document.getElementById('link67').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll12.toElement('content67');
	});
	$('link68').addEvent('click', function(event) {
		for (i = 65; i < 70; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link68').style.color = '#F27F18';
		document.getElementById('link68').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link68').style.backgroundPosition = '15px 4px';
		document.getElementById('link68').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll12.toElement('content68');
	});
	$('link69').addEvent('click', function(event) {
		for (i = 65; i < 70; i++) {
			document.getElementById("link" + i).style.color = '';
			document.getElementById("link" + i).style.backgroundImage = '';
		}		
		document.getElementById('link69').style.color = '#F27F18';
		document.getElementById('link69').style.backgroundImage = 'url(images/portfolio/leaflet/orange-list-arrow.gif)';
		document.getElementById('link69').style.backgroundPosition = '15px 4px';
		document.getElementById('link69').style.backgroundRepeat = 'no-repeat';
		
		event = new Event(event).stop();
		scroll12.toElement('content69');
	});

});