function FC(WO) {
	if(WO.FSGo.selectedIndex==0){location.href="shop.html"}
	if(WO.FSGo.selectedIndex==1){location.href="product_lunchbox.html"}
	if(WO.FSGo.selectedIndex==2){location.href="product_cup.html"}
	if(WO.FSGo.selectedIndex==3){location.href="product_container.html"}
	if(WO.FSGo.selectedIndex==4){location.href="product_tub.html"}
	if(WO.FSGo.selectedIndex==5){location.href="product_other.html"}
}