function removeAllOptions(selectbox)
{
	var i;
	for(i=selectbox.options.length-1;i>=0;i--)
	{
		selectbox.remove(i);
	}
}


function addOption(selectbox, value, text )
{
	var optn = document.createElement("OPTION");
	optn.text = text;
	optn.value = value;

	selectbox.options.add(optn);
}


function gotolink(what){
var selectedopt=what.options[what.selectedIndex]
if (document.getElementById && selectedopt.getAttribute("target")=="newwin")
window.open(selectedopt.value)
else
window.location=selectedopt.value
}

function popoptions(){
<!-- Form #1


addOption(document.DropList1.Search1, "Fort Lauderdale", "Fort Lauderdale", "Fort Lauderdale");
addOption(document.DropList1.Search1, "Miami", "Miami", "Miami");

<!-- Form #2 -->

addOption(document.DropList2.Search2, "Accessory Design", "Accessory Design", "Accessory Design");
addOption(document.DropList2.Search2, "Advertising", "Advertising", "Advertising");
addOption(document.DropList2.Search2, "Animation Art & Design", "Animation Art & Design", "Animation Art & Design");
addOption(document.DropList2.Search2, "Applied Photography", "Applied Photography", "Applied Photography");
addOption(document.DropList2.Search2, "Broadcasting", "Broadcasting", "Broadcasting");
addOption(document.DropList2.Search2, "Computer Animation", "Computer Animation", "Computer Animation");
addOption(document.DropList2.Search2, "Culinary Arts", "Culinary Arts", "Culinary Arts");
addOption(document.DropList2.Search2, "Culinary Arts Mgmt.", "Culinary Arts Mgmt.", "Culinary Arts Mgmt.");
addOption(document.DropList2.Search2, "Digital Filmmaking & Video...", "Digital Filmmaking & Video...", "Digital Filmmaking & Video...");
addOption(document.DropList2.Search2, "Fashion Design", "Fashion Design", "Fashion Design");
addOption(document.DropList2.Search2, "Fashion Merch.", "Fashion Merch.", "Fashion Merch.");
addOption(document.DropList2.Search2, "Film", "Film", "Film");
addOption(document.DropList2.Search2, "Film & Digital Production", "Film & Digital Production", "Film & Digital Production");
addOption(document.DropList2.Search2, "Game & Art Design", "Game & Art Design", "Game & Art Design");
addOption(document.DropList2.Search2, "Graphic & Desktop Design", "Graphic & Desktop Design", "Graphic & Desktop Design");
addOption(document.DropList2.Search2, "Graphic Design", "Graphic Design", "Graphic Design");
addOption(document.DropList2.Search2, "Home Furnishings Merch.", "Home Furnishings Merch.", "Home Furnishings Merch.");
addOption(document.DropList2.Search2, "Illustration", "Illustration", "Illustration");
addOption(document.DropList2.Search2, "Industrial Design", "Industrial Design", "Industrial Design");
addOption(document.DropList2.Search2, "Web Design & Interactive Media", "Web Design & Interactive Media", "Web Design & Interactive Media");
addOption(document.DropList2.Search2, "Interior Design", "Interior Design", "Interior Design");
addOption(document.DropList2.Search2, "Kitchen & Bath Design", "Kitchen & Bath Design", "Kitchen & Bath Design");
addOption(document.DropList2.Search2, "Media Arts & Animation", "Media Arts & Animation", "Media Arts & Animation");
addOption(document.DropList2.Search2, "Photography", "Photography", "Photography");
addOption(document.DropList2.Search2, "Residential Design", "Residential Design", "Residential Design");
addOption(document.DropList2.Search2, "The Art of Cooking", "The Art of Cooking", "The Art of Cooking");
addOption(document.DropList2.Search2, "Video Production", "Video Production", "Video Production");
addOption(document.DropList2.Search2, "Visual & Entertainment Arts", "Visual & Entertainment Arts", "Visual & Entertainment Arts");
addOption(document.DropList2.Search2, "Visual Arts", "Visual Arts", "Visual Arts");
addOption(document.DropList2.Search2, "Visual FX & Motion Graphics", "Visual FX & Motion Graphics", "Visual FX & Motion Graphics");
}


<!-- Form #1 -->
function SelectChoice(){
	removeAllOptions(document.DropList1.Choice1);
	if(document.DropList1.Search1.value == ''){
	addOption(document.DropList1.Choice1, "2. Choose an Area of Study", "2. Choose an Area of Study", "2. Choose an Area of Study");
	}

<!-- FORT LAUDERDALE -->
	if(document.DropList1.Search1.value == 'Fort Lauderdale'){
	addOption(document.DropList1.Choice1,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale", "Culinary Arts");
	addOption(document.DropList1.Choice1,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale", "Design");
	addOption(document.DropList1.Choice1,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale", "Fashion");
	addOption(document.DropList1.Choice1,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale", "Media Arts");
	}
<!-- MIAMI -->
	if(document.DropList1.Search1.value == 'Miami'){
	addOption(document.DropList1.Choice1,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=miami", "Design");
	addOption(document.DropList1.Choice1,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=miami", "Fashion");
	addOption(document.DropList1.Choice1,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=miami", "Media Arts");
	}
}


<!-- Form #2 -->
function SelectChoice2(){
	removeAllOptions(document.DropList2.Choice2);
	if(document.DropList2.Search2.value == ''){
	addOption(document.DropList2.Choice2, "2. Choose a Location", "2. Choose a Location", "2. Choose a Location");
	}
	if(document.DropList2.Search2.value == 'Accessory Design'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=miami&program=ACD", "Miami");
	}

	
	if(document.DropList2.Search2.value == 'Advertising'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=ADV", "Fort Lauderdale");
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=miami&program=ADV", "Miami");
	}
	
	if(document.DropList2.Search2.value == 'Animation Art & Design'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=AAD", "Fort Lauderdale");
	}
	
	if(document.DropList2.Search2.value == 'Applied Photography'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=PH", "Fort Lauderdale");
	}
	
	if(document.DropList2.Search2.value == 'Baking & Pastry'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=BP", "Fort Lauderdale");
	}
	
	if(document.DropList2.Search2.value == 'Broadcasting'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=BC", "Fort Lauderdale");
	}
	
	if(document.DropList2.Search2.value == 'Computer Animation'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=miami&program=MAA", "Miami");
	}
	
	if(document.DropList2.Search2.value == 'Culinary Arts'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=CUL", "Fort Lauderdale");
	}
	
	if(document.DropList2.Search2.value == 'Culinary Arts Mgmt.'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=CM", "Fort Lauderdale");
	}

	if(document.DropList2.Search2.value == 'Digital Filmmaking & Video...'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=DFV", "Fort Lauderdale");
	}

	if(document.DropList2.Search2.value == 'Fashion Design'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=FD", "Fort Lauderdale");
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=miami&program=FD", "Miami");
	}

	if(document.DropList2.Search2.value == 'Fashion Merch.'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=FM", "Fort Lauderdale");
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=miami&program=FM", "Miami");
	}
	
	if(document.DropList2.Search2.value == 'Film'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=miami&program=FLMA", "Miami");
	}
	
	if(document.DropList2.Search2.value == 'Film & Digital Production'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=miami&program=FL", "Miami");
	}
	
	if(document.DropList2.Search2.value == 'Game & Art Design'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=GAD", "Fort Lauderdale");
	}
	
	if(document.DropList2.Search2.value == 'Graphic & Desktop Design'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=GDD", "Fort Lauderdale");
	}
	
	if(document.DropList2.Search2.value == 'Graphic Design'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=GD", "Fort Lauderdale");
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=miami&program=GD", "Miami");
	}
	
	if(document.DropList2.Search2.value == 'Home Furnishings Merch.'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=miami&program=HFM", "Miami");
	}

	if(document.DropList2.Search2.value == 'Illustration'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=ILD", "Fort Lauderdale");
	}
	
	if(document.DropList2.Search2.value == 'Industrial Design'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=IDT", "Fort Lauderdale");
	}

	
	if(document.DropList2.Search2.value == 'Web Design & Interactive Media'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=IMD", "Fort Lauderdale");
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=miami&program=IMD", "Miami");
	}
	
	if(document.DropList2.Search2.value == 'Interior Design'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=ID", "Fort Lauderdale");
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=miami&program=ID", "Miami");
	}
	
	if(document.DropList2.Search2.value == 'Kitchen & Bath Design'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=miami&program=KBD", "Miami");
	}
	
	if(document.DropList2.Search2.value == 'Media Arts & Animation'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=MAA", "Fort Lauderdale");
	}
	
	if(document.DropList2.Search2.value == 'Photography'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=PHBA", "Fort Lauderdale");
	}
	
	if(document.DropList2.Search2.value == 'Residential Design'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=RD", "Fort Lauderdale");
	}

	if(document.DropList2.Search2.value == 'The Art of Cooking'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=AC", "Fort Lauderdale");
	}
	
	if(document.DropList2.Search2.value == 'Video Production'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=VP", "Fort Lauderdale");
	}
	
	if(document.DropList2.Search2.value == 'Visual & Entertainment Arts'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=miami&program=VA", "Miami");
	}
	
	if(document.DropList2.Search2.value == 'Visual Arts'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=miami&program=VAMA", "Miami");
	}
	
	if(document.DropList2.Search2.value == 'Visual FX & Motion Graphics'){
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=fortlauderdale&program=VEMG", "Fort Lauderdale");
	addOption(document.DropList2.Choice2,"http://internationalstudents.wherecreativitygoestoschool.com/request_more_info_1.aspx?school=miami&program=VEMG", "Miami");
	}
}