function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}


 $(document).ready(function(){
   $("ul#catMenu").superfish({ 
            delay:      500,                            // one second delay on mouseout 
            animation:  {opacity:'show',height:'show'}  // fade-in and slide-down animation 
         }); 
 });










