function makeTall(){  
  $(this).animate({"marginLeft":"161px", "width":"164px"},400);
  
}
function makeShort(){ $(this).animate({"marginLeft":"0px", "width":"194px"},200);}

 $(".delmenu").hover(makeTall,makeShort);



// var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
// document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));


try {
var pageTracker = _gat._getTracker("UA-5222478-3");
pageTracker._trackPageview();
} catch(err) {}


