function openWin(file, title, params) {
w = window.open(file, title, params); 
}
