function cbollogin(stype){
	var behavior='login';	//login or sec
	
	/*****egyből belépés**********************************/
	if(behavior=='login'){
		if(stype=='clak'){
			window.open('/hungary/homepage/redir/cbollogin/cbollogin3.htm','CBOL2','width=817,height=600,scrollbars=yes,resizable=yes,status=yes,location=yes');
		}
		if(stype=='en'){
			window.open('/hungary/homepage/redir/cbollogin/cbollogin3_e.htm','CBOL2','width=720,height=520,scrollbars=yes,resizable=yes,status=yes,location=yes');
		}
		if(stype=='cbus'){
			window.open('/hungary/homepage/redir/cbollogin/cbollogin3.htm','CBOL2','width=817,height=600,scrollbars=yes,resizable=yes,status=yes,location=yes');
		}
		if(stype=='cgold'){
			window.open('/hungary/homepage/redir/cbollogin/cbollogin3.htm','CBOL2','width=817,height=600,scrollbars=yes,resizable=yes,status=yes,location=yes');
		}
	}
	
	/*****köztes képernyő**********************************/
	if(behavior=='sec'){
		if(stype=='clak'){//
			window.open('/hungary/homepage/redir/cbollogin/cbollogin_sec.htm','CBOL','width=492,height=517,scrollbars=no,resizable=no,status=yes');
		}
		if(stype=='en'){//
			window.open('/hungary/homepage/redir/cbollogin/cbollogin_e_sec.htm','CBOL','width=510,height=480,scrollbars=yes,resizable=yes,status=yes');
		}
		if(stype=='cbus'){//
			window.open('/hungary/citibusiness/redir/cbollogin/cbollogin_sec.htm','CBOL','width=492,height=517,scrollbars=no,resizable=no,status=yes');
		}
		if(stype=='cgold'){//
			window.open('/hungary/homepage/redir/cbollogin/cbollogin_sec.htm','CBOL','width=492,height=517,scrollbars=no,resizable=no,status=yes');
		}
	}
}


