function A4Print(path) {
	NWindow = window.open(path, 'NewWindow', 'menubar=yes, toolbar=no, directories=no, status=no, location=no, scrollbars=yes, resizable=yes, height=550, width=800');
	NWindow.focus();
}

