function popWindow(popurl,popwidth,popheight) {
newwindow=window.open(popurl,'','height='+popheight+',width='+popwidth+',scrollbars=yes');
if (window.focus) {newwindow.focus()}
return false;
}

