function wo(url, name, bits) {
newWin=window.open(url, name, bits);
newWin.focus();
}