function resizeNavigation(mode){if(mode=='open'){document.getElementById("navigation-wrapper").style.height="260px";document.getElementById("navigation").style.height="260px";}if(mode=='close'){document.getElementById("navigation-wrapper").style.height="85px";document.getElementById("navigation").style.height="85px";}}
