|
|
@@ -118,7 +118,7 @@ function ChangeFullDiv(showhide, screenheigt) { |
|
|
|
newobj.id = "fullpagediv"; |
|
|
|
newobj.style.position = "absolute"; |
|
|
|
newobj.className = "fullpagediv"; |
|
|
|
//newobj.style.height = document.body.clientHeight + 50 + "px"; |
|
|
|
newobj.style.height = document.body.clientHeight + "px"; |
|
|
|
document.body.appendChild(newobj); |
|
|
|
} else { |
|
|
|
newobj.style.display = "block"; |
|
|
|