function newWindow(word) {
 printWindow=window.open(word,'printwin','width=546,height=540,scrollbars=yes') ;

printWindow.focus();
} 

function othWindow(word) {
 printWindow=window.open(word,'printwin','width=741,height=510,scrollbars=yes') ;

printWindow.focus();
}
