//--------------------------------------------------------------------------------------------------
// All material contained within this and associated downloaded pages is the property of 4thorder(TM) 
// Copyright © 2005.  All rights reserved.
//
// Author: Michael Falatine || Authors email: 4thorder@4thorder.us

// BRANCH CONTROL SETTINGS [Value MUST be in quotes]:
  // Enable single branch opening ONLY
  // Options: ['yes'=one branch at a time, ''=all branches will open]
  // Note: ALL Values other than 'yes' allows user to open more than one branch at a time
  var oneBranch='yes';

// EVENT TYPE SETTINGS [Value MUST be in quotes]:
  // Options:
  // 'mouseover'= branch expands when mouse is OVER <TH> element
  // 'click'=branch expands when <TH> element is clicked
  var handlerTYPE='click';

// IMAGE PLACEMENT [Value MUST be in quotes]:
  // Options:
  // 'before'=images will be inserted BEFORE content within <TH> element
  // 'after'=images will be inserted AFTER content within <TH> element
  // ''=images will NOT be included within <TH> element
  var ImagePlacement='before';

// SET [EXPAND] IMAGE FILE NAME:
  // Filenames of samples provided:
  // threedPLUS.gif | SimplePLUS.gif | thickBorderedPLUS.gif | thinBorderedPLUS.gif | bevArrowPLUS.gif
    
  var imagePLUS='bevArrowPLUS.gif';

// SET [COLLAPSE] IMAGE FILE NAME:
  // Filenames of samples provided:
  // threedMINUS.gif | SimpleMINUS.gif | thickBorderedMINUS.gif | thinBorderedMINUS.gif | bevArrowMINUS.gif
    
  var imageMINUS  ='bevArrowMINUS.gif';






