﻿// MAIN FUNCTION: new switchcontent("class name", "[optional_element_type_to_scan_for]") REQUIRED
// Call Instance.init() at the very end. REQUIRED
var bobexample=new switchcontent("switchgroup1", "div") //Limit scanning of switch contents to just "div" elements
bobexample.setStatus('Close <img src="../../../Images/close.gif" />', 'More <img src="../../../Images/more.gif" />')
bobexample.setPersist(true)
bobexample.init()

