  function popup(content,popName,popWidth,popHeight,popLeftLoc,popTopLoc) {
    var win = window.open(content,popName,'width='+popWidth+',height='+popHeight+',screenX='+popLeftLoc+',screenY='+popTopLoc+',left='+popLeftLoc+',top='+popTopLoc+',toolbar=no,menubar=no,directories=no,location=no,status=no,scrollbars=yes,resizable=no');
    win.focus();
  }

function MM_openBrWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}

