function Modelselector() {
	var modelLink = document.Modelname.URLs.selectedIndex;
	document.Modelname.URLs.selectedIndex = "0";
	if(modelLink > "0"){
	top.location.href = document.Modelname.URLs.options[modelLink].value;
	}
}


function Countryselector() {
	var countryLink = document.Countryname.URLs.selectedIndex;
	document.Countryname.URLs.selectedIndex = "0";
	if(countryLink > "0"){
	top.location.href = document.Countryname.URLs.options[countryLink].value;
	}
}


function Ageselector() {
	var ageLink = document.Agename.URLs.selectedIndex;
	document.Agename.URLs.selectedIndex = "0";
	if(ageLink > "0"){
	top.location.href = document.Agename.URLs.options[ageLink].value;
	}
}


function Hairselector() {
	var hairLink = document.Hairname.URLs.selectedIndex;
	document.Hairname.URLs.selectedIndex = "0";
	if(hairLink > "0"){
	top.location.href = document.Hairname.URLs.options[hairLink].value;
	}
}


function Braselector() {
	var braLink = document.Braname.URLs.selectedIndex;
	document.Braname.URLs.selectedIndex = "0";
	if(braLink > "0"){
	top.location.href = document.Braname.URLs.options[braLink].value;
	}
}
