		function subcat()
		{
		cat = document.productForm.category[document.productForm.category.selectedIndex].value;
		url = "submitad.asp?cat=";
		url = url + cat;
		window.location.href = url;
		}

		function sublist(inform, selecteditem)
		{
		inform.descript2.length = 0
	
			x = 0
			subcat = new Array();
			subcategorys = "Small"
			subcategoryof = "Realtree Brown w/ Green Leaves - "
			subcategoryid = "Small"
			subcat[x,0] = subcategorys;
			subcat[x,1] = subcategoryof;
			subcat[x,2] = subcategoryid;
			
			
			if (subcat[x,1] == selecteditem){
				var option0 = new Option(subcat[x,0], subcat[x,2])  
				inform.descript2.options[inform.descript2.length]=option0

			}
			
			
			x = 1
			subcat = new Array();
			subcategorys = "Medium"
			subcategoryof = "Realtree Brown w/ Green Leaves - "
			subcategoryid = "Medium"
			subcat[x,0] = subcategorys;
			subcat[x,1] = subcategoryof;
			subcat[x,2] = subcategoryid;
			
			
			if (subcat[x,1] == selecteditem){
				var option1 = new Option(subcat[x,0], subcat[x,2])  
				inform.descript2.options[inform.descript2.length]=option1
				
			}
			
			
			x = 2
			subcat = new Array();
			subcategorys = "Large"
			subcategoryof = "Realtree Brown w/ Green Leaves - "
			subcategoryid = "Large"
			subcat[x,0] = subcategorys;
			subcat[x,1] = subcategoryof;
			subcat[x,2] = subcategoryid;
			
			
			if (subcat[x,1] == selecteditem){
				var option2 = new Option(subcat[x,0], subcat[x,2])  
				inform.descript2.options[inform.descript2.length]=option2
				
			}
			
			
			x = 3
			subcat = new Array();
			subcategorys = "X-Large"
			subcategoryof = "Realtree Brown w/ Green Leaves - "
			subcategoryid = "X-Large"
			subcat[x,0] = subcategorys;
			subcat[x,1] = subcategoryof;
			subcat[x,2] = subcategoryid;
			
			
			if (subcat[x,1] == selecteditem){
				var option3 = new Option(subcat[x,0], subcat[x,2])  
				inform.descript2.options[inform.descript2.length]=option3
				
			}

			
			x = 4
			subcat = new Array();
			subcategorys = "Small"
			subcategoryof = "Bill Jordan's Advantage - "
			subcategoryid = "Small"
			subcat[x,0] = subcategorys;
			subcat[x,1] = subcategoryof;
			subcat[x,2] = subcategoryid;
			
			
			if (subcat[x,1] == selecteditem){
				var option4 = new Option(subcat[x,0], subcat[x,2])  
				inform.descript2.options[inform.descript2.length]=option4
				
			}


		
			x = 5
			subcat = new Array();
			subcategorys = "Small"
			subcategoryof = "Trebark Grey Universal - "
			subcategoryid = "Small"
			subcat[x,0] = subcategorys;
			subcat[x,1] = subcategoryof;
			subcat[x,2] = subcategoryid;
			
			
			if (subcat[x,1] == selecteditem){
				var option5 = new Option(subcat[x,0], subcat[x,2])  
				inform.descript2.options[inform.descript2.length]=option5

			}
			
			
			x = 6
			subcat = new Array();
			subcategorys = "Medium"
			subcategoryof = "Trebark Grey Universal - "
			subcategoryid = "Medium"
			subcat[x,0] = subcategorys;
			subcat[x,1] = subcategoryof;
			subcat[x,2] = subcategoryid;
			
			
			if (subcat[x,1] == selecteditem){
				var option6 = new Option(subcat[x,0], subcat[x,2])  
				inform.descript2.options[inform.descript2.length]=option6
				
			}
			
			
			x = 7
			subcat = new Array();
			subcategorys = "Large"
			subcategoryof = "Trebark Grey Universal - "
			subcategoryid = "Large"
			subcat[x,0] = subcategorys;
			subcat[x,1] = subcategoryof;
			subcat[x,2] = subcategoryid;
			
			
			if (subcat[x,1] == selecteditem){
				var option7 = new Option(subcat[x,0], subcat[x,2])  
				inform.descript2.options[inform.descript2.length]=option7
				
			}
			
			
			x = 8
			subcat = new Array();
			subcategorys = "X-Large"
			subcategoryof = "Trebark Grey Universal - "
			subcategoryid = "X-Large"
			subcat[x,0] = subcategorys;
			subcat[x,1] = subcategoryof;
			subcat[x,2] = subcategoryid;
			
			
			if (subcat[x,1] == selecteditem){
				var option8 = new Option(subcat[x,0], subcat[x,2])  
				inform.descript2.options[inform.descript2.length]=option8
				
			}
	
	
			x = 9
			subcat = new Array();
			subcategorys = "Small"
			subcategoryof = "Mossy Oak Break Up - "
			subcategoryid = "Small"
			subcat[x,0] = subcategorys;
			subcat[x,1] = subcategoryof;
			subcat[x,2] = subcategoryid;
			
			
			if (subcat[x,1] == selecteditem){
				var option9 = new Option(subcat[x,0], subcat[x,2])  
				inform.descript2.options[inform.descript2.length]=option9

			}
			
			
			x = 10
			subcat = new Array();
			subcategorys = "Medium"
			subcategoryof = "Mossy Oak Break Up - "
			subcategoryid = "Medium"
			subcat[x,0] = subcategorys;
			subcat[x,1] = subcategoryof;
			subcat[x,2] = subcategoryid;
			
			
			if (subcat[x,1] == selecteditem){
				var option10 = new Option(subcat[x,0], subcat[x,2])  
				inform.descript2.options[inform.descript2.length]=option10
				
			}
			
			
			x = 11
			subcat = new Array();
			subcategorys = "Large"
			subcategoryof = "Mossy Oak Break Up - "
			subcategoryid = "Large"
			subcat[x,0] = subcategorys;
			subcat[x,1] = subcategoryof;
			subcat[x,2] = subcategoryid;
			
			
			if (subcat[x,1] == selecteditem){
				var option11 = new Option(subcat[x,0], subcat[x,2])  
				inform.descript2.options[inform.descript2.length]=option11
				
			}
			
			
			x = 12
			subcat = new Array();
			subcategorys = "X-Large"
			subcategoryof = "Mossy Oak Break Up - "
			subcategoryid = "X-Large"
			subcat[x,0] = subcategorys;
			subcat[x,1] = subcategoryof;
			subcat[x,2] = subcategoryid;
			
			
			if (subcat[x,1] == selecteditem){
				var option12 = new Option(subcat[x,0], subcat[x,2])  
				inform.descript2.options[inform.descript2.length]=option12
				
			}	

	}
	
	
	function subcat2()
		{
		cat = document.productForm3.category[document.productForm3.category.selectedIndex].value;
		url = "submitad.asp?cat=";
		url = url + cat;
		window.location.href = url;
		}

		function sublist2(inform, selecteditem)
		{
		inform.descript2.length = 0
	
			x = 0
			subcat2 = new Array();
			subcategorys = "XX-L"
			subcategoryof = "Realtree Brown w/ Green Leaves - "
			subcategoryid = "XX-L"
			subcat2[x,0] = subcategorys;
			subcat2[x,1] = subcategoryof;
			subcat2[x,2] = subcategoryid;
			
			
			if (subcat2[x,1] == selecteditem){
				var option0 = new Option(subcat2[x,0], subcat2[x,2])  
				inform.descript2.options[inform.descript2.length]=option0

			}


			x = 1
			subcat2 = new Array();
			subcategorys = "XXX-L"
			subcategoryof = "Realtree Brown w/ Green Leaves - "
			subcategoryid = "XXX-L"
			subcat2[x,0] = subcategorys;
			subcat2[x,1] = subcategoryof;
			subcat2[x,2] = subcategoryid;
			
			
			if (subcat2[x,1] == selecteditem){
				var option1 = new Option(subcat2[x,0], subcat2[x,2])  
				inform.descript2.options[inform.descript2.length]=option1

			}
			

			x = 3
			subcat2 = new Array();
			subcategorys = "XXX-L"
			subcategoryof = "Bill Jordan's Advantage - "
			subcategoryid = "XXX-L"
			subcat2[x,0] = subcategorys;
			subcat2[x,1] = subcategoryof;
			subcat2[x,2] = subcategoryid;
			
			
			if (subcat2[x,1] == selecteditem){
				var option3 = new Option(subcat2[x,0], subcat2[x,2])  
				inform.descript2.options[inform.descript2.length]=option3

			}


			x = 4
			subcat2 = new Array();
			subcategorys = "XX-L"
			subcategoryof = "Mossy Oak Break Up - "
			subcategoryid = "XX-L"
			subcat2[x,0] = subcategorys;
			subcat2[x,1] = subcategoryof;
			subcat2[x,2] = subcategoryid;
			
			
			if (subcat2[x,1] == selecteditem){
				var option4 = new Option(subcat2[x,0], subcat2[x,2])  
				inform.descript2.options[inform.descript2.length]=option4

			}


			x = 5
			subcat2 = new Array();
			subcategorys = "XXX-L"
			subcategoryof = "Mossy Oak Break Up - "
			subcategoryid = "XXX-L"
			subcat2[x,0] = subcategorys;
			subcat2[x,1] = subcategoryof;
			subcat2[x,2] = subcategoryid;
			
			
			if (subcat2[x,1] == selecteditem){
				var option5 = new Option(subcat2[x,0], subcat2[x,2])  
				inform.descript2.options[inform.descript2.length]=option5

			}
			


			x = 6
			subcat2 = new Array();
			subcategorys = "XX-L"
			subcategoryof = "Trebark Grey Universal - "
			subcategoryid = "XX-L"
			subcat2[x,0] = subcategorys;
			subcat2[x,1] = subcategoryof;
			subcat2[x,2] = subcategoryid;
			
			
			if (subcat2[x,1] == selecteditem){
				var option6 = new Option(subcat2[x,0], subcat2[x,2])  
				inform.descript2.options[inform.descript2.length]=option6

			}


			x = 7
			subcat2 = new Array();
			subcategorys = "XXX-L"
			subcategoryof = "Trebark Grey Universal - "
			subcategoryid = "XXX-L"
			subcat2[x,0] = subcategorys;
			subcat2[x,1] = subcategoryof;
			subcat2[x,2] = subcategoryid;
			
			
			if (subcat2[x,1] == selecteditem){
				var option7 = new Option(subcat2[x,0], subcat2[x,2])  
				inform.descript2.options[inform.descript2.length]=option7

			}
	


			x = 8
			subcat2 = new Array();
			subcategorys = "XX-L"
			subcategoryof = "Realtree Xtra Brown - "
			subcategoryid = "XX-L"
			subcat2[x,0] = subcategorys;
			subcat2[x,1] = subcategoryof;
			subcat2[x,2] = subcategoryid;
			
			
			if (subcat2[x,1] == selecteditem){
				var option8 = new Option(subcat2[x,0], subcat2[x,2])  
				inform.descript2.options[inform.descript2.length]=option8

			}


			x = 9
			subcat2 = new Array();
			subcategorys = "XXX-L"
			subcategoryof = "Realtree Xtra Brown - "
			subcategoryid = "XXX-L"
			subcat2[x,0] = subcategorys;
			subcat2[x,1] = subcategoryof;
			subcat2[x,2] = subcategoryid;
			
			
			if (subcat2[x,1] == selecteditem){
				var option9 = new Option(subcat2[x,0], subcat2[x,2])  
				inform.descript2.options[inform.descript2.length]=option9

			}	

	

	}	
	
	
	
	
		function subcat3()
		{
		cat = document.productForm4.category[document.productForm4.category.selectedIndex].value;
		url = "submitad.asp?cat=";
		url = url + cat;
		window.location.href = url;
		}

		function sublist3(inform, selecteditem)
		{
		inform.descript2.length = 0
	
			x = 0
			subcat3 = new Array();
			subcategorys = "Small"
			subcategoryof = "Realtree Brown w/ Green Leaves - "
			subcategoryid = "Small"
			subcat3[x,0] = subcategorys;
			subcat3[x,1] = subcategoryof;
			subcat3[x,2] = subcategoryid;
			
			
			if (subcat3[x,1] == selecteditem){
				var option0 = new Option(subcat3[x,0], subcat3[x,2])  
				inform.descript2.options[inform.descript2.length]=option0

			}
			
			
			x = 1
			subcat = new Array();
			subcategorys = "Medium"
			subcategoryof = "Realtree Brown w/ Green Leaves - "
			subcategoryid = "Medium"
			subcat3[x,0] = subcategorys;
			subcat3[x,1] = subcategoryof;
			subcat3[x,2] = subcategoryid;
			
			
			if (subcat3[x,1] == selecteditem){
				var option1 = new Option(subcat3[x,0], subcat3[x,2])  
				inform.descript2.options[inform.descript2.length]=option1
				
			}
			
			
			x = 2
			subcat = new Array();
			subcategorys = "Large"
			subcategoryof = "Realtree Brown w/ Green Leaves - "
			subcategoryid = "Large"
			subcat3[x,0] = subcategorys;
			subcat3[x,1] = subcategoryof;
			subcat3[x,2] = subcategoryid;
			
			
			if (subcat3[x,1] == selecteditem){
				var option2 = new Option(subcat3[x,0], subcat3[x,2])  
				inform.descript2.options[inform.descript2.length]=option2
				
			}
			
			
			x = 3
			subcat = new Array();
			subcategorys = "X-Large"
			subcategoryof = "Realtree Brown w/ Green Leaves - "
			subcategoryid = "X-Large"
			subcat3[x,0] = subcategorys;
			subcat3[x,1] = subcategoryof;
			subcat3[x,2] = subcategoryid;
			
			
			if (subcat3[x,1] == selecteditem){
				var option3 = new Option(subcat3[x,0], subcat3[x,2])  
				inform.descript2.options[inform.descript2.length]=option3
				
			}

		
			x = 4
			subcat = new Array();
			subcategorys = "Small"
			subcategoryof = "Trebark Grey Universal - "
			subcategoryid = "Small"
			subcat3[x,0] = subcategorys;
			subcat3[x,1] = subcategoryof;
			subcat3[x,2] = subcategoryid;
			
			
			if (subcat3[x,1] == selecteditem){
				var option4 = new Option(subcat3[x,0], subcat3[x,2])  
				inform.descript2.options[inform.descript2.length]=option4

			}
			
			
			x = 5
			subcat = new Array();
			subcategorys = "Medium"
			subcategoryof = "Trebark Grey Universal - "
			subcategoryid = "Medium"
			subcat3[x,0] = subcategorys;
			subcat3[x,1] = subcategoryof;
			subcat3[x,2] = subcategoryid;
			
			
			if (subcat3[x,1] == selecteditem){
				var option5 = new Option(subcat3[x,0], subcat3[x,2])  
				inform.descript2.options[inform.descript2.length]=option5
				
			}
			
			
			x = 6
			subcat = new Array();
			subcategorys = "Large"
			subcategoryof = "Trebark Grey Universal - "
			subcategoryid = "Large"
			subcat3[x,0] = subcategorys;
			subcat3[x,1] = subcategoryof;
			subcat3[x,2] = subcategoryid;
			
			
			if (subcat3[x,1] == selecteditem){
				var option6 = new Option(subcat3[x,0], subcat3[x,2])  
				inform.descript2.options[inform.descript2.length]=option6
				
			}
			
			
			x = 7
			subcat = new Array();
			subcategorys = "X-Large"
			subcategoryof = "Trebark Grey Universal - "
			subcategoryid = "X-Large"
			subcat3[x,0] = subcategorys;
			subcat3[x,1] = subcategoryof;
			subcat3[x,2] = subcategoryid;
			
			
			if (subcat3[x,1] == selecteditem){
				var option7 = new Option(subcat3[x,0], subcat3[x,2])  
				inform.descript2.options[inform.descript2.length]=option7
				
			}
	
	
			x = 8
			subcat = new Array();
			subcategorys = "Small"
			subcategoryof = "Mossy Oak Break Up - "
			subcategoryid = "Small"
			subcat3[x,0] = subcategorys;
			subcat3[x,1] = subcategoryof;
			subcat3[x,2] = subcategoryid;
			
			
			if (subcat3[x,1] == selecteditem){
				var option8 = new Option(subcat3[x,0], subcat3[x,2])  
				inform.descript2.options[inform.descript2.length]=option8

			}
			
			
			x = 9
			subcat = new Array();
			subcategorys = "Medium"
			subcategoryof = "Mossy Oak Break Up - "
			subcategoryid = "Medium"
			subcat3[x,0] = subcategorys;
			subcat3[x,1] = subcategoryof;
			subcat3[x,2] = subcategoryid;
			
			
			if (subcat3[x,1] == selecteditem){
				var option9 = new Option(subcat3[x,0], subcat3[x,2])  
				inform.descript2.options[inform.descript2.length]=option9
				
			}
			
			
			x = 10
			subcat = new Array();
			subcategorys = "Large"
			subcategoryof = "Mossy Oak Break Up - "
			subcategoryid = "Large"
			subcat3[x,0] = subcategorys;
			subcat3[x,1] = subcategoryof;
			subcat3[x,2] = subcategoryid;
			
			
			if (subcat3[x,1] == selecteditem){
				var option10 = new Option(subcat3[x,0], subcat3[x,2])  
				inform.descript2.options[inform.descript2.length]=option10
				
			}
			
			
			x = 11
			subcat = new Array();
			subcategorys = "X-Large"
			subcategoryof = "Mossy Oak Break Up - "
			subcategoryid = "X-Large"
			subcat3[x,0] = subcategorys;
			subcat3[x,1] = subcategoryof;
			subcat3[x,2] = subcategoryid;
			
			
			if (subcat3[x,1] == selecteditem){
				var option11 = new Option(subcat3[x,0], subcat3[x,2])  
				inform.descript2.options[inform.descript2.length]=option11
				
			}	
			
			

			
			x = 12
			subcat = new Array();
			subcategorys = "Small"
			subcategoryof = "Bill Jordan's Advantage - "
			subcategoryid = "Small"
			subcat3[x,0] = subcategorys;
			subcat3[x,1] = subcategoryof;
			subcat3[x,2] = subcategoryid;
			
			
			if (subcat3[x,1] == selecteditem){
				var option12 = new Option(subcat3[x,0], subcat3[x,2])  
				inform.descript2.options[inform.descript2.length]=option12
				
			}

	
			
			x = 13
			subcat = new Array();
			subcategorys = "Medium"
			subcategoryof = "Bill Jordan's Advantage - "
			subcategoryid = "Medium"
			subcat3[x,0] = subcategorys;
			subcat3[x,1] = subcategoryof;
			subcat3[x,2] = subcategoryid;
			
			
			if (subcat3[x,1] == selecteditem){
				var option13 = new Option(subcat3[x,0], subcat3[x,2])  
				inform.descript2.options[inform.descript2.length]=option13
				
			}
		
	
			
			x = 14
			subcat = new Array();
			subcategorys = "Large"
			subcategoryof = "Bill Jordan's Advantage - "
			subcategoryid = "Large"
			subcat3[x,0] = subcategorys;
			subcat3[x,1] = subcategoryof;
			subcat3[x,2] = subcategoryid;
			
			
			if (subcat3[x,1] == selecteditem){
				var option14 = new Option(subcat3[x,0], subcat3[x,2])  
				inform.descript2.options[inform.descript2.length]=option14
				
			}	
			
			
			x = 15
			subcat3 = new Array();
			subcategorys = "Small"
			subcategoryof = "Realtree Xtra Brown - "
			subcategoryid = "Small"
			subcat3[x,0] = subcategorys;
			subcat3[x,1] = subcategoryof;
			subcat3[x,2] = subcategoryid;
			
			
			if (subcat3[x,1] == selecteditem){
				var option15 = new Option(subcat3[x,0], subcat3[x,2])  
				inform.descript2.options[inform.descript2.length]=option15

			}
			
			
			x = 16
			subcat = new Array();
			subcategorys = "Medium"
			subcategoryof = "Realtree Xtra Brown - "
			subcategoryid = "Medium"
			subcat3[x,0] = subcategorys;
			subcat3[x,1] = subcategoryof;
			subcat3[x,2] = subcategoryid;
			
			
			if (subcat3[x,1] == selecteditem){
				var option16 = new Option(subcat3[x,0], subcat3[x,2])  
				inform.descript2.options[inform.descript2.length]=option16
				
			}
			
			
			x = 17
			subcat = new Array();
			subcategorys = "Large"
			subcategoryof = "Realtree Xtra Brown - "
			subcategoryid = "Large"
			subcat3[x,0] = subcategorys;
			subcat3[x,1] = subcategoryof;
			subcat3[x,2] = subcategoryid;
			
			
			if (subcat3[x,1] == selecteditem){
				var option17 = new Option(subcat3[x,0], subcat3[x,2])  
				inform.descript2.options[inform.descript2.length]=option17
				
			}
			
			
			x = 18
			subcat = new Array();
			subcategorys = "X-Large"
			subcategoryof = "Realtree Xtra Brown - "
			subcategoryid = "X-Large"
			subcat3[x,0] = subcategorys;
			subcat3[x,1] = subcategoryof;
			subcat3[x,2] = subcategoryid;
			
			
			if (subcat3[x,1] == selecteditem){
				var option18 = new Option(subcat3[x,0], subcat3[x,2])  
				inform.descript2.options[inform.descript2.length]=option18
				
			}
		

	}
	
		

function subcat5()
{
cat = document.productForm5.category[document.productForm5.category.selectedIndex].value;
url = "submitad.asp?cat=";
url = url + cat;
window.location.href = url;
}

function sublist5(inform, selecteditem)
{
inform.descript2.length = 0

x = 0
subcat5 = new Array();
subcategorys = "Small"
subcategoryof = "Realtree Brown w/ Green Leaves - "
subcategoryid = "Small"
subcat5[x,0] = subcategorys;
subcat5[x,1] = subcategoryof;
subcat5[x,2] = subcategoryid;


if (subcat5[x,1] == selecteditem){
var option0 = new Option(subcat5[x,0], subcat5[x,2]) 
inform.descript2.options[inform.descript2.length]=option0

}


x = 1
subcat = new Array();
subcategorys = "Medium"
subcategoryof = "Realtree Brown w/ Green Leaves - "
subcategoryid = "Medium"
subcat5[x,0] = subcategorys;
subcat5[x,1] = subcategoryof;
subcat5[x,2] = subcategoryid;


if (subcat5[x,1] == selecteditem){
var option1 = new Option(subcat5[x,0], subcat5[x,2]) 
inform.descript2.options[inform.descript2.length]=option1

}


x = 2
subcat = new Array();
subcategorys = "Large"
subcategoryof = "Realtree Brown w/ Green Leaves - "
subcategoryid = "Large"
subcat5[x,0] = subcategorys;
subcat5[x,1] = subcategoryof;
subcat5[x,2] = subcategoryid;


if (subcat5[x,1] == selecteditem){
var option2 = new Option(subcat5[x,0], subcat5[x,2]) 
inform.descript2.options[inform.descript2.length]=option2

}


x = 3
subcat = new Array();
subcategorys = "X-Large"
subcategoryof = "Realtree Brown w/ Green Leaves - "
subcategoryid = "X-Large"
subcat5[x,0] = subcategorys;
subcat5[x,1] = subcategoryof;
subcat5[x,2] = subcategoryid;


if (subcat5[x,1] == selecteditem){
var option3 = new Option(subcat5[x,0], subcat5[x,2]) 
inform.descript2.options[inform.descript2.length]=option3

}


x = 4
subcat = new Array();
subcategorys = "Small"
subcategoryof = "Trebark Grey Universal - "
subcategoryid = "Small"
subcat5[x,0] = subcategorys;
subcat5[x,1] = subcategoryof;
subcat5[x,2] = subcategoryid;


if (subcat5[x,1] == selecteditem){
var option4 = new Option(subcat5[x,0], subcat5[x,2]) 
inform.descript2.options[inform.descript2.length]=option4

}


x = 5
subcat = new Array();
subcategorys = "Medium"
subcategoryof = "Trebark Grey Universal - "
subcategoryid = "Medium"
subcat5[x,0] = subcategorys;
subcat5[x,1] = subcategoryof;
subcat5[x,2] = subcategoryid;


if (subcat5[x,1] == selecteditem){
var option5 = new Option(subcat5[x,0], subcat5[x,2]) 
inform.descript2.options[inform.descript2.length]=option5

}


x = 6
subcat = new Array();
subcategorys = "Large"
subcategoryof = "Trebark Grey Universal - "
subcategoryid = "Large"
subcat5[x,0] = subcategorys;
subcat5[x,1] = subcategoryof;
subcat5[x,2] = subcategoryid;


if (subcat5[x,1] == selecteditem){
var option6 = new Option(subcat5[x,0], subcat5[x,2]) 
inform.descript2.options[inform.descript2.length]=option6

}


x = 7
subcat = new Array();
subcategorys = "X-Large"
subcategoryof = "Trebark Grey Universal - "
subcategoryid = "X-Large"
subcat5[x,0] = subcategorys;
subcat5[x,1] = subcategoryof;
subcat5[x,2] = subcategoryid;


if (subcat5[x,1] == selecteditem){
var option7 = new Option(subcat5[x,0], subcat5[x,2]) 
inform.descript2.options[inform.descript2.length]=option7

}


x = 8
subcat = new Array();
subcategorys = "Small"
subcategoryof = "Mossy Oak Break Up - "
subcategoryid = "Small"
subcat5[x,0] = subcategorys;
subcat5[x,1] = subcategoryof;
subcat5[x,2] = subcategoryid;


if (subcat5[x,1] == selecteditem){
var option8 = new Option(subcat5[x,0], subcat5[x,2]) 
inform.descript2.options[inform.descript2.length]=option8

}


x = 9
subcat = new Array();
subcategorys = "Medium"
subcategoryof = "Mossy Oak Break Up - "
subcategoryid = "Medium"
subcat5[x,0] = subcategorys;
subcat5[x,1] = subcategoryof;
subcat5[x,2] = subcategoryid;


if (subcat5[x,1] == selecteditem){
var option9 = new Option(subcat5[x,0], subcat5[x,2]) 
inform.descript2.options[inform.descript2.length]=option9

}


x = 10
subcat = new Array();
subcategorys = "Large"
subcategoryof = "Mossy Oak Break Up - "
subcategoryid = "Large"
subcat5[x,0] = subcategorys;
subcat5[x,1] = subcategoryof;
subcat5[x,2] = subcategoryid;


if (subcat5[x,1] == selecteditem){
var option10 = new Option(subcat5[x,0], subcat5[x,2]) 
inform.descript2.options[inform.descript2.length]=option10

}


x = 11
subcat = new Array();
subcategorys = "X-Large"
subcategoryof = "Mossy Oak Break Up - "
subcategoryid = "X-Large"
subcat5[x,0] = subcategorys;
subcat5[x,1] = subcategoryof;
subcat5[x,2] = subcategoryid;


if (subcat5[x,1] == selecteditem){
var option11 = new Option(subcat5[x,0], subcat5[x,2]) 
inform.descript2.options[inform.descript2.length]=option11

} 




x = 13
subcat = new Array();
subcategorys = "Medium"
subcategoryof = "Bill Jordan's Advantage - "
subcategoryid = "Medium"
subcat5[x,0] = subcategorys;
subcat5[x,1] = subcategoryof;
subcat5[x,2] = subcategoryid;


if (subcat5[x,1] == selecteditem){
var option13 = new Option(subcat5[x,0], subcat5[x,2]) 
inform.descript2.options[inform.descript2.length]=option13

}



x = 14
subcat = new Array();
subcategorys = "X-Large"
subcategoryof = "Bill Jordan's Advantage - "
subcategoryid = "X-Large"
subcat5[x,0] = subcategorys;
subcat5[x,1] = subcategoryof;
subcat5[x,2] = subcategoryid;


if (subcat5[x,1] == selecteditem){
var option14 = new Option(subcat5[x,0], subcat5[x,2]) 
inform.descript2.options[inform.descript2.length]=option14

} 


x = 15
subcat5 = new Array();
subcategorys = "Small"
subcategoryof = "Realtree Xtra Brown - "
subcategoryid = "Small"
subcat5[x,0] = subcategorys;
subcat5[x,1] = subcategoryof;
subcat5[x,2] = subcategoryid;


if (subcat5[x,1] == selecteditem){
var option15 = new Option(subcat5[x,0], subcat5[x,2]) 
inform.descript2.options[inform.descript2.length]=option15

}


x = 16
subcat = new Array();
subcategorys = "Medium"
subcategoryof = "Realtree Xtra Brown - "
subcategoryid = "Medium"
subcat5[x,0] = subcategorys;
subcat5[x,1] = subcategoryof;
subcat5[x,2] = subcategoryid;


if (subcat5[x,1] == selecteditem){
var option16 = new Option(subcat5[x,0], subcat5[x,2]) 
inform.descript2.options[inform.descript2.length]=option16

}


x = 17
subcat = new Array();
subcategorys = "Large"
subcategoryof = "Realtree Xtra Brown - "
subcategoryid = "Large"
subcat5[x,0] = subcategorys;
subcat5[x,1] = subcategoryof;
subcat5[x,2] = subcategoryid;


if (subcat5[x,1] == selecteditem){
var option17 = new Option(subcat5[x,0], subcat5[x,2]) 
inform.descript2.options[inform.descript2.length]=option17

}


x = 18
subcat = new Array();
subcategorys = "X-Large"
subcategoryof = "Realtree Xtra Brown - "
subcategoryid = "X-Large"
subcat5[x,0] = subcategorys;
subcat5[x,1] = subcategoryof;
subcat5[x,2] = subcategoryid;


if (subcat5[x,1] == selecteditem){
var option18 = new Option(subcat5[x,0], subcat5[x,2]) 
inform.descript2.options[inform.descript2.length]=option18

}


}



		
		
		
	
	
	