﻿
function SetPageLayout()
{
 
    link = document.getElementsByTagName("link")[0];
    
    if (screen.width == 800)
    {
        if(document.getElementById('MainTable')!=null)
        {
            document.getElementById('MainTable').style.marginLeft = "auto";
            document.getElementById('MainTable').style.marginRight = "auto";
            document.getElementById('MainTable').style.width = "100%";
        }
        if(document.getElementById('BestSellingProductsTable')!=null)
            document.getElementById('BestSellingProductsTable').style.height="440px";
        if(document.getElementById('SeasonalProductsTable')!=null)            
            document.getElementById('SeasonalProductsTable').style.height="440px";
    }
    else if (screen.width == 1024)
    {
        if(document.getElementById('MainTable')!=null)
        {
            document.getElementById('MainTable').style.marginLeft = "auto";
            document.getElementById('MainTable').style.marginRight = "auto";
            document.getElementById('MainTable').style.width = "100%";
        }
        if(document.getElementById('BestSellingProductsTable')!=null)
            document.getElementById('BestSellingProductsTable').style.height="445px";
        if(document.getElementById('SeasonalProductsTable')!=null)            
            document.getElementById('SeasonalProductsTable').style.height="445px";
    }else if (screen.width == 1152)
    {
        if(document.getElementById('MainTable')!=null)
        {
            document.getElementById('MainTable').style.marginLeft = "auto";
            document.getElementById('MainTable').style.marginRight = "auto";
            document.getElementById('MainTable').style.width = "100%";
        }
        if(document.getElementById('BestSellingProductsTable')!=null)
            document.getElementById('BestSellingProductsTable').style.height="425px";
        if(document.getElementById('SeasonalProductsTable')!=null)            
            document.getElementById('SeasonalProductsTable').style.height="425px";
    
    }
    else if (screen.width == 1280  && screen.height == 720)
    {
        if(document.getElementById('MainTable')!=null)
        {    
            document.getElementById('MainTable').style.marginLeft = "auto";
            document.getElementById('MainTable').style.marginRight = "auto";
            document.getElementById('MainTable').style.width = "100%";
        }
        if(document.getElementById('BestSellingProductsTable')!=null)
            document.getElementById('BestSellingProductsTable').style.height="380px";
        if(document.getElementById('SeasonalProductsTable')!=null)            
            document.getElementById('SeasonalProductsTable').style.height="380px";
    }
    else if (screen.width == 1280  && screen.height == 768)
    {
        if(document.getElementById('MainTable')!=null)
        {
            document.getElementById('MainTable').style.marginLeft = "auto";
            document.getElementById('MainTable').style.marginRight = "auto";
            document.getElementById('MainTable').style.width = "100%";
        }
        if(document.getElementById('BestSellingProductsTable')!=null)
            document.getElementById('BestSellingProductsTable').style.height="390px";
        if(document.getElementById('SeasonalProductsTable')!=null)            
            document.getElementById('SeasonalProductsTable').style.height="390px";
    }
    else if (screen.width == 1280  && screen.height == 800)
    {
        if(document.getElementById('MainTable')!=null)
        {
            document.getElementById('MainTable').style.marginLeft = "auto";
            document.getElementById('MainTable').style.marginRight = "auto";
            document.getElementById('MainTable').style.width = "100%";
        }
        if(document.getElementById('BestSellingProductsTable')!=null)
            document.getElementById('BestSellingProductsTable').style.height="390px";
        if(document.getElementById('SeasonalProductsTable')!=null)
            document.getElementById('SeasonalProductsTable').style.height="390px";
    }
    else if (screen.width == 1280  && screen.height == 960)
    {
        if(document.getElementById('MainTable')!=null)
        {
            document.getElementById('MainTable').style.marginLeft = "auto";
            document.getElementById('MainTable').style.marginRight = "auto";
            document.getElementById('MainTable').style.width = "100%";
        }
        if(document.getElementById('BestSellingProductsTable')!=null)
            document.getElementById('BestSellingProductsTable').style.height="400px";
        if(document.getElementById('SeasonalProductsTable')!=null)            
            document.getElementById('SeasonalProductsTable').style.height="400px";
    }
    else if (screen.width == 1280  && screen.height == 1024)
    {
        if(document.getElementById('MainTable')!=null)
        {
            document.getElementById('MainTable').style.marginLeft = "auto";
            document.getElementById('MainTable').style.marginRight = "auto";
            document.getElementById('MainTable').style.width = "100%";
        }
        if(document.getElementById('BestSellingProductsTable')!=null)
            document.getElementById('BestSellingProductsTable').style.height="410px";
        if(document.getElementById('SeasonalProductsTable')!=null)        
            document.getElementById('SeasonalProductsTable').style.height="410px";
    }
    else if (screen.width == 1360 && screen.height == 768)
    {
        if(document.getElementById('MainTable')!=null)
        {
            document.getElementById('MainTable').style.marginLeft = "auto";
            document.getElementById('MainTable').style.marginRight = "auto";
            document.getElementById('MainTable').style.width = "100%";
        }
        if(document.getElementById('BestSellingProductsTable')!=null)
            document.getElementById('BestSellingProductsTable').style.height="370px";
        if(document.getElementById('SeasonalProductsTable')!=null)            
            document.getElementById('SeasonalProductsTable').style.height="370px";
    }
    else if (screen.width == 1360)
    {
        if(document.getElementById('MainTable')!=null)
        {
            document.getElementById('MainTable').style.marginLeft = "auto";
            document.getElementById('MainTable').style.marginRight = "auto";
            document.getElementById('MainTable').style.width = "100%";
        }
        if(document.getElementById('BestSellingProductsTable')!=null)
            document.getElementById('BestSellingProductsTable').style.height="390px";
        if(document.getElementById('SeasonalProductsTable')!=null)
            document.getElementById('SeasonalProductsTable').style.height="390px";
    }else if (screen.width == 1440)
    {
        if(document.getElementById('MainTable')!=null)
        {
            document.getElementById('MainTable').style.marginLeft = "auto";
            document.getElementById('MainTable').style.marginRight = "auto";
            document.getElementById('MainTable').style.width = "100%";
        }
        if(document.getElementById('BestSellingProductsTable')!=null)
            document.getElementById('BestSellingProductsTable').style.height="370px";
        if(document.getElementById('SeasonalProductsTable')!=null)
            document.getElementById('SeasonalProductsTable').style.height="370px";
    }else if (screen.width == 1600)
    {
        if(document.getElementById('MainTable')!=null)
        {
            document.getElementById('MainTable').style.marginLeft = "auto";
            document.getElementById('MainTable').style.marginRight = "auto";
            document.getElementById('MainTable').style.width = "80%";
        }
        if(document.getElementById('BestSellingProductsTable')!=null)
            document.getElementById('BestSellingProductsTable').style.height="370px";
        if(document.getElementById('SeasonalProductsTable')!=null)
            document.getElementById('SeasonalProductsTable').style.height="370px";
    }
    else if (screen.width == 1680)
    {
        if(document.getElementById('MainTable')!=null)
        {
            document.getElementById('MainTable').style.marginLeft = "auto";
            document.getElementById('MainTable').style.marginRight = "auto";
            document.getElementById('MainTable').style.width = "80%";
        }
        if(document.getElementById('BestSellingProductsTable')!=null)
            document.getElementById('BestSellingProductsTable').style.height="370px";
        if(document.getElementById('SeasonalProductsTable')!=null)
            document.getElementById('SeasonalProductsTable').style.height="370px";
    }
    else if (screen.width == 1920)
    {
        if(document.getElementById('MainTable')!=null)
        {
            document.getElementById('MainTable').style.marginLeft = "auto";
            document.getElementById('MainTable').style.marginRight = "auto";
            document.getElementById('MainTable').style.width = "80%";
        }
        if(document.getElementById('BestSellingProductsTable')!=null)
            document.getElementById('BestSellingProductsTable').style.height="370px";
        if(document.getElementById('SeasonalProductsTable')!=null)
            document.getElementById('SeasonalProductsTable').style.height="370px";
    }  
    else if (screen.width > 1300)
    {
        if(document.getElementById('MainTable')!=null)
        {
            document.getElementById('MainTable').style.marginLeft = "auto";
            document.getElementById('MainTable').style.marginRight = "auto";
            document.getElementById('MainTable').style.width = "100%";
        }
        if(document.getElementById('BestSellingProductsTable')!=null)
            document.getElementById('BestSellingProductsTable').style.height="370px";
        if(document.getElementById('SeasonalProductsTable')!=null)
            document.getElementById('SeasonalProductsTable').style.height="370px";
    }  
}

