
<!--

w=null;

function OpenScreen(DURL) {

  w=window.open("","Window","height=580,width=840,screenX=20,left=20,screenY=20,top=20,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0");
 
     if(w != null) {
      if (w.opener == null) w.opener=self;
      w.location.href=DURL;
                w.focus();
     }
}

function MM_displayStatusMsg(msgStr) { //v2.0
  status=msgStr;
  document.MM_returnValue = true;
}

//-->
