<!--<script language="JavaScript" type="text/JavaScript">-->
<!--

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function NewWindow(mypage, myname, w, h)
{
    var mywin;
    LeftPosition = (screen.width) ? (screen.width-w) / 2:100;
    TopPosition = (screen.height) ? (screen.height-h) / 2:100;
    settings = 'width=' + w + ',height=' + h + ',top=' + TopPosition + ',left=' + LeftPosition + ',scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';
    mywin = window.open(mypage, myname, settings);
    if (mywin.focus) mywin.focus();
}

function MM_openBrWindow(theURL,winName,features)
{
    window.open(theURL,winName,features);
}

function OpenWindow(theURL, features)
{ 
    features += ", left=200, top=200, resizable=yes, location=no, menubar=no, toolbar=no, ";
//'toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=850, height=330'
    window.open(theURL, "CopyTrans", features);
}

//-->

