function logi1()
{
var mainwin;
var wdh=screen.width;
var hgt=0.85*screen.height;
var st="toolbar=0,location=1,directories=0,status=1,menubar=0,scrollbars=1,resizable=0,top=0,left=0,width="+wdh+",height="+hgt;
mainwin=window.open("https://www.citibank.co.in/ibank/login/IQPin.jsp","Citibank",st);
}


