function openBigPub(path) {
	window.open(path, '', 'width=750,height=550,scrollbars=yes,toolbars=no');
	return false;
}