//<![CDATA[
// Baseline history and awards page javascript document 2007 HDR Visual Communications //

var scrollhist = new Fx.Scroll('histOuter', {	wait: false,	duration: 850,	offset: {'x': -200, 'y': -50},	transition: Fx.Transitions.Quad.easeInOut}); $$('.hist1').addEvent('mouseover', function(event) {	event = new Event(event).stop();	scrollhist.scrollTo(0,0);}); $$('.hist2').addEvent('mouseover', function(event) {	event = new Event(event).stop();	scrollhist.scrollTo(827,0);}); $$('.hist3').addEvent('mouseover', function(event) {	event = new Event(event).stop();	scrollhist.scrollTo(1456,0);}); $$('.hist4').addEvent('mouseover', function(event) {	event = new Event(event).stop();	scrollhist.scrollTo(2083,0);});

$$('.hist5').addEvent('mouseover', function(event) {	event = new Event(event).stop();	scrollhist.scrollTo(2711,0);});

$$('.hist6').addEvent('mouseover', function(event) {	event = new Event(event).stop();	scrollhist.scrollTo(3339,0);});

scrollhist.scrollTo(3339,0);

//]]>
