function init() {
	try {
	 	var obj = document.getElementById("printbutton");
 		obj.style['display'] = 'block';
	}
	catch (e) {
	}
}