// Login for CBOL & CBAS
function login(link, page)
{
	if (link == 'cbol')
	{
	popup=window.open('https://production.citibank.ae/','cbolis','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,copyhistory=0');
	popup.opener.top.location.href=page;
	popup.focus();
	}
	if (link == 'cbas')
	{
	popup=window.open('../red-cbas.htm','cbasis','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=0,copyhistory=0,width=700,height=440');
	popup.opener.top.location.href=page;
	popup.focus();
	}
	/*
	if (link == 'formmsg')
	{
	popup=window.open('../../homepage/form_msg.htm','cbasis','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=420,height=370');
	popup.opener.top.location.href=page;
	popup.focus();
	}
	*/
}

function goTo(e)
{
	if (e.options[e.selectedIndex].value != '#') {
        parent.location.href = e.options[e.selectedIndex].value }
}

function resetdd() {
    document.dd.consumer.selectedIndex = 0;
    document.dd.corporate.selectedIndex = 0;
    document.dd.online.selectedIndex = 0;
    document.dd.info.selectedIndex = 0;
}
