/*==================================================
  Set the tabber options (must do this before including tabber.js)
  ==================================================*/
var tabberOptions = {
  'manualStartup':true,
  'onLoad': function(argsObj)
  {
    var t = argsObj.tabber;
	var i;
	
	if (isNaN(i) || i == null) { i=0; }
    t.tabShow(i);
  }
};