$(document).ready(function () {
	
	
	 $('#division_1105 tr').each(function() {
										  
										  
			var numcol = 0;

          //go through each cell in the table row
          $('th', this).each(function() {
            //if the current column is greater than the value enter then hide the cell
            //i have no validation implemented foe the text box
            if (numcol >= 5)
			{
				$(this).hide();
			}
            //increment column number and if the cell has colspan associated with it
            //then account for that as well
            numcol++;
          });
										  
										  
										  
          numcol = 0;

          //go through each cell in the table row
          $('td', this).each(function() {
            //if the current column is greater than the value enter then hide the cell
            //i have no validation implemented foe the text box
            if (numcol >= 5)
			{
				$(this).hide();
			}
            //increment column number and if the cell has colspan associated with it
            //then account for that as well
            numcol++;
          });
        });
	
	
	
	
	
		 $('#division_1106 tr').each(function() {
										  
										  
			var numcol = 0;

          //go through each cell in the table row
          $('th', this).each(function() {
            //if the current column is greater than the value enter then hide the cell
            //i have no validation implemented foe the text box
            if (numcol >= 5)
			{
				$(this).hide();
			}
            //increment column number and if the cell has colspan associated with it
            //then account for that as well
            numcol++;
          });
										  
										  
										  
          numcol = 0;

          //go through each cell in the table row
          $('td', this).each(function() {
            //if the current column is greater than the value enter then hide the cell
            //i have no validation implemented foe the text box
            if (numcol >= 5)
			{
				$(this).hide();
			}
            //increment column number and if the cell has colspan associated with it
            //then account for that as well
            numcol++;
          });
        });
		 
		 		 
		 //division_2430
		 
		 	 $('#division_2430 tr').each(function() {
										  
										  
			var numcol = 0;

          //go through each cell in the table row
          $('th', this).each(function() {
            //if the current column is greater than the value enter then hide the cell
            //i have no validation implemented foe the text box
             if (numcol >= 3)
			{
				//$(this).hide();
				$(this).width('80px')
			}
            //increment column number and if the cell has colspan associated with it
            //then account for that as well
            numcol++;
          });
										  
										  
										  
          numcol = 0;

          //go through each cell in the table row
          $('td', this).each(function() {
            //if the current column is greater than the value enter then hide the cell
            //i have no validation implemented foe the text box
             if (numcol >= 3)
			{
				//$(this).hide();
				$(this).width('80px')
			}
            //increment column number and if the cell has colspan associated with it
            //then account for that as well
            numcol++;
          });
        });
			 
			 
	 //division_2427
		 
		 	 $('#division_2427 tr').each(function() {
										  
										  
			var numcol = 0;

          //go through each cell in the table row
          $('th', this).each(function() {
            //if the current column is greater than the value enter then hide the cell
            //i have no validation implemented foe the text box
             if (numcol >= 3)
			{
				//$(this).hide();
				$(this).width('80px')
			}
            //increment column number and if the cell has colspan associated with it
            //then account for that as well
            numcol++;
          });
										  
										  
										  
          numcol = 0;

          //go through each cell in the table row
          $('td', this).each(function() {
            //if the current column is greater than the value enter then hide the cell
            //i have no validation implemented foe the text box
              if (numcol >= 3)
			{
				//$(this).hide();
				$(this).width('80px')
			}
            //increment column number and if the cell has colspan associated with it
            //then account for that as well
            numcol++;
          });
        });




 //division_2428
		 
		 	 $('#division_2428 tr').each(function() {
										  
										  
			var numcol = 0;

          //go through each cell in the table row
          $('th', this).each(function() {
            //if the current column is greater than the value enter then hide the cell
            //i have no validation implemented foe the text box
            if (numcol >= 3)
			{
				//$(this).hide();
				$(this).width('80px')
			}
            //increment column number and if the cell has colspan associated with it
            //then account for that as well
            numcol++;
          });
										  
										  
										  
          numcol = 0;

          //go through each cell in the table row
          $('td', this).each(function() {
            //if the current column is greater than the value enter then hide the cell
            //i have no validation implemented foe the text box
             if (numcol >= 3)
			{
				//$(this).hide();
				$(this).width('80px')
			}
            //increment column number and if the cell has colspan associated with it
            //then account for that as well
            numcol++;
          });
        });


});
