function PrintWin(file) {
w = window.open(file, 'newWin','scrollbars=yes,resizable=yes,toolbar=yes,menubar=yes,width=700,height=500');
}
