function listjump(url) {
	if (url.link.selectedIndex == 2 ) { location.href = "home.php" }
	if (url.link.selectedIndex == 3 ) { location.href = "prod.php" }
	if (url.link.selectedIndex == 4 ) { location.href = "prod_s2.php" }
	if (url.link.selectedIndex == 5 ) { location.href = "prod_01.php" }
	if (url.link.selectedIndex == 6 ) { location.href = "prod_02.php" }
	if (url.link.selectedIndex == 7 ) { location.href = "prod_03.php" }
	if (url.link.selectedIndex == 8 ) { location.href = "prod_04.php" }
	if (url.link.selectedIndex == 9 ) { location.href = "prod_05.php" }
	if (url.link.selectedIndex == 10 ) { location.href = "prod_06.php" }
	if (url.link.selectedIndex == 11 ) { location.href = "prod_s5.php" }
	if (url.link.selectedIndex == 12 ) { location.href = "prod_s4.php" }
	if (url.link.selectedIndex == 13 ) { location.href = "shop_in.php" }
	if (url.link.selectedIndex == 14 ) { location.href = "faq.php" }
	if (url.link.selectedIndex == 15 ) { location.href = "service.php" }
	if (url.link.selectedIndex == 17 ) { location.href = "comp.php" }
}

