![]()
|
||
|
function printPage() { getObj("printHolder").innerHTML += getObj("mainsection").innerHTML; document.body.style.backgroundImage = "none"; getObj("menu").style.display = "none"; getObj("body").style.display = "none"; } function printResetPage() { window.location.href = window.location.href; } -->