/*global vars*/
var shiftContainer = null;
var logoContainer = null;
var logoWidth = 0;
var bigLogoWidth = 0;

var logoView = 0;// 0 = small logo view, 1 = big logo view.
var isDetailOpen = false;
var openDetailID = '';
var myEffect = new Array();
var shiftEffect = new Array();
var firstPaneShift = new Array();
var leftOffset = 0;
var lastLeftOffset = 0; //i use this to store the last leftOffset prior to a client detail pane being clicked.  that way the user will return to their last spot on client list after they are done looking at the details.
var openDetailOffset = 0;//i use this to store how far we have slid with an OPEN client detail
var distanceToSlide = 0;
var lastDistanceToSlide = 0;
var detailDivs = new Array();
/*end global vars*/
