﻿var section2=new switchcontent("switchgroup2", "td")
section2.setStatus('<img alt="Hide the Main Menu" title="Hide the Main Menu" style="float:left; margin-right:10px; margin-bottom:5px;" src="images/nav/luzcoll2blairx.gif"> ', '<img alt="Show the Main Menu" title="Show the Main Menu" style="float:left; margin-right:10px;" src="images/nav/luzexpblairx.gif"> ')
section2.setColor('navy', 'blue')
section2.setPersist(false)
section2.defaultExpanded(0) 
section2.collapsePrevious(true)
section2.init()

var assist=new switchicon("icongroup1", "div")
assist.setHeader('<img alt="Hide About this Site" title="Hide About this Site" src="images/nav/talkbubble3_infor.gif" style="float:right; margin-top:5px;" />', '<img alt="Show About this Site" title="Show About this Site" src="images/nav/talkbubble3_info.gif" style="float:right; margin-top:5px" />') //set icon HTML
assist.collapsePrevious(true)
assist.setPersist(false)
assist.setContent(0, 'help1.htm')
assist.init()

var assist2=new switchicon("icongroup2", "div")
assist2.setHeader('<img alt="Hide Page Help" title="Hide Page Help" src="images/nav/talkbubble3_queryr.gif" style="float:right; margin-top:5px;" />', '<img alt="Show Page Help" title="Show Page Help" src="images/nav/talkbubble3_query.gif" style="float:right; margin-top:5px" />') //set icon HTML
assist2.collapsePrevious(true)
assist2.setPersist(false)
assist2.setContent(0, 'help2.htm')
assist2.init()
