; } //Reset the page's HTML with div's HTML only document.body.innerHTML = printContents; //Print Page window.print(); //Restore orignal HTML document.body.innerHTML = originalContents; } /******************************************************** Others END