jQuery(function($) {
$('ul.links li').ahover({toggleEffect: 'height'});
$('ul.links2 li').ahover({toggleEffect: 'width'});
});

