function doDesigner(t) {
   if (t.selectedIndex <= 0)
      return false;
   
   document.location.href='Designer.asp?Id='+t.options[t.selectedIndex].value;
}