﻿var step=1
var whichimage=1


function slideit(){
    if (!document.images)
    return
    //If the browser is IE 4.x
    if (document.all)
    slide.filters.blendTrans.apply()
    document.images.slide.src=eval("image"+step+".src")
    //If the browser is IE 4.x
    if (document.all)
    slide.filters.blendTrans.play()
    whichimage=step
    if (step<2)
    step++
    else
    step=1
    setTimeout("slideit()",8000)
}


function slidelink(){

    if (whichimage==1)
      evaluate2();
    else if (whichimage==2)
      evaluate2();
}

function slidelink_en_US(){

    if (whichimage==1)
      evaluate2_en_US();
    else if (whichimage==2)
      evaluate2_en_US();
}

function evaluate2()
{
    var scrolls
    /*if (screen.availHeight <= 600) scrolls = "yes"
    else scrolls = "no";
	*/
	scrolls="yes";
    var popup = eval("window.open('https://www.isbank.com.tr/Internet/index.aspx?langcode=tr-TR&width="+screen.availWidth+"&height="+screen.availHeight+"','oz','width="+screen.availWidth+",height="+screen.availHeight+",location=no,directories=no,status=yes,menubar=no,scrollbars="+scrolls+",toolbar=no,resizable=yes,left=0,top=0');");
    if(popup == null){
		alert('Isbank.com.tr \' deki tüm sayfalara ulaşabilmek için açılır pencere engelleyicisini \n (pop-up blocker) kapatmanız veya Isbank.com.tr\'yi “İzin verilen siteler” (allowed sites) listesine eklemeniz gerekmektedir.');
	}
}

function evaluate2_en_US()
{
    var scrolls
    /*if (screen.availHeight <= 600) scrolls = "yes"
    else scrolls = "no";
	*/
	scrolls="yes";
    var popup = eval("window.open('https://www.isbank.com.tr/Internet/index.aspx?langcode=en-US&width="+screen.availWidth+"&height="+screen.availHeight+"','oz','width="+screen.availWidth+",height="+screen.availHeight+",location=no,directories=no,status=yes,menubar=no,scrollbars="+scrolls+",toolbar=no,resizable=yes,left=0,top=0');");
    if(popup == null){
        alert('You have to turn pop-up blocker off or add Isbank.com.tr to “Allowed sites” list to visit all web pages under Isbank.com.tr.');
	}
}