// JavaScript Document

$(document).ready(function()
{ 
  $('ul.sf-menu').superfish({animation: {opacity:'show',height:'show'}, dropShadows: true, autoArrows: false}); 
});

function clearDefault(el) {
  if (el.defaultValue==el.value) el.value = ""
}
