<!--
function centerpopup(varHTM,varWidth,varHeight)
    {
    leftPos = 0
    topPos = 0
    if (screen) {
        leftPos = (screen.width-varWidth)/2
        topPos = (screen.height-varHeight)/2
    }
    newWindow = window.open(varHTM, 'newWin', 'width='+varWidth+',height='+varHeight+',left='+leftPos+',top='+topPos+'')
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
// -->
