function wopen(url) {
if (url) {
opwin = window.open(url);
opwin.focus();
}
}