// Declare navigation object
YAHOO.util.Event.on('printbutton', 'click', function(e){
	YAHOO.util.Event.preventDefault(e);
	window.print();
});