printPopup={display:function(url){url=url.toString();params='width='+screen.width;params+=', height='+screen.height;params+=', top=0, left=0, resizable=no, scrollbars=yes, toolbar=no, location=no, status=no, menubar=no';params+=', fullscreen=yes';window.open(url,'print',params);}}

