function makeSublist(parent, child) {
                                var id = jQuery("#" + parent).attr("value");
                                clearOptions(child);
                                appendOptionLast(child, 'Select Your Solution', '-1');
				if(id == 4){
					appendOptionLast(child, 'Water Intake Pipeline Leak', ' http://beta.tdwilliamson.com/en/Pages/301PowerGeneration.aspx');
                            	}
				if(id == 5){
					appendOptionLast(child, 'Replace Pipeline due to Corrosion', ' http://beta.tdwilliamson.com/en/Pages/402HPI.aspx');
                            	}
				if(id == 6){
					appendOptionLast(child, '102" Plugging Project', ' http://beta.tdwilliamson.com/en/Pages/102BaltimoreWater.aspx');
                            	}
				if(id == 2){
					appendOptionLast(child, 'Heavy Oil Pipeline Inspection', ' http://beta.tdwilliamson.com/en/Pages/201OnshoreTransmission.aspx');
                            	}
				if(id == 1){
					appendOptionLast(child, 'Valve Repair in Remote Location', ' http://beta.tdwilliamson.com/en/Pages/501GasDistribution.aspx');
                            	}
				if(id == 2){
					appendOptionLast(child, 'Aging Fleet of Pig Traps', ' http://beta.tdwilliamson.com/en/Pages/202OnshoreTransmission.aspx');
                            	}
				if(id == 6){
					appendOptionLast(child, 'High Pressure Relocation', ' http://beta.tdwilliamson.com/en/Pages/101Water.aspx');
                            	}
				if(id == 1){
					appendOptionLast(child, 'Plugging Without Interruption', ' http://beta.tdwilliamson.com/en/Pages/502GasDistribution.aspx');
                            	}
				if(id == 5){
					appendOptionLast(child, 'Propylene Condensers ', ' http://beta.tdwilliamson.com/en/Pages/401HPI.aspx');
                            	}
				if(id == 3){
					appendOptionLast(child, 'Subsea Tie-In Solution', ' http://www.tdwilliamson.com/en/Pages/602OffshoreTransmission.aspx');
                            	}
				if(id == 2){
					appendOptionLast(child, '42" Oil Pipeline Construction', ' http://beta.tdwilliamson.com/en/Pages/203OnshoreTransmission.aspx');
                            	}
				if(id == 5){
					appendOptionLast(child, 'Double Block/Bleed Needed Fast', ' Double Block and Bleed Needed Fast');
                            	}
				if(id == 6){
					appendOptionLast(child, '91" OD Water Line', ' http://www.tdwilliamson.com/en/Pages/103WaterandWastewater.aspx');
                            	}
				if(id == 1){
					appendOptionLast(child, 'New Plugging Solution Needed', ' http://www.tdwilliamson.com/en/Pages/503GasDistribution.aspx');
                            	}
				if(id == 6){
					appendOptionLast(child, '96" Tap and Plug', ' http://www.tdwilliamson.com/en/Pages/104WaterandWastewater.aspx');
                            	}
				if(id == 5){
					appendOptionLast(child, 'Frigid Weather Requires Quick Resonse', ' http://www.tdwilliamson.com/en/Pages/404HPI.aspx');
                            	}
				if(id == 6){
					appendOptionLast(child, '36 Inch Line Isolation', ' 36 Inch Line Isolation');
                            	}   jQuery("#" + child).trigger("change");
                                jQuery("#" + child).focus();
                            }