

function open_print()
{w=window.open('','print_win','fullscreen=no,status=no,resizable=no,top=50,left=50,width=745,height=400,scrollbars=yes,menubar=yes');
 w.focus();
}

