    
    function ShowHome()
    {PopupHome.style.display="block";}
    function HideHome()
    {PopupHome.style.display="none";}
    
    function ShowProducts()
    {PopupProducts.style.display="block";}
    function HideProducts()
    {PopupProducts.style.display="none";}
    
    function ShowServices()
    {PopupServices.style.display="block";}
    function HideServices()
    {PopupServices.style.display="none";}
    
    function ShowLocations()
    {PopupLocations.style.display="block";}
    function HideLocations()
    {PopupLocations.style.display="none";}
    
    function ShowFAQ()
    {PopupFAQ.style.display="block";}
    function HideFAQ()
    {PopupFAQ.style.display="none";}
    
    function ShowContact()
    {PopupContact.style.display="block";}
    function HideContact()
    {PopupContact.style.display="none";}
    
    function ShowReserve()
    {PopupReserve.style.display="block";}
    function HideReserve()
    {PopupReserve.style.display="none";}
    
    function ShowCurrent_pricing()
    {PopupCurrent_pricing.style.display="block";}
    function HideCurrent_pricing()
    {PopupCurrent_pricing.style.display="none";}
    
    function ShowWhat_mini()
    {PopupWhat_mini.style.display="block";}
    function HideWhat_mini()
    {PopupWhat_mini.style.display="none";}
    
    function ShowCommercial()
    {PopupCommercial.style.display="block";}
    function HideCommercial()
    {PopupCommercial.style.display="none";}
    
    function ShowPrivacy_statement()
    {PopupPrivacy_statement.style.display="block";}
    function HidePrivacy_statement()
    {PopupPrivacy_statement.style.display="none";}