function init() {
document.getElementById('print').style.display = 'block';
}
window.onload = init; 

