<script language="javascript">
<!-- hide script from old browsers

function gotoUrl(jump)
{
   var urlList = new Array();
   urlList[1]="product_kad2708l.shtml";
   urlList[2]="product_kad2710l.shtml";
   urlList[3]="product_kad2708c.shtml";
   urlList[4]="product_kad2710c.shtml";
   urlList[5]="product_kad5512p_50.shtml";
   urlList[6]="product_kad5512p.shtml";
   urlList[7]="product_kad5514p.shtml";
   urlList[8]="product_kad5612p.shtml";
      if (jump.chooseURL.selectedIndex > 0) {
      location = urlList[jump.chooseURL.selectedIndex];
      }
}



//end hiding -->
</script>