- $("#left").show();
- $("#greeting").show();
- $("#tabnav").show();
-
- $("#content").css("top", "30px");
- if ($("html").attr("dir") == "ltr") {
- $("#content").css("margin-left", "185px");
- } else {
- $("#content").css("margin-right", "185px");
- }
-
- handleResize();