// JavaScript Document

function NewWinLostPwd(str)
{
        searchWin = window.open(str,'LostPwd','scrollbars=no,resizable=no,"top=0,left=0,width=430,height=280",status=no,location=no,toolbar=no');
}

function NewWinPopUp(str)
{
        searchWin = window.open(str,'PopUp','scrollbars=no,resizable=no,"top=0,left=0,width=250,height=260",status=no,location=no,toolbar=no');
}

function PopUpBanditore(str)
{
        searchWin = window.open(str,'PopUpBanditore','scrollbars=yes,resizable=no,"top=50,left=50,width=516,height=550",status=no,location=no,toolbar=no');
}