// JavaScript Document
/***********************************************
* Switch Content script- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for legal use. Last updated Jan 25th, 2007.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

var products=new switchcontent("switchgroup1", "div") //Limit scanning of switch contents to just "div" elements
products.setStatus('<img src="/images/universal/arrowdown.gif" /> ', '<img src="/images/universal/arrowright.gif" /> ')

products.setPersist(true)
products.collapsePrevious(true) //Only one content open at any given time
products.init()
