// Init the header menu items
jQuery(function(){
	jQuery('ul.sf-menu').superfish({ 
            animation:   {height:'show'},  // fade-in and slide-down animation 
            speed:       'fast'                          // faster animation speed 
        });
});

function clearText(thefield)
{
	thefield.value = "";
}


