    		function FillState(){
    			document.InqForm.Product_Name.options.length=0;


        			for(i=0;i<sStateArray[document.InqForm.Product_Category.selectedIndex].split("|").length;i++){
        			document.InqForm.Product_Name.options[i]=new Option(sStateArray[document.InqForm.Product_Category.selectedIndex].split("|")[i])
        			}
        		}
        		


            		function FillCountry(){
            			document.InqForm.Product_Category.options.length=0


                			for(i=0;i<sCountryString.split("|").length;i++){
                			document.InqForm.Product_Category.options[i]=new Option(sCountryString.split("|")[i])
                			}
                		}
                		
                		var sCountryString = "Select Category|Agriculture Equipments|Construction Equipments|Hydraulic Carrier/Loaders"
                		
                		var sStateArray = new Array()
                		sStateArray[0]="Select Product"
                		sStateArray[1]="Adjustable Cultivator|Cultivator|Heavy Furrow Plough|Reversible Plough|Seed Planter|Soil Digger|Three Furrow Plough|Tractor Trailer 2 Wheels|Tractor Trailer 4 Wheels|Two Furrow Plough|Two Furrow Reversible Plough|Other » Not Listed Above"
                		sStateArray[2]="Hydraulic Concrete Mixer|Concrete Mixer Without Hopper|Tractor Mounted Front-End Loader|Other » Not Listed Above"
                		sStateArray[3]="Hydraulic Dumper Placer|Tractor Drawn Garbage Container Carrier|Other » Not Listed Above"
