function cakesz()
{
  var list=document.getElementById('cakesize');
  var s=list.options[list.selectedIndex];
  document.location.href = s.value;
}

