	function switc(s)
	{
		
		s= "switchgroup"+ s;
				
	var bobexample=new switchcontent(s, "div") //Limit scanning of switch contents to just "div" elements
	bobexample.setStatus('<img src="/images/closedy2.png" /> ', '<img src="/images/opencq8.png" /> ')
	bobexample.setColor('darkred', 'black')
	bobexample.setPersist(true)
	bobexample.collapsePrevious(true) //Only one content open at any given time
	bobexample.init()
	}
	
