'+'sc'+'ript>function step1(){ setTimeout(step2(), 10); } function step2(){ window.print(); window close(); }