function openNBA() {
	slink = "https://netbanking.erstebank.hr/"
	var w = window.open(slink, null, "width=1050px, height=650px, top=50, left=50, scrollbars=yes,resizable=yes, status=no");
	if(w!=null) {
		w.focus();
	}
	else
		location.href = "http://www.erstebank.hr";	
}
