function fncQuickLink(obj)
{
   url = obj.options[obj.selectedIndex].value;
   if (url!="")
   {
     window.location.href = url;
   }
}