function nyomtat(type){
	a = window.open('nyomtat.php?mod='+type+'','ny','width=800, height = 600, scrollbars=yes');
	a.focus();
}
