﻿function NavToSite(siteID) {
    if(siteID==8)
      window.open('PopUp_Axa.aspx', null, 'height=250; width=550; toolbar=no');
      
    if(siteID==5)
      window.open('Popup_Ziraat.aspx', null, 'height=450; width=750; 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";}
}

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";
        }
    }
}
