/** TabParams       - Change these to customize behavior.
 *
 * 
 * useClone        - if true, uses a clone of the tabs beneath the
 *                    contents.
 *
 * alwaysShowClone - if true, the clone will be visible at all times.
 *                     otherwise, the clone will be visible only 
 *                     when the active content div's girth 
 *                     extends beyond the viewport height.
 * 
 * eventType       - The event that triggers a tab. mouseover, mousedown, 
 *                    mouseup.
 * tabTagName      - speeds performance. Use "*" for multiple types.
 */

TabParams = {
	useClone         : true,
	alwaysShowClone  : true,
	eventType        : "click",
	tabTagName       : "span"
};
