var w = window;
function openWin(url,fname,features) {
w = open(url,fname,features);
w.focus();
}