﻿var section2=new switchcontent("switchgroup2", "td")
section2.setStatus('<span title="Hide the Main Menu" style="float:left; margin-right:10px; margin-bottom:5px;" class="menuon"> ', '<span title="Show the Main Menu" style="float:left; margin-right:10px;" class="menuoff"> ')
section2.setColor('navy', 'blue')
section2.setPersist(false)
section2.defaultExpanded(0) 
section2.collapsePrevious(true)
section2.init()

var assist=new switchicon("icongroup1", "div")
assist.setHeader('<span title="Hide About this Site" class="sitehelp" style="float:right; margin-top:5px;" />','<span title="Show About this Site" class="sitehelpr" style="float:right; margin-top:5px;" />' )
assist.collapsePrevious(true)
assist.setPersist(false)
assist.setContent(0, 'help1.htm')
assist.init()

var assist2=new switchicon("icongroup2", "div")
assist2.setHeader('<span title="Hide Page Help" class="pagehelp" style="float:right; margin-top:5px;" />','<span title="Show Page Help" class="pagehelpr" height="1" width="1" style="float:right; margin-top:5px;" />' )
assist2.collapsePrevious(true)
assist2.setPersist(false)
assist2.setContent(0, 'help2.htm')
assist2.init()

