//popupwindow

var openwin = new Array() ;
function owd(jsn, url, ww, hh) {
var own = jsn ;
openwin[own]=window.open(url, own , "width="+ww+",height="+hh+",resizable=yes,scrollbars=yes,left=200,top=10") ;
openwin[own].focus();
        }

//popupwindow 2
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}