function goThere() {
	if (document.navMenu.products.options[document.navMenu.products.selectedIndex].value != "none") {
    location = document.navMenu.products.options[document.navMenu.products.selectedIndex].value
		}
	}

function goThere2() {
	if (document.productPg.MaggiPower.options[document.productPg.MaggiPower.selectedIndex].value != "none") {
    location = document.productPg.MaggiPower.options[document.productPg.MaggiPower.selectedIndex].value
		}
	}

function goThere3() {
	if (document.productPg.MaggiRadial.options[document.productPg.MaggiRadial.selectedIndex].value != "none") {
    location = document.productPg.MaggiRadial.options[document.productPg.MaggiRadial.selectedIndex].value
		}
	}

function goThere4() {
	if (document.productPg.MaggiBoring.options[document.productPg.MaggiBoring.selectedIndex].value != "none") {
    location = document.productPg.MaggiBoring.options[document.productPg.MaggiBoring.selectedIndex].value
		}
	}

function goThere5() {
	if (document.productPg.Power.options[document.productPg.Power.selectedIndex].value != "none") {
    location = document.productPg.Power.options[document.productPg.Power.selectedIndex].value
		}
	}

function goThere6() {
	if (document.productPg.Radial.options[document.productPg.Radial.selectedIndex].value != "none") {
    location = document.productPg.Radial.options[document.productPg.Radial.selectedIndex].value
		}
	}

function goThere7() {
	if (document.productPg.Boring.options[document.productPg.Boring.selectedIndex].value != "none") {
    location = document.productPg.Boring.options[document.productPg.Boring.selectedIndex].value
		}
	}