﻿function SystemPic (systemName,picNo) 
{
    if (picNo == 1) 
    {
    window.open ('../Modal/'+systemName.toString () +'.htm#1', 'Faraconesh', 'height=420,width=830, toolbar=no, menubar=no, scrollbars=yes, resizable=no,location=no, directories=no, status=no') 
    }
    else if (picNo == 2) 
    {
    window.open ('../Modal/'+systemName.toString () +'.htm#2', 'Faraconesh', 'height=420,width=830, toolbar=no, menubar=no, scrollbars=yes, resizable=no,location=no, directories=no, status=no') 
    }
    else if (picNo == 3) 
    {
    window.open ('../Modal/'+systemName.toString () +'.htm#3', 'Faraconesh', 'height=420,width=830, toolbar=no, menubar=no, scrollbars=yes, resizable=no,location=no, directories=no, status=no') 
    }
}

function ChangeIframeSource (menuId) 
{
    if (menuId == 1) 
    {
    document.getElementById ('PortalMainContentPlaceHolder') .src = 'Pages/Index.htm';
    }
    else if (menuId == 2) 
    {
    document.getElementById ('PortalMainContentPlaceHolder') .src = 'Pages/Products.htm';
    }
    else if (menuId == 3) 
    {
    document.getElementById ('PortalMainContentPlaceHolder') .src = 'Pages/Activities.htm';
    }
    else if (menuId == 4) 
    {
    document.getElementById ('PortalMainContentPlaceHolder') .src = 'Pages/Customers.htm';
    }
    else if (menuId == 5) 
    {
    document.getElementById ('PortalMainContentPlaceHolder') .src = 'Pages/News.htm';
    }
    else if (menuId == 6) 
    {
    document.getElementById ('PortalMainContentPlaceHolder') .src = 'Pages/Support.htm';
    }
    else if (menuId == 7) 
    {
    document.getElementById ('PortalMainContentPlaceHolder') .src = 'Pages/ContactUS.htm';
    }
}
