|
|
@@ -58,11 +58,7 @@ function NAVAIsetContentPos() {
|
|
|
if (parseInt($("#NAVAIcoding").height()) < 850) {
|
|
|
$("#NAVAIcoding").css("height", "850px");
|
|
|
}
|
|
|
- $("#NAVAIcontent").css("height", myheight+"px");
|
|
|
- if (parseInt($("#NAVAIcontent").height()) < 850) {
|
|
|
- $("#NAVAIcontent").css("height", "850px");
|
|
|
- }
|
|
|
-
|
|
|
+
|
|
|
$("#NAVAIresizeBanner").hide();
|
|
|
$("#NAVAIcontent").show();
|
|
|
} else {
|