function popWin(url, name, tb, sb, lo, st, mu, rs, w, h) {
	popupWin = window.open(url, name, + ',toolbar=' + tb + ',scrollbars=' + sb + ',location=' + lo + ',statusbar=' + st + ',menubar=' + mu + ',resizable=' + rs + ',width=' + w + ',height=' + h);
	if (window.focus) {
	popupWin.focus();
	}
}