//Settings for expand script:
ddaccordion.init({
	headerclass: "PortfolioHeadline", //Shared CSS class name of headers group
	contentclass: "RC_Portfolio", //Shared CSS class name of contents group
	revealtype: "mouseover", //Reveal content when user clicks or onmouseover the header? Valid value: "click" or "mouseover"
	collapseprev: true, //Collapse previous content (so only one open at any time)? true/false 
	defaultexpanded: [0], //index of content(s) open by default [index1, index2, etc]. [] denotes no content.
	animatedefault: true, //Should contents open by default be animated into view?
	persiststate: false, //persist state of opened contents within browser session?
	toggleclass: ["open", "close"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
	togglehtml: ["suffix", "<img src='http://www.designfidelity.co.uk/assets/build/arrow_orange_across.gif' /> ", "<img src='http://www.designfidelity.co.uk/assets/build/arrow_orange_down.gif' /> "], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
	animatespeed: "950" //speed of animation: "fast", "normal", or "slow"
})




ddaccordion.init({
	headerclass: "NewsHeadline", //Shared CSS class name of headers group
	contentclass: "NewsCopy", //Shared CSS class name of contents group
	revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click" or "mouseover"
	collapseprev: true, //Collapse previous content (so only one open at any time)? true/false 
	defaultexpanded: [], //index of content(s) open by default [index1, index2, etc]. [] denotes no content.
	animatedefault: true, //Should contents open by default be animated into view?
	persiststate: false, //persist state of opened contents within browser session?
	toggleclass: ["open", "close"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
	togglehtml: ["suffix", "<img src='http://www.designfidelity.co.uk/assets/build/arrow_green_across.gif' /> ", "<img src='http://www.designfidelity.co.uk/assets/build/arrow_green_down.gif' /> "], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
	animatespeed: "950" //speed of animation: "fast", "normal", or "slow"
})




ddaccordion.init({
	headerclass: "PortfolioPageHeadline", //Shared CSS class name of headers group
	contentclass: "PortfolioPageCopy", //Shared CSS class name of contents group
	revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click" or "mouseover"
	collapseprev: true, //Collapse previous content (so only one open at any time)? true/false 
	defaultexpanded: [0], //index of content(s) open by default [index1, index2, etc]. [] denotes no content.
	animatedefault: true, //Should contents open by default be animated into view?
	persiststate: false, //persist state of opened contents within browser session?
	toggleclass: ["open", "close"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
	togglehtml: ["suffix", "<img src='assets/build/arrow_green_across.gif' /> ", "<img src='assets/build/arrow_green_down.gif' /> "], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
	animatespeed: "950" //speed of animation: "fast", "normal", or "slow"
})


