function StartUp() {
	
	
	new Protofade('protofade4', { duration: 0.0, delay:0, autostart:false, controls:true } );
	new Protofade('protofade3', { duration: 0.0, delay:0, autostart:false, controls:true } );
	new Protofade('protofade2', { duration: 0.0, delay:0, autostart:false, controls:true } );
	
}

document.observe ('dom:loaded', StartUp);


//<![CDATA[
Event.observe(window, 'load', loadTabs, false);

function loadTabs() {
var tabs = new tabset('container', { duration: 0.0, delay:0 } ); // name of div to crawl for tabs and panels
tabs.autoActivate($('tab_pumps')); // name of tab to auto-select if none exists in the url
}
  
	//]]>
