function openNBA() {
	slink = "https://netbanking.erstebank.hr/"
	w = window.open(slink, null, "top=0, left=0, scrolbar=yes, resizable=yes, status=yes");
	if(w!=null) {
		//	location.href = "http://www.erstebank.hr";
		w.focus();
	}
	else
		location.href = slink;	
}
