// JavaScript Document

// JavaScript Document


//-->


var bobexample=new switchcontent("switchgroup1", "div") //Limit scanning of switch contents to just "div" elements
bobexample.setStatus('<img src="http://tax.cchgroup.com/images/open.gif" /> ', '<img src="http://tax.cchgroup.com/images/close.gif" /> ')
bobexample.setColor('#0066CC', '#0066CC')
	if (location.search != "")
	{
		var x = location.search.substr(1).split(";")
		for (var i=0; i<x.length; i++)
		{
			var y = x[i].split("=");
		}
		bobexample.setPersist(false)
		bobexample.defaultExpanded(y)
	}	else {
		bobexample.setPersist(false)
	}
 //1st content within group should be expanded by default
bobexample.collapsePrevious(false) //true=Only one content open at any given time
bobexample.init()

