function faq(take)
{
leyaar=take;

if(leyaar=='cib')
{
window.open("cibfaq.html","","toolbar=no,width=600,height=450,scrollbars=yes,top=0,left=0");
return;
}

if(leyaar=='fx')
{
window.open("fxfaq.html","","toolbar=no,width=600,height=450,scrollbars=yes,top=0,left=0");
return;
}

if(leyaar=='dt')
{
window.open("dtfaq.html","","toolbar=no,width=600,height=450,scrollbars=yes,top=0,left=0");
return;
}

if(leyaar=='trade')
{
window.open("tradefaq.html","","toolbar=no,width=600,height=450,scrollbars=yes,top=0,left=0");
return;
}

if(leyaar=='bills')
{
window.open("billsfaq.html","","toolbar=no,width=600,height=450,scrollbars=yes,top=0,left=0");
return;
}

if(leyaar=='cms')
{
window.open("cmsfaq.html","","toolbar=no,width=600,height=450,scrollbars=yes,top=0,left=0");
return;
}

}


function req(take)
{
leyaar=take;

if(leyaar=='cib')
{
window.open("cibreq.asp","","toolbar=no,width=750,height=450,scrollbars=yes,top=0,left=0");
return;
}

if(leyaar=='fx')
{
window.open("fxreq.html","","toolbar=no,width=450,height=450,scrollbars=yes,top=0,left=0");
return;
}

if(leyaar=='dt')
{
window.open("dtreq.html","","toolbar=no,width=450,height=450,scrollbars=yes,top=0,left=0");
return;
}

if(leyaar=='trade')
{
window.open("tradereq.html","","toolbar=no,width=450,height=450,scrollbars=yes,top=0,left=0");
return;
}

if(leyaar=='bills')
{
window.open("billsreq.html","","toolbar=no,width=450,height=450,scrollbars=yes,top=0,left=0");
return;
}

if(leyaar=='cms')
{
window.open("cmsreq.html","","toolbar=no,width=450,height=450,scrollbars=yes,top=0,left=0");
return;
}


}

function billers()
{
window.open("billers.asp","","toolbar=no,width=780,height=450,scrollbars=yes,top=0,left=0");
}
