var newwindow;
function poptastic(url) {
 newwindow=window.open(url,'SIDEC','height=400,width=586,toolbar=no,menubar=no,status=no,scrollbars=yes,left=5,top=5,resizable=no');
 if (window.focus) {newwindow.focus()}
}
