function printPopUp(type,id) {
	win = window.open("/drukuj/?"+type+"="+id,"PrintWindow","toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=632,height=800");
	if(win.window.focus){win.window.focus();}
}
function printGratis(barCode,productId,storeId,expiryDate) {
	win = window.open("/drukuj/?barCode="+barCode+"&prId="+productId+"&stId="+storeId+"&dateExpiredForUser="+expiryDate,"PrintWindow","toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=632,height=600");
	if(win.window.focus){win.window.focus();}
}