function fillCategory_1()
{ 
	// this function is used to fill the type_1 list on load
	addOption(document.drop_list.type_1,"NS","New Student","");
	addOption(document.drop_list.type_1,"ES","Existing Students","");
}

function fillCategory_2()
{ 
	// this function is used to fill the type_2 list on load
	addOption(document.drop_list.type_2, "NS", "New Student", "");
	addOption(document.drop_list.type_2, "RS", "Returning Student", "");
	addOption(document.drop_list.type_2, "CR", "Request Day/Time Change", "");
}

function fillCategory_3()
{ 
	// this function is used to fill the type_3 list on load
	addOption(document.drop_list.type_3, "NS", "New Student", "");
	addOption(document.drop_list.type_3, "RS", "Returning Student", "");
	addOption(document.drop_list.type_3, "CR", "Request Day/Time Change", "");
}

function fillCategory_4()
{ 
	// this function is used to fill the type_4 list on load
	addOption(document.drop_list.type_4, "NS", "New Student", "");
	addOption(document.drop_list.type_4, "RS", "Returning Student", "");
	addOption(document.drop_list.type_4, "CR", "Request Day/Time Change", "");
}

function dateCategory_1()
{
	addOption(document.drop_list.first_choice_day_1,"Monday","Monday","");
	addOption(document.drop_list.first_choice_day_1,"Tuesday","Tuesday","");
	addOption(document.drop_list.first_choice_day_1,"Wednesday","Wednesday","");
	addOption(document.drop_list.first_choice_day_1,"Thursday","Thursday","");
	addOption(document.drop_list.first_choice_day_1,"Friday","Friday","");
	addOption(document.drop_list.first_choice_day_1,"Saturday","Saturday","");
	addOption(document.drop_list.first_choice_day_1,"Sunday","Sunday","");
}

function dateCategory_2()
{
	addOption(document.drop_list.second_choice_day_1,"Monday","Monday","");
	addOption(document.drop_list.second_choice_day_1,"Tuesday","Tuesday","");
	addOption(document.drop_list.second_choice_day_1,"Wednesday","Wednesday","");
	addOption(document.drop_list.second_choice_day_1,"Thursday","Thursday","");
	addOption(document.drop_list.second_choice_day_1,"Friday","Friday","");
	addOption(document.drop_list.second_choice_day_1,"Saturday","Saturday","");
	addOption(document.drop_list.second_choice_day_1,"Sunday","Sunday","");
}

function dateCategory_3()
{
	addOption(document.drop_list.third_choice_day_1,"Monday","Monday","");
	addOption(document.drop_list.third_choice_day_1,"Tuesday","Tuesday","");
	addOption(document.drop_list.third_choice_day_1,"Wednesday","Wednesday","");
	addOption(document.drop_list.third_choice_day_1,"Thursday","Thursday","");
	addOption(document.drop_list.third_choice_day_1,"Friday","Friday","");
	addOption(document.drop_list.third_choice_day_1,"Saturday","Saturday","");
	addOption(document.drop_list.third_choice_day_1,"Sunday","Sunday","");
}

function dateCategory_4()
{
	addOption(document.drop_list.first_choice_day_2,"Monday","Monday","");
	addOption(document.drop_list.first_choice_day_2,"Tuesday","Tuesday","");
	addOption(document.drop_list.first_choice_day_2,"Wednesday","Wednesday","");
	addOption(document.drop_list.first_choice_day_2,"Thursday","Thursday","");
	addOption(document.drop_list.first_choice_day_2,"Friday","Friday","");
	addOption(document.drop_list.first_choice_day_2,"Saturday","Saturday","");
	addOption(document.drop_list.first_choice_day_2,"Sunday","Sunday","");
}

function dateCategory_5()
{
	addOption(document.drop_list.second_choice_day_2,"Monday","Monday","");
	addOption(document.drop_list.second_choice_day_2,"Tuesday","Tuesday","");
	addOption(document.drop_list.second_choice_day_2,"Wednesday","Wednesday","");
	addOption(document.drop_list.second_choice_day_2,"Thursday","Thursday","");
	addOption(document.drop_list.second_choice_day_2,"Friday","Friday","");
	addOption(document.drop_list.second_choice_day_2,"Saturday","Saturday","");
	addOption(document.drop_list.second_choice_day_2,"Sunday","Sunday","");
}

function dateCategory_6()
{
	addOption(document.drop_list.third_choice_day_2,"Monday","Monday","");
	addOption(document.drop_list.third_choice_day_2,"Tuesday","Tuesday","");
	addOption(document.drop_list.third_choice_day_2,"Wednesday","Wednesday","");
	addOption(document.drop_list.third_choice_day_2,"Thursday","Thursday","");
	addOption(document.drop_list.third_choice_day_2,"Friday","Friday","");
	addOption(document.drop_list.third_choice_day_2,"Saturday","Saturday","");
	addOption(document.drop_list.third_choice_day_2,"Sunday","Sunday","");
}

function dateCategory_7()
{
	addOption(document.drop_list.first_choice_day_3,"Monday","Monday","");
	addOption(document.drop_list.first_choice_day_3,"Tuesday","Tuesday","");
	addOption(document.drop_list.first_choice_day_3,"Wednesday","Wednesday","");
	addOption(document.drop_list.first_choice_day_3,"Thursday","Thursday","");
	addOption(document.drop_list.first_choice_day_3,"Friday","Friday","");
	addOption(document.drop_list.first_choice_day_3,"Saturday","Saturday","");
	addOption(document.drop_list.first_choice_day_3,"Sunday","Sunday","");
}

function dateCategory_8()
{
	addOption(document.drop_list.second_choice_day_3,"Monday","Monday","");
	addOption(document.drop_list.second_choice_day_3,"Tuesday","Tuesday","");
	addOption(document.drop_list.second_choice_day_3,"Wednesday","Wednesday","");
	addOption(document.drop_list.second_choice_day_3,"Thursday","Thursday","");
	addOption(document.drop_list.second_choice_day_3,"Friday","Friday","");
	addOption(document.drop_list.second_choice_day_3,"Saturday","Saturday","");
	addOption(document.drop_list.second_choice_day_3,"Sunday","Sunday","");
}

function dateCategory_9()
{
	addOption(document.drop_list.third_choice_day_3,"Monday","Monday","");
	addOption(document.drop_list.third_choice_day_3,"Tuesday","Tuesday","");
	addOption(document.drop_list.third_choice_day_3,"Wednesday","Wednesday","");
	addOption(document.drop_list.third_choice_day_3,"Thursday","Thursday","");
	addOption(document.drop_list.third_choice_day_3,"Friday","Friday","");
	addOption(document.drop_list.third_choice_day_3,"Saturday","Saturday","");
	addOption(document.drop_list.third_choice_day_3,"Sunday","Sunday","");
}

function SelectSubCat_1()
{
	// ON selection of type_1 this function will work
	removeAllOptions(document.drop_list.skill_1);
	addOption(document.drop_list.skill_1, "Select One", "Select One", "");

	if(document.drop_list.type_1.value == 'NS')
	{
		addOption(document.drop_list.skill_1,"No water experience", "I don't have any water experience");
		addOption(document.drop_list.skill_1,"Comfortable in water", "I'm comfortable in the water");
		addOption(document.drop_list.skill_1,"Face in water", "I can put my face in the water");
		addOption(document.drop_list.skill_1,"Breathe while swimming", "I can breathe while swimming without standing");
		addOption(document.drop_list.skill_1,"Swim on back", "I can swim on my back");
		addOption(document.drop_list.skill_1,"Pick up ring", "I can pick up a ring from the bottom of the pool");
		addOption(document.drop_list.skill_1,"Can dolphin", "I can dolphin across the pool width");
		addOption(document.drop_list.skill_1,"Freestyle and backstroke", "I can do freestyle and backstroke");
		addOption(document.drop_list.skill_1,"Side breathing", "I can do freestyle with side breathing");
	}
	
	if(document.drop_list.type_1.value == 'ES')
	{
		addOption(document.drop_list.skill_1,"Baby", "Baby Ribbon");
		addOption(document.drop_list.skill_1,"B1", "Beginner One Ribbon");
		addOption(document.drop_list.skill_1,"B2", "Beginner Two Ribbon");
		addOption(document.drop_list.skill_1,"B3", "Beginner Three Ribbon");
		addOption(document.drop_list.skill_1,"I1", "Intermediate One Ribbon");
		addOption(document.drop_list.skill_1,"I2", "Intermediate Two Ribbon");
		addOption(document.drop_list.skill_1,"S1", "Stroke Level One Ribbon");
		addOption(document.drop_list.skill_1,"S2", "Stroke Level Two Ribbon");
		addOption(document.drop_list.skill_1,"S3", "Stroke Level Three Ribbon");
		addOption(document.drop_list.skill_1,"A1", "Adult Level One Ribbon");
		addOption(document.drop_list.skill_1,"A2", "Adult Level Two Ribbon");
		addOption(document.drop_list.skill_1,"Gold", "Gold Award");
	}
}

function SelectSubCat_2()
{
	// ON selection of type_2 this function will work
	removeAllOptions(document.drop_list.skill_2);
	addOption(document.drop_list.skill_2, "Select One", "Select One", "");

	if(document.drop_list.type_2.value == 'NS')
	{
		addOption(document.drop_list.skill_2,"No water experience", "I don't have any water experience");
		addOption(document.drop_list.skill_2,"Comfortable in water", "I'm comfortable in the water");
		addOption(document.drop_list.skill_2,"Face in water", "I can put my face in the water");
		addOption(document.drop_list.skill_2,"Breathe while swimming", "I can breathe while swimming without standing");
		addOption(document.drop_list.skill_2,"Swim on back", "I can swim on my back");
		addOption(document.drop_list.skill_2,"Pick up ring", "I can pick up a ring from the bottom of the pool");
		addOption(document.drop_list.skill_2,"Can dolphin", "I can dolphin across the pool width");
		addOption(document.drop_list.skill_2,"Freestyle and backstroke", "I can do freestyle and backstroke");
		addOption(document.drop_list.skill_2,"Side breathing", "I can do freestyle with side breathing");
	}
	
	if(document.drop_list.type_2.value == 'RS')
	{
		addOption(document.drop_list.skill_2,"Baby", "Baby Ribbon");
		addOption(document.drop_list.skill_2,"B1", "Beginner One Ribbon");
		addOption(document.drop_list.skill_2,"B2", "Beginner Two Ribbon");
		addOption(document.drop_list.skill_2,"B3", "Beginner Three Ribbon");
		addOption(document.drop_list.skill_2,"I1", "Intermediate One Ribbon");
		addOption(document.drop_list.skill_2,"I2", "Intermediate One Ribbon");
		addOption(document.drop_list.skill_2,"S1", "Stroke Level One Ribbon");
		addOption(document.drop_list.skill_2,"S2", "Stroke Level Two Ribbon");
		addOption(document.drop_list.skill_2,"S3", "Stroke Level Three Ribbon");
		addOption(document.drop_list.skill_2,"A1", "Adult Level One Ribbon");
		addOption(document.drop_list.skill_2,"A2", "Adult Level Two Ribbon");
		addOption(document.drop_list.skill_2,"Gold", "Gold Award");
	}

	if(document.drop_list.type_2.value == 'CR')
	{
		addOption(document.drop_list.skill_2,"Baby", "Baby Ribbon");
		addOption(document.drop_list.skill_2,"B1", "Beginner One Ribbon");
		addOption(document.drop_list.skill_2,"B2", "Beginner Two Ribbon");
		addOption(document.drop_list.skill_2,"B3", "Beginner Three Ribbon");
		addOption(document.drop_list.skill_2,"I1", "Intermediate One Ribbon");
		addOption(document.drop_list.skill_2,"I2", "Intermediate One Ribbon");
		addOption(document.drop_list.skill_2,"S1", "Stroke Level One Ribbon");
		addOption(document.drop_list.skill_2,"S2", "Stroke Level Two Ribbon");
		addOption(document.drop_list.skill_2,"S3", "Stroke Level Three Ribbon");
		addOption(document.drop_list.skill_2,"A1", "Adult Level One Ribbon");
		addOption(document.drop_list.skill_2,"A2", "Adult Level Two Ribbon");
		addOption(document.drop_list.skill_2,"Gold", "Gold Award");
	}
}

function SelectSubCat_3()
{
	// ON selection of type_3 this function will work
	removeAllOptions(document.drop_list.skill_3);
	addOption(document.drop_list.skill_3, "Select One", "Select One", "");

	if(document.drop_list.type_3.value == 'NS')
	{
		addOption(document.drop_list.skill_3,"No water experience", "I don't have any water experience");
		addOption(document.drop_list.skill_3,"Comfortable in water", "I'm comfortable in the water");
		addOption(document.drop_list.skill_3,"Face in water", "I can put my face in the water");
		addOption(document.drop_list.skill_3,"Breathe while swimming", "I can breathe while swimming without standing");
		addOption(document.drop_list.skill_3,"Swim on back", "I can swim on my back");
		addOption(document.drop_list.skill_3,"Pick up ring", "I can pick up a ring from the bottom of the pool");
		addOption(document.drop_list.skill_3,"Can dolphin", "I can dolphin across the pool width");
		addOption(document.drop_list.skill_3,"Freestyle and backstroke", "I can do freestyle and backstroke");
		addOption(document.drop_list.skill_3,"Side breathing", "I can do freestyle with side breathing");
	}
	
	if(document.drop_list.type_3.value == 'RS')
	{
		addOption(document.drop_list.skill_3,"Baby", "Baby Ribbon");
		addOption(document.drop_list.skill_3,"B1", "Beginner One Ribbon");
		addOption(document.drop_list.skill_3,"B2", "Beginner Two Ribbon");
		addOption(document.drop_list.skill_3,"B3", "Beginner Three Ribbon");
		addOption(document.drop_list.skill_3,"I1", "Intermediate One Ribbon");
		addOption(document.drop_list.skill_3,"I2", "Intermediate Two Ribbon");
		addOption(document.drop_list.skill_3,"S1", "Stroke Level One Ribbon");
		addOption(document.drop_list.skill_3,"S2", "Stroke Level Two Ribbon");
		addOption(document.drop_list.skill_3,"S3", "Stroke Level Three Ribbon");
		addOption(document.drop_list.skill_3,"A1", "Adult Level One Ribbon");
		addOption(document.drop_list.skill_3,"A2", "Adult Level Two Ribbon");
		addOption(document.drop_list.skill_3,"Gold", "Gold Award");
	}

	if(document.drop_list.type_3.value == 'CR')
	{
		addOption(document.drop_list.skill_3,"Baby", "Baby Ribbon");
		addOption(document.drop_list.skill_3,"B1", "Beginner One Ribbon");
		addOption(document.drop_list.skill_3,"B2", "Beginner Two Ribbon");
		addOption(document.drop_list.skill_3,"B3", "Beginner Three Ribbon");
		addOption(document.drop_list.skill_3,"I1", "Intermediate One Ribbon");
		addOption(document.drop_list.skill_1,"I2", "Intermediate Two Ribbon");
		addOption(document.drop_list.skill_3,"S1", "Stroke Level One Ribbon");
		addOption(document.drop_list.skill_3,"S2", "Stroke Level Two Ribbon");
		addOption(document.drop_list.skill_3,"S3", "Stroke Level Three Ribbon");
		addOption(document.drop_list.skill_3,"A1", "Adult Level One Ribbon");
		addOption(document.drop_list.skill_3,"A2", "Adult Level Two Ribbon");
		addOption(document.drop_list.skill_3,"Gold", "Gold Award");
	}
}

function SelectSubCat_4()
{
	// ON selection of type_4 this function will work
	removeAllOptions(document.drop_list.skill_4);
	addOption(document.drop_list.skill_4, "Select One", "Select One", "");

	if(document.drop_list.type_4.value == 'NS')
	{
		addOption(document.drop_list.skill_4,"No water experience", "I don't have any water experience");
		addOption(document.drop_list.skill_4,"Comfortable in water", "I'm comfortable in the water");
		addOption(document.drop_list.skill_4,"Face in water", "I can put my face in the water");
		addOption(document.drop_list.skill_4,"Breathe while swimming", "I can breathe while swimming without standing");
		addOption(document.drop_list.skill_4,"Swim on back", "I can swim on my back");
		addOption(document.drop_list.skill_4,"Pick up ring", "I can pick up a ring from the bottom of the pool");
		addOption(document.drop_list.skill_4,"Can dolphin", "I can dolphin across the pool width");
		addOption(document.drop_list.skill_4,"Freestyle and backstroke", "I can do freestyle and backstroke");
		addOption(document.drop_list.skill_4,"Side breathing", "I can do freestyle with side breathing");
	}
	
	if(document.drop_list.type_4.value == 'RS')
	{
		addOption(document.drop_list.skill_4,"Baby", "Baby Ribbon");
		addOption(document.drop_list.skill_4,"B1", "Beginner One Ribbon");
		addOption(document.drop_list.skill_4,"B1/B2", "Beginner One/Two Ribbon");
		addOption(document.drop_list.skill_4,"B2", "Beginner Two Ribbon");
		addOption(document.drop_list.skill_4,"B2/B3", "Beginner Two/Three Ribbon");
		addOption(document.drop_list.skill_4,"B3", "Beginner Three Ribbon");
		addOption(document.drop_list.skill_4,"B3/I1", "Beginner Three/Intermediate One Ribbon");
		addOption(document.drop_list.skill_4,"I1", "Intermediate One Ribbon");
		addOption(document.drop_list.skill_4,"I1/I2", "Intermediate One/Two Ribbon");
		addOption(document.drop_list.skill_4,"I2", "Intermediate Two Ribbon");
		addOption(document.drop_list.skill_4,"S1", "Stroke One Ribbon");
		addOption(document.drop_list.skill_4,"S2", "Stroke Two Ribbon");
		addOption(document.drop_list.skill_4,"S2/S3", "Stroke Two/Three Ribbon");
		addOption(document.drop_list.skill_4,"S3", "Stroke Three Ribbon");
		addOption(document.drop_list.skill_4,"A1", "Adult One Ribbon");
		addOption(document.drop_list.skill_4,"A1/A2", "Adult One/Two Ribbon");
		addOption(document.drop_list.skill_4,"A2", "Adult Two Ribbon");
		addOption(document.drop_list.skill_4,"Gold", "Gold Award");
		addOption(document.drop_list.skill_4,"Enrolled", "Enrolled");				
	}

	if(document.drop_list.type_4.value == 'CR')
	{
		addOption(document.drop_list.skill_4,"Baby", "Baby Ribbon");
		addOption(document.drop_list.skill_4,"B1", "Beginner One Ribbon");
		addOption(document.drop_list.skill_4,"B1/B2", "Beginner One/Two Ribbon");
		addOption(document.drop_list.skill_4,"B2", "Beginner Two Ribbon");
		addOption(document.drop_list.skill_4,"B2/B3", "Beginner Two/Three Ribbon");
		addOption(document.drop_list.skill_4,"B3", "Beginner Three Ribbon");
		addOption(document.drop_list.skill_4,"B3/I1", "Beginner Three/Intermediate One Ribbon");
		addOption(document.drop_list.skill_4,"I1", "Intermediate One Ribbon");
		addOption(document.drop_list.skill_4,"I1/I2", "Intermediate One/Two Ribbon");
		addOption(document.drop_list.skill_4,"I2", "Intermediate Two Ribbon");
		addOption(document.drop_list.skill_4,"S1", "Stroke One Ribbon");
		addOption(document.drop_list.skill_4,"S2", "Stroke Two Ribbon");
		addOption(document.drop_list.skill_4,"S2/S3", "Stroke Two/Three Ribbon");
		addOption(document.drop_list.skill_4,"S3", "Stroke Three Ribbon");
		addOption(document.drop_list.skill_4,"A1", "Adult One Ribbon");
		addOption(document.drop_list.skill_4,"A1/A2", "Adult One/Two Ribbon");
		addOption(document.drop_list.skill_4,"A2", "Adult Two Ribbon");
		addOption(document.drop_list.skill_4,"Gold", "Gold Award");
		addOption(document.drop_list.skill_4,"Enrolled", "Enrolled");				
	}
}

function SelectDateSubCat_1()
{
	// ON selection of type_1 this function will work
	removeAllOptions(document.drop_list.first_choice_time_1);
	addOption(document.drop_list.first_choice_time_1, "Select One", "Select One", "");

	if(document.drop_list.first_choice_day_1.value == 'Monday')
	{
		addOption(document.drop_list.first_choice_time_1,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.first_choice_time_1,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.first_choice_time_1,"5:30 pm to 8:30 pm", "5:30 pm to 8:30 pm");
	}
	
	if(document.drop_list.first_choice_day_1.value == 'Tuesday')
	{
		addOption(document.drop_list.first_choice_time_1,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.first_choice_time_1,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.first_choice_time_1,"5:30 pm to 8:30 pm", "5:30 pm to 8:30 pm");
	}

	if(document.drop_list.first_choice_day_1.value == 'Wednesday')
	{
		addOption(document.drop_list.first_choice_time_1,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.first_choice_time_1,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.first_choice_time_1,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.first_choice_time_1,"5:30 pm to 8:00 pm", "5:30 pm to 8:00 pm");
	}
	
	if(document.drop_list.first_choice_day_1.value == 'Thursday')
	{
		addOption(document.drop_list.first_choice_time_1,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.first_choice_time_1,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.first_choice_time_1,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.first_choice_time_1,"5:30 pm to 8:00 pm", "5:30 pm to 8:00 pm");
	}
	
	if(document.drop_list.first_choice_day_1.value == 'Friday')
	{
		addOption(document.drop_list.first_choice_time_1,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.first_choice_time_1,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.first_choice_time_1,"3:30 pm to 5:00 pm", "3:30 pm to 5:00 pm");
	}
	
	if(document.drop_list.first_choice_day_1.value == 'Saturday')
	{
		addOption(document.drop_list.first_choice_time_1,"8:00 am to 10:00 am", "8:00 am to 10:00 am");
		addOption(document.drop_list.first_choice_time_1,"10:00 am to 12:00 pm", "10:00 am to 12:00 pm");
		addOption(document.drop_list.first_choice_time_1,"12:00 pm to 2:00 pm", "12:00 pm to 2:00 pm");
		addOption(document.drop_list.first_choice_time_1,"2:00 pm to 5:00 pm", "2:00 pm to 5:00 pm");
	}
	
	if(document.drop_list.first_choice_day_1.value == 'Sunday')
	{
		addOption(document.drop_list.first_choice_time_1,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.first_choice_time_1,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
	}
}

function SelectDateSubCat_2()
{
	// ON selection of type_1 this function will work
	removeAllOptions(document.drop_list.second_choice_time_1);
	addOption(document.drop_list.second_choice_time_1, "Select One", "Select One", "");

	if(document.drop_list.second_choice_day_1.value == 'Monday')
	{
		addOption(document.drop_list.second_choice_time_1,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.second_choice_time_1,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.second_choice_time_1,"5:30 pm to 8:30 pm", "5:30 pm to 8:30 pm");
	}
	
	if(document.drop_list.second_choice_day_1.value == 'Tuesday')
	{
		addOption(document.drop_list.second_choice_time_1,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.second_choice_time_1,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.second_choice_time_1,"5:30 pm to 8:30 pm", "5:30 pm to 8:30 pm");
	}

	if(document.drop_list.second_choice_day_1.value == 'Wednesday')
	{
		addOption(document.drop_list.second_choice_time_1,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.second_choice_time_1,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.second_choice_time_1,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.second_choice_time_1,"5:30 pm to 8:00 pm", "5:30 pm to 8:00 pm");
	}
	
	if(document.drop_list.second_choice_day_1.value == 'Thursday')
	{
		addOption(document.drop_list.second_choice_time_1,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.second_choice_time_1,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.second_choice_time_1,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.second_choice_time_1,"5:30 pm to 8:00 pm", "5:30 pm to 8:00 pm");
	}
	
	if(document.drop_list.second_choice_day_1.value == 'Friday')
	{
		addOption(document.drop_list.second_choice_time_1,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.second_choice_time_1,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.second_choice_time_1,"3:30 pm to 5:00 pm", "3:30 pm to 5:00 pm");
	}
	
	if(document.drop_list.second_choice_day_1.value == 'Saturday')
	{
		addOption(document.drop_list.second_choice_time_1,"8:00 am to 10:00 am", "8:00 am to 10:00 am");
		addOption(document.drop_list.second_choice_time_1,"10:00 am to 12:00 pm", "10:00 am to 12:00 pm");
		addOption(document.drop_list.second_choice_time_1,"12:00 pm to 2:00 pm", "12:00 pm to 2:00 pm");
		addOption(document.drop_list.second_choice_time_1,"2:00 pm to 5:00 pm", "2:00 pm to 5:00 pm");
	}
	
	if(document.drop_list.second_choice_day_1.value == 'Sunday')
	{
		addOption(document.drop_list.second_choice_time_1,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.second_choice_time_1,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
	}
}

function SelectDateSubCat_3()
{
	// ON selection of type_1 this function will work
	removeAllOptions(document.drop_list.third_choice_time_1);
	addOption(document.drop_list.third_choice_time_1, "Select One", "Select One", "");

	if(document.drop_list.third_choice_day_1.value == 'Monday')
	{
		addOption(document.drop_list.third_choice_time_1,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.third_choice_time_1,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.third_choice_time_1,"5:30 pm to 8:30 pm", "5:30 pm to 8:30 pm");
	}
	
	if(document.drop_list.third_choice_day_1.value == 'Tuesday')
	{
		addOption(document.drop_list.third_choice_time_1,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.third_choice_time_1,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.third_choice_time_1,"5:30 pm to 8:30 pm", "5:30 pm to 8:30 pm");
	}

	if(document.drop_list.third_choice_day_1.value == 'Wednesday')
	{
		addOption(document.drop_list.third_choice_time_1,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.third_choice_time_1,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.third_choice_time_1,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.third_choice_time_1,"5:30 pm to 8:00 pm", "5:30 pm to 8:00 pm");
	}
	
	if(document.drop_list.third_choice_day_1.value == 'Thursday')
	{
		addOption(document.drop_list.third_choice_time_1,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.third_choice_time_1,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.third_choice_time_1,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.third_choice_time_1,"5:30 pm to 8:00 pm", "5:30 pm to 8:00 pm");
	}
	
	if(document.drop_list.third_choice_day_1.value == 'Friday')
	{
		addOption(document.drop_list.third_choice_time_1,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.third_choice_time_1,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.third_choice_time_1,"3:30 pm to 5:00 pm", "3:30 pm to 5:00 pm");
	}
	
	if(document.drop_list.third_choice_day_1.value == 'Saturday')
	{
		addOption(document.drop_list.third_choice_time_1,"8:00 am to 10:00 am", "8:00 am to 10:00 am");
		addOption(document.drop_list.third_choice_time_1,"10:00 am to 12:00 pm", "10:00 am to 12:00 pm");
		addOption(document.drop_list.third_choice_time_1,"12:00 pm to 2:00 pm", "12:00 pm to 2:00 pm");
		addOption(document.drop_list.third_choice_time_1,"2:00 pm to 5:00 pm", "2:00 pm to 5:00 pm");
	}
	
	if(document.drop_list.third_choice_day_1.value == 'Sunday')
	{
		addOption(document.drop_list.third_choice_time_1,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.third_choice_time_1,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
	}
}

function SelectDateSubCat_4()
{
	// ON selection of type_1 this function will work
	removeAllOptions(document.drop_list.first_choice_time_2);
	addOption(document.drop_list.first_choice_time_2, "Select One", "Select One", "");

	if(document.drop_list.first_choice_day_2.value == 'Monday')
	{
		addOption(document.drop_list.first_choice_time_2,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.first_choice_time_2,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.first_choice_time_2,"5:30 pm to 8:30 pm", "5:30 pm to 8:30 pm");
	}
	
	if(document.drop_list.first_choice_day_2.value == 'Tuesday')
	{
		addOption(document.drop_list.first_choice_time_2,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.first_choice_time_2,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.first_choice_time_2,"5:30 pm to 8:30 pm", "5:30 pm to 8:30 pm");
	}

	if(document.drop_list.first_choice_day_2.value == 'Wednesday')
	{
		addOption(document.drop_list.first_choice_time_2,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.first_choice_time_2,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.first_choice_time_2,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.first_choice_time_2,"5:30 pm to 8:00 pm", "5:30 pm to 8:00 pm");
	}
	
	if(document.drop_list.first_choice_day_2.value == 'Thursday')
	{
		addOption(document.drop_list.first_choice_time_2,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.first_choice_time_2,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.first_choice_time_2,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.first_choice_time_2,"5:30 pm to 8:00 pm", "5:30 pm to 8:00 pm");
	}
	
	if(document.drop_list.first_choice_day_2.value == 'Friday')
	{
		addOption(document.drop_list.first_choice_time_2,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.first_choice_time_2,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.first_choice_time_2,"3:30 pm to 5:00 pm", "3:30 pm to 5:00 pm");
	}
	
	if(document.drop_list.first_choice_day_2.value == 'Saturday')
	{
		addOption(document.drop_list.first_choice_time_2,"8:00 am to 10:00 am", "8:00 am to 10:00 am");
		addOption(document.drop_list.first_choice_time_2,"10:00 am to 12:00 pm", "10:00 am to 12:00 pm");
		addOption(document.drop_list.first_choice_time_2,"12:00 pm to 2:00 pm", "12:00 pm to 2:00 pm");
		addOption(document.drop_list.first_choice_time_2,"2:00 pm to 5:00 pm", "2:00 pm to 5:00 pm");
	}
	
	if(document.drop_list.first_choice_day_2.value == 'Sunday')
	{
		addOption(document.drop_list.first_choice_time_2,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.first_choice_time_2,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
	}
}

function SelectDateSubCat_5()
{
	// ON selection of type_1 this function will work
	removeAllOptions(document.drop_list.second_choice_time_2);
	addOption(document.drop_list.second_choice_time_2, "Select One", "Select One", "");

	if(document.drop_list.second_choice_day_2.value == 'Monday')
	{
		addOption(document.drop_list.second_choice_time_2,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.second_choice_time_2,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.second_choice_time_2,"5:30 pm to 8:30 pm", "5:30 pm to 8:30 pm");
	}
	
	if(document.drop_list.second_choice_day_2.value == 'Tuesday')
	{
		addOption(document.drop_list.second_choice_time_2,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.second_choice_time_2,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.second_choice_time_2,"5:30 pm to 8:30 pm", "5:30 pm to 8:30 pm");
	}

	if(document.drop_list.second_choice_day_2.value == 'Wednesday')
	{
		addOption(document.drop_list.second_choice_time_2,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.second_choice_time_2,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.second_choice_time_2,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.second_choice_time_2,"5:30 pm to 8:00 pm", "5:30 pm to 8:00 pm");
	}
	
	if(document.drop_list.second_choice_day_2.value == 'Thursday')
	{
		addOption(document.drop_list.second_choice_time_2,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.second_choice_time_2,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.second_choice_time_2,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.second_choice_time_2,"5:30 pm to 8:00 pm", "5:30 pm to 8:00 pm");
	}
	
	if(document.drop_list.second_choice_day_2.value == 'Friday')
	{
		addOption(document.drop_list.second_choice_time_2,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.second_choice_time_2,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.second_choice_time_2,"3:30 pm to 5:00 pm", "3:30 pm to 5:00 pm");
	}
	
	if(document.drop_list.second_choice_day_2.value == 'Saturday')
	{
		addOption(document.drop_list.second_choice_time_2,"8:00 am to 10:00 am", "8:00 am to 10:00 am");
		addOption(document.drop_list.second_choice_time_2,"10:00 am to 12:00 pm", "10:00 am to 12:00 pm");
		addOption(document.drop_list.second_choice_time_2,"12:00 pm to 2:00 pm", "12:00 pm to 2:00 pm");
		addOption(document.drop_list.second_choice_time_2,"2:00 pm to 5:00 pm", "2:00 pm to 5:00 pm");
	}
	
	if(document.drop_list.second_choice_day_2.value == 'Sunday')
	{
		addOption(document.drop_list.second_choice_time_2,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.second_choice_time_2,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
	}
}

function SelectDateSubCat_6()
{
	// ON selection of type_1 this function will work
	removeAllOptions(document.drop_list.third_choice_time_2);
	addOption(document.drop_list.third_choice_time_2, "Select One", "Select One", "");

	if(document.drop_list.third_choice_day_2.value == 'Monday')
	{
		addOption(document.drop_list.third_choice_time_2,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.third_choice_time_2,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.third_choice_time_2,"5:30 pm to 8:30 pm", "5:30 pm to 8:30 pm");
	}
	
	if(document.drop_list.third_choice_day_2.value == 'Tuesday')
	{
		addOption(document.drop_list.third_choice_time_2,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.third_choice_time_2,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.third_choice_time_2,"5:30 pm to 8:30 pm", "5:30 pm to 8:30 pm");
	}

	if(document.drop_list.third_choice_day_2.value == 'Wednesday')
	{
		addOption(document.drop_list.third_choice_time_2,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.third_choice_time_2,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.third_choice_time_2,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.third_choice_time_2,"5:30 pm to 8:00 pm", "5:30 pm to 8:00 pm");
	}
	
	if(document.drop_list.third_choice_day_2.value == 'Thursday')
	{
		addOption(document.drop_list.third_choice_time_2,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.third_choice_time_2,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.third_choice_time_2,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.third_choice_time_2,"5:30 pm to 8:00 pm", "5:30 pm to 8:00 pm");
	}
	
	if(document.drop_list.third_choice_day_2.value == 'Friday')
	{
		addOption(document.drop_list.third_choice_time_2,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.third_choice_time_2,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.third_choice_time_2,"3:30 pm to 5:00 pm", "3:30 pm to 5:00 pm");
	}
	
	if(document.drop_list.third_choice_day_2.value == 'Saturday')
	{
		addOption(document.drop_list.third_choice_time_2,"8:00 am to 10:00 am", "8:00 am to 10:00 am");
		addOption(document.drop_list.third_choice_time_2,"10:00 am to 12:00 pm", "10:00 am to 12:00 pm");
		addOption(document.drop_list.third_choice_time_2,"12:00 pm to 2:00 pm", "12:00 pm to 2:00 pm");
		addOption(document.drop_list.third_choice_time_2,"2:00 pm to 5:00 pm", "2:00 pm to 5:00 pm");
	}
	
	if(document.drop_list.third_choice_day_2.value == 'Sunday')
	{
		addOption(document.drop_list.third_choice_time_2,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.third_choice_time_2,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
	}
}

function SelectDateSubCat_7()
{
	// ON selection of type_1 this function will work
	removeAllOptions(document.drop_list.first_choice_time_3);
	addOption(document.drop_list.first_choice_time_3, "Select One", "Select One", "");

	if(document.drop_list.first_choice_day_3.value == 'Monday')
	{
		addOption(document.drop_list.first_choice_time_3,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.first_choice_time_3,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.first_choice_time_3,"5:30 pm to 8:30 pm", "5:30 pm to 8:30 pm");
	}
	
	if(document.drop_list.first_choice_day_3.value == 'Tuesday')
	{
		addOption(document.drop_list.first_choice_time_3,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.first_choice_time_3,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.first_choice_time_3,"5:30 pm to 8:30 pm", "5:30 pm to 8:30 pm");
	}

	if(document.drop_list.first_choice_day_3.value == 'Wednesday')
	{
		addOption(document.drop_list.first_choice_time_3,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.first_choice_time_3,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.first_choice_time_3,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.first_choice_time_3,"5:30 pm to 8:00 pm", "5:30 pm to 8:00 pm");
	}
	
	if(document.drop_list.first_choice_day_3.value == 'Thursday')
	{
		addOption(document.drop_list.first_choice_time_3,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.first_choice_time_3,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.first_choice_time_3,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.first_choice_time_3,"5:30 pm to 8:00 pm", "5:30 pm to 8:00 pm");
	}
	
	if(document.drop_list.first_choice_day_3.value == 'Friday')
	{
		addOption(document.drop_list.first_choice_time_3,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.first_choice_time_3,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.first_choice_time_3,"3:30 pm to 5:00 pm", "3:30 pm to 5:00 pm");
	}
	
	if(document.drop_list.first_choice_day_3.value == 'Saturday')
	{
		addOption(document.drop_list.first_choice_time_3,"8:00 am to 10:00 am", "8:00 am to 10:00 am");
		addOption(document.drop_list.first_choice_time_3,"10:00 am to 12:00 pm", "10:00 am to 12:00 pm");
		addOption(document.drop_list.first_choice_time_3,"12:00 pm to 2:00 pm", "12:00 pm to 2:00 pm");
		addOption(document.drop_list.first_choice_time_3,"2:00 pm to 5:00 pm", "2:00 pm to 5:00 pm");
	}
	
	if(document.drop_list.first_choice_day_3.value == 'Sunday')
	{
		addOption(document.drop_list.first_choice_time_3,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.first_choice_time_3,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
	}
}

function SelectDateSubCat_8()
{
	// ON selection of type_1 this function will work
	removeAllOptions(document.drop_list.second_choice_time_3);
	addOption(document.drop_list.second_choice_time_3, "Select One", "Select One", "");

	if(document.drop_list.second_choice_day_3.value == 'Monday')
	{
		addOption(document.drop_list.second_choice_time_3,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.second_choice_time_3,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.second_choice_time_3,"5:30 pm to 8:30 pm", "5:30 pm to 8:30 pm");
	}
	
	if(document.drop_list.second_choice_day_3.value == 'Tuesday')
	{
		addOption(document.drop_list.second_choice_time_3,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.second_choice_time_3,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.second_choice_time_3,"5:30 pm to 8:30 pm", "5:30 pm to 8:30 pm");
	}

	if(document.drop_list.second_choice_day_3.value == 'Wednesday')
	{
		addOption(document.drop_list.second_choice_time_3,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.second_choice_time_3,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.second_choice_time_3,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.second_choice_time_3,"5:30 pm to 8:00 pm", "5:30 pm to 8:00 pm");
	}
	
	if(document.drop_list.second_choice_day_3.value == 'Thursday')
	{
		addOption(document.drop_list.second_choice_time_3,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.second_choice_time_3,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.second_choice_time_3,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.second_choice_time_3,"5:30 pm to 8:00 pm", "5:30 pm to 8:00 pm");
	}
	
	if(document.drop_list.second_choice_day_3.value == 'Friday')
	{
		addOption(document.drop_list.second_choice_time_3,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.second_choice_time_3,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.second_choice_time_3,"3:30 pm to 5:00 pm", "3:30 pm to 5:00 pm");
	}
	
	if(document.drop_list.second_choice_day_3.value == 'Saturday')
	{
		addOption(document.drop_list.second_choice_time_3,"8:00 am to 10:00 am", "8:00 am to 10:00 am");
		addOption(document.drop_list.second_choice_time_3,"10:00 am to 12:00 pm", "10:00 am to 12:00 pm");
		addOption(document.drop_list.second_choice_time_3,"12:00 pm to 2:00 pm", "12:00 pm to 2:00 pm");
		addOption(document.drop_list.second_choice_time_3,"2:00 pm to 5:00 pm", "2:00 pm to 5:00 pm");
	}
	
	if(document.drop_list.second_choice_day_3.value == 'Sunday')
	{
		addOption(document.drop_list.second_choice_time_3,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.second_choice_time_3,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
	}
}

function SelectDateSubCat_9()
{
	// ON selection of type_1 this function will work
	removeAllOptions(document.drop_list.third_choice_time_3);
	addOption(document.drop_list.third_choice_time_3, "Select One", "Select One", "");

	if(document.drop_list.third_choice_day_3.value == 'Monday')
	{
		addOption(document.drop_list.third_choice_time_3,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.third_choice_time_3,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.third_choice_time_3,"5:30 pm to 8:30 pm", "5:30 pm to 8:30 pm");
	}
	
	if(document.drop_list.third_choice_day_3.value == 'Tuesday')
	{
		addOption(document.drop_list.third_choice_time_3,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.third_choice_time_3,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.third_choice_time_3,"5:30 pm to 8:30 pm", "5:30 pm to 8:30 pm");
	}

	if(document.drop_list.third_choice_day_3.value == 'Wednesday')
	{
		addOption(document.drop_list.third_choice_time_3,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.third_choice_time_3,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.third_choice_time_3,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.third_choice_time_3,"5:30 pm to 8:00 pm", "5:30 pm to 8:00 pm");
	}
	
	if(document.drop_list.third_choice_day_3.value == 'Thursday')
	{
		addOption(document.drop_list.third_choice_time_3,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.third_choice_time_3,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.third_choice_time_3,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
		addOption(document.drop_list.third_choice_time_3,"5:30 pm to 8:00 pm", "5:30 pm to 8:00 pm");
	}
	
	if(document.drop_list.third_choice_day_3.value == 'Friday')
	{
		addOption(document.drop_list.third_choice_time_3,"8:45 am to 12:00 pm", "8:45 am to 12:00 pm");
		addOption(document.drop_list.third_choice_time_3,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.third_choice_time_3,"3:30 pm to 5:00 pm", "3:30 pm to 5:00 pm");
	}
	
	if(document.drop_list.third_choice_day_3.value == 'Saturday')
	{
		addOption(document.drop_list.third_choice_time_3,"8:00 am to 10:00 am", "8:00 am to 10:00 am");
		addOption(document.drop_list.third_choice_time_3,"10:00 am to 12:00 pm", "10:00 am to 12:00 pm");
		addOption(document.drop_list.third_choice_time_3,"12:00 pm to 2:00 pm", "12:00 pm to 2:00 pm");
		addOption(document.drop_list.third_choice_time_3,"2:00 pm to 5:00 pm", "2:00 pm to 5:00 pm");
	}
	
	if(document.drop_list.third_choice_day_3.value == 'Sunday')
	{
		addOption(document.drop_list.third_choice_time_3,"1:30 pm to 3:30 pm", "1:30 pm to 3:30 pm");
		addOption(document.drop_list.third_choice_time_3,"3:30 pm to 5:30 pm", "3:30 pm to 5:30 pm");
	}
}

function removeAllOptions(selectbox)
{
	var i;
	for(i=selectbox.options.length - 1;i >= 0;i--)
	{
		//selectbox.options.remove(i);
		selectbox.remove(i);
	}
}

function addOption(selectbox, value, text )
{
	var optn = document.createElement("OPTION");
	optn.text = text;
	optn.value = value;
	selectbox.options.add(optn);
}
