//<![CDATA[
// Baseline publications page javascript document 2007 HDR Visual Communications //
if(!y)
{
	var wi = new Fx.Scroll(window, {		wait: false,		duration: 1500,		transition: Fx.Transitions.Quad.easeInOut	});
	var pubAccordion = new Accordion('div.details', 'div.summary', 
	{ 
		alwaysHide   : true, 
		show         : 10000000,
		onActive     : function(tg, el)
		{
			var arrow = tg.getElement('li[class=arrowTg]');
			arrow.setStyle('background','url('+baseUrl+'public/images/arrow_down.gif) no-repeat 0px 7px');			(function() 			{				wi.toElement(tg);			}).delay(700);
		},
		onBackground : function(tg, el)
		{
			var arrow = tg.getElement('li[class=arrowTg]');
			arrow.setStyle('background','url('+baseUrl+'public/images/arrow_right.gif) no-repeat 0px 7px');
		}
	}, $('publications'));
}
	
//]]>
