<!--//
function NewOpen(Showfile) {
msgWin = window.open("","msgWin","width=760,height=530,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no");
msgWin.location.href = Showfile;
msgWin.focus();
}
//-->
