Merge branch 'master' of koala.cs.pub.ro:living-lab-site
[living-lab-site.git] / user_guide / nav / user_guide_menu.js
1 window.onload = function() {
2         myHeight = new fx.Height('nav', {duration: 400});
3         myHeight.hide();
4 }