  var tabDef = {
    x : 10,
    y : 50,
    width : 150,
    height : 200,
    offset : 0,
    spacing : 2,
    padding : 2,
    layout: 'top', 
    border: {width:1, color:'#000000'},    
	"csscurr":"curr1",
	 "css":"curr0",
	 "csshint":"hint",	 
     
    tabs:[
   {
    text:"Rush Yds",
    hint:'Coming Soon',    
    csscurr:'curr1',    
    css:'curr1'
    },
    {
    text:"Pass Yds",
    hint:'Coming Soon',
    csscurr:'curr2',    
    css:'curr2'
    }
    ]
  };  

