function change(){
     document.getElementById("printpage").style.display = "block";
}


window.onload = change;