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;
	}
}
function Modelselector1() {
	var modelLink = document.Modelname1.URLs1.selectedIndex;
	document.Modelname1.URLs1.selectedIndex = "0";
	if(modelLink > "0"){
	top.location.href = document.Modelname1.URLs1.options[modelLink].value;
	}
}


function Countryselector1() {
	var countryLink = document.Countryname1.URLs1.selectedIndex;
	document.Countryname1.URLs1.selectedIndex = "0";
	if(countryLink > "0"){
	top.location.href = document.Countryname1.URLs1.options[countryLink].value;
	}
}


function Ageselector1() {
	var ageLink = document.Agename1.URLs1.selectedIndex;
	document.Agename1.URLs1.selectedIndex = "0";
	if(ageLink > "0"){
	top.location.href = document.Agename1.URLs1.options[ageLink].value;
	}
}


function Hairselector1() {
	var hairLink = document.Hairname1.URLs1.selectedIndex;
	document.Hairname1.URLs1.selectedIndex = "0";
	if(hairLink > "0"){
	top.location.href = document.Hairname1.URLs1.options[hairLink].value;
	}
}


function Braselector1() {
	var braLink = document.Braname1.URLs1.selectedIndex;
	document.Braname1.URLs1.selectedIndex = "0";
	if(braLink > "0"){
	top.location.href = document.Braname1.URLs1.options[braLink].value;
	}
}

