| 
					
				 | 
			
			
				@@ -87,13 +87,13 @@ var customon = 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 function custom(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 $(".data tr").each(function() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 $(this).find('td:eq(0)').css("width","1%"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-$(this).find('td:eq(1)').css("width","15%"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-$(this).find('td:eq(2)').css("width","15%"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-$(this).find('td:eq(3)').css("width","15%"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+$(this).find('td:eq(1)').css("width","17%"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+$(this).find('td:eq(2)').css("width","17%"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+$(this).find('td:eq(3)').css("width","17%"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 $(this).find('td:eq(4)').css("width","5%"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 $(this).find('td:eq(5)').css("width","10%"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 $(this).find('td:eq(6)').css("width","10%"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-$(this).find('td:eq(7)').css("width","28%"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+$(this).find('td:eq(7)').css("width","20%"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 });} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 window.onload = function() {  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 if(typeof $("select[name='printer']").length < 1) return; 
			 |