<!--//

function pausecomp(Amount)
{
d = new Date() //today's date
while (1)
{
mill=new Date() // Date Now
diff = mill-d //difference in milliseconds
if( diff > Amount ) {break;}
}
}
function addfav(){
if (document.all)
window.external.AddFavorite('http://www.banksys.net/new/index.html','BankSys Management')
}
function addfavlnk(){
if (document.all)
window.external.AddFavorite('http://www.banksys.net/new/links.html','Bankers Useful Links')
}
function launch(url) {
    remote = open(url, "bank", "scrollbars=yes,location=no,directories=no,status=yes,menubar=no,toolbar=no,resizable=yes, width=810, height=500");
      window.blur();
}
function hlaunch(url) {
  self.name = "bmi";
  remote = open(url, "homeme", "scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no, width=340, height=340, top=60, left=60");
}
function dlaunch(url) {
  self.name = "bmi";
  remote = open(url, "detail", "scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no, width=615, height=650, top=10, left=150");
}
//-->
