var rheight=28; 
function setHeight(sheight){rheight=sheight;}
function expandMenu(){document.getElementById("sw-navMain").style.height=rheight+50+"px";}
function contractMenu(){document.getElementById("sw-navMain").style.height="28px";}
