function changeLoc(loc) {
	document.location.href = document.form1.app.options[document.form1.app.selectedIndex].value;
	return false;
}

function changeLoc2(loc) {
	document.location.href = document.form1.prod.options[document.form1.prod.selectedIndex].value;
	return false;
}
