// Content pane settings. needed in global scope so we can functions
// from base to manage the content pane

var cpTriggers =  [ 'tr_namingrights','tr_sponsorshipsales',
    'tr_salesconsulting','tr_evaluation', 'tr_negotiations',
    'tr_clientroster','tr_testimonials'
    ];

var cpURL = '/services/ajax_content/';
var cpPane = 'ServicesContent';
var cpBase = '/services';

// Things we want to happen at load time here
function serviceOnload()
{
    bindContentPaneTriggers();
    setCurrentTrigger();
}

addLoadEvent(serviceOnload);
addLoadEvent(doFadeIns);



