﻿function NavToSite(siteID) {
    if(siteID==8)
      window.open('PopUp_Axa.aspx', null, 'height=250; width=550; toolbar=no');
      
    if(siteID!=22)
   {parent.frames["site"].location.href = 'SiteLogin.aspx?sid=' + siteID;
    'Menu.aspx?sid=' +siteID;}
    else
    { parent.frames["site"].location.href  = "http://www.eczaneecp.com/sgk/sgkshared/EEczane/Calistir/Eczane1.html";}

    if(siteID==30) // Yapıkredinin acil popup isteği için ergo kullanıldı.
    {
      window.showModalDialog('Popup_Ergo.aspx', null, 'dialogWidth:750px;dialogHeight:450px; toolbar=no');
      window.showModalDialog('Popup_Ergo2.aspx', null, 'dialogWidth:750px;dialogHeight:450px; toolbar=no');
      
    }
   
   if(siteID==5)
    {
    window.showModalDialog('Popup_ZSandik.aspx',null, 'dialogWidth:750px;dialogHeight:450px; toolbar=no');
    }

    if(siteID==14)
    {
      window.showModalDialog('Popup_Fortis.aspx', null, 'dialogWidth:750px;dialogHeight:450px; toolbar=no');
    }
    
    if(siteID==3)
    {
      window.showModalDialog('Popup_Isbank.aspx', null, 'dialogWidth:750px;dialogHeight:450px; toolbar=no');
    }

   if(siteID==1)
    {
    window.showModalDialog('PopUp_AnadoluSandik.aspx',null, 'dialogWidth:750px;dialogHeight:450px; toolbar=no');
    }


    //if(siteID==7)
    //{
    //  window.showModalDialog('Popup_Aksigorta.aspx', null, 'dialogWidth:750px;dialogHeight:450px; toolbar=no');
    //}

    if(siteID==5)
    {
      window.showModalDialog('Popup_Ziraat.aspx', null, 'dialogWidth:750px;dialogHeight:450px; toolbar=no');
    }

}

function NavToPage(url) {
    parent.frames["site"].location.href = url;
    
    
}

function SetLocation() {
    if (parent.frames.length == 0)
        location = "Default.aspx";
}

function SetLocation2() {
    if (parent.frames.length != 0) {
        if (location.href.indexOf("ReturnUrl") >= 0) {
            top.location = "Login.aspx";
        }
        else
        {
            location = "Default.aspx";
        }
    }
}

