function popupPrint(x){ 
 var href = x + '?action=print'
 window.open(href, 'natisni','left=20,top=20,width=728,height=700,menubar=no,status=no,location=no,toolbar=no,scrollbars=yes,resizable=yes');
}