// >> call the standard document print function (require MochiKit 1.4, StandardPopup) Version rel-1-0-0
	function printDocument(){
		var href = getElementsByTagAndClassName('td', 'printButton')[0].childNodes[0].href;
		window.open(href, 'printView', 'location=no,menubar=no,resizable=yes,scrollbars=yes,statusbar=no,toolbar=no,height=500,width=700');
		return false;
	}
// <<

