function Jump()
{
	var op1;
	var op2;
	op1 = document.myForm.search_BR.selectedIndex;
	op2 = document.myForm.search_ITEM.selectedIndex;
	if(op1 == "") return;
	if(op2 == "") return; 
	switch(op1){
	case 1:break;
	case 2:op2 += 8;break;
	case 3:op2 += 16;break;
	}
	location.href = "http://www.web-brosinc.com/shop.php?id=002&item=" + op2;
}
function Jump2(op2)
{
	var op1;
	var op2;
	op1 = document.myForm.search_BR.selectedIndex;
	switch(op1){
	case 0:break;
	case 1:op2 += 8;break;
	case 2:op2 += 16;break;
	}
	location.href = "http://www.web-brosinc.com/shop.php?id=002&item=" + op2;
}
