function fn_print_manager_fill(mode, src)
{
	if (mode == 'print') {
		var pmwin = window.open(src, 'Preview', 'width=700,scrollbars=yes');
	}
};
