﻿<!--
gradualFader.init()
//-->

// -------------------------------------------------------------------
// Switch Content Script- By Dynamic Drive, available at: http://www.dynamicdrive.com
// Created: Jan 5th, 2007
// April 5th, 07: Added ability to persist content states by x days versus just session only
// March 27th, 08': Added ability for certain headers to get its contents remotely from an external file via Ajax (2 variables below to customize)
// -------------------------------------------------------------------
var bobexample=new switchcontent("switchgrouph1", "div") //Limit scanning of switch contents to just "div" elements
bobexample.setStatus('', '') //('[open] ', '[closed] ') or ('<img src="open.png" /> ', '<img src="close.png" /> ')
bobexample.setColor('', '') //('red', 'black')
bobexample.setPersist(false) //true or false
bobexample.collapsePrevious(true) //true or false
bobexample.init()

var bobexample=new switchcontent("switchgrouph2", "div") //Limit scanning of switch contents to just "div" elements
bobexample.setStatus('', '') //('[open] ', '[closed] ') or ('<img src="open.png" /> ', '<img src="close.png" /> ')
bobexample.setColor('', '') //('red', 'black')
bobexample.setPersist(false) //true or false
bobexample.collapsePrevious(true) //true or false
bobexample.init()

var bobexample=new switchcontent("switchgrouph3", "div") //Limit scanning of switch contents to just "div" elements
bobexample.setStatus('', '') //('[open] ', '[closed] ') or ('<img src="open.png" /> ', '<img src="close.png" /> ')
bobexample.setColor('', '') //('red', 'black')
bobexample.setPersist(false) //true or false
bobexample.collapsePrevious(true) //true or false
bobexample.init()

var bobexample=new switchcontent("switchgrouph4", "div") //Limit scanning of switch contents to just "div" elements
bobexample.setStatus('', '') //('[open] ', '[closed] ') or ('<img src="open.png" /> ', '<img src="close.png" /> ')
bobexample.setColor('', '') //('red', 'black')
bobexample.setPersist(false) //true or false
bobexample.collapsePrevious(true) //true or false
bobexample.init()

var bobexample=new switchcontent("switchgrouph5", "div") //Limit scanning of switch contents to just "div" elements
bobexample.setStatus('', '') //('[open] ', '[closed] ') or ('<img src="open.png" /> ', '<img src="close.png" /> ')
bobexample.setColor('', '') //('red', 'black')
bobexample.setPersist(false) //true or false
bobexample.collapsePrevious(true) //true or false
bobexample.init()

var bobexample=new switchcontent("switchgrouph6", "div") //Limit scanning of switch contents to just "div" elements
bobexample.setStatus('', '') //('[open] ', '[closed] ') or ('<img src="open.png" /> ', '<img src="close.png" /> ')
bobexample.setColor('', '') //('red', 'black')
bobexample.setPersist(false) //true or false
bobexample.collapsePrevious(true) //true or false
bobexample.init()

var bobexample=new switchcontent("switchgrouph7", "div") //Limit scanning of switch contents to just "div" elements
bobexample.setStatus('', '') //('[open] ', '[closed] ') or ('<img src="open.png" /> ', '<img src="close.png" /> ')
bobexample.setColor('', '') //('red', 'black')
bobexample.setPersist(false) //true or false
bobexample.collapsePrevious(true) //true or false
bobexample.init()