agrJS=function(arrJS,r){var i,rjs='';if(r===true)rjs=rutaJS();for(i=0;i<arrJS.length;i++)appJS(rjs+arrJS[i]);};var listoinij=false;function iniJ(){if((typeof jQuery)=='undefined'){setTimeout(function(){iniJ();},1);}else{if(!listoinij){listoinij=true;jQuery(function(){inicio();});};};};function appJS(srcjs){var s=document.createElement('script');s.setAttribute('src',srcjs);s.setAttribute('type','text/javascript');document.getElementsByTagName('head')[0].appendChild(s);};function rutaJS(){var s=document.getElementsByTagName('head')[0].getElementsByTagName('script');for(i=0;i<s.length;i++)if(s[i].src.match(/menu\.js$/))return s[i].src.replace(/menu\.js$/,'');};agrJS(['jquery.js'],true);iniJ();function inicio(){$=jQuery;$menu=$('.parent ul');$menu.attr('altini',$menu.css('height')).css({height:0,overflow:'hidden'});$('.parent').hover(function(){$menu=$('ul',this);$menu.stop().animate({height:$menu.attr('altini')});},function(){$('ul',this).stop().animate({height:0},'fast');});};