	function InternetBankaciligiAc(){
		document.getElementById("ust_Menuler_3").style.visibility = "visible";
	}
	
	function InternetBankaciligiKapat(){
		document.getElementById("ust_Menuler_3").style.visibility = "hidden";
	}
	
	function htmlDovizAc(){
		document.getElementById("mainDoviz2").style.visibility = "visible";
	}
	
	function htmlDovizKapat(){
		document.getElementById("mainDoviz2").style.visibility = "hidden";
	}
	
	function bireyselinter() { window.open(ls_ssl_httproot+'default.asp?Tip=1','bireyselebank', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=no,left=0,top=0,width=990,height=670'); }
	function kurumsalinter() { window.open(ls_ssl_httproot+'default.asp?Tip=2','kurumsalebank', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=no,left=0,top=0,width=990,height=670'); }
	function vobinter() { window.open(ls_ssl_httproot_vob+'default.asp?vob','vobebank', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=no,left=0,top=0,width=990,height=670'); }

	function internetBankaciligi(str) {
		if (str == "bireysel") {
			bireyselinter();
		} else if (str == "kurumsal") {
			kurumsalinter();
		} else if (str == "vob") {
			vobinter();
		}
	}
	
	function hesaplamaAraclari() {
	window.open('http://www.ingbank.com.tr/hesaparaci-kredi-sonuc.asp','HesaplamaAraci','toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,left=0,top=0,width=950,height=600'); }

	function divAcKapa(i) {
		if (document.getElementById(i).style.display == "none") {
			document.getElementById(i).style.display = "block";
		} else {
			document.getElementById(i).style.display = "none";
		}
	}
	
	function KobiDivAcKapa(i,n) {
		if (document.getElementById("Tab_" + i).style.display == "none") {
			document.getElementById("Tab_" + i).style.display = "block";
			document.getElementById("btn_" + i).style.display = "none";
			for (c=1; c<=n; c++) {
				if (i != c) {
					document.getElementById("Tab_" + c).style.display = "none";
					document.getElementById("btn_" + c).style.display = "block";
				}
			}
		} else {
			document.getElementById("Tab_" + i).style.display = "none";
			document.getElementById("btn_" + i).style.display = "block";
		}
	}
	
	function divAcKapa2(k,i,n) {
		if (document.getElementById(k + "_" + i).style.display == "none") {
			document.getElementById(k + "_" + i).style.display = "block";
			for (c=1; c<=n; c++) {
				if (i != c) {
					document.getElementById(k + "_" + c).style.display = "none";
				}
			}
		} else {
			document.getElementById(k + "_" + i).style.display = "none";
		}
	}


function ingPopup(url,winName,w,h,scroll){
settings =
'height='+h+',width='+w+',scrollbars='+scroll+',resizable'
popupWindow = window.open(url,winName,settings)
}
