// JavaScript Document
window.onload = function detect() 
        {
            if(navigator.cookieEnabled)
            {
                alert('Welcome to designing your custom cabinetry. Choose a Door Style  then a Wood Choice  then a Base Finish then a Final Finish Option and E-Mail Smokey Mountain Cabinets your selections. Our team will contact you.');
            }
            else
            {
               alert('Your browser has cookies disabled.  While this will work fine, if you leave our site for any reason, your door style, wood choice or finish option selections will not be saved');
            }
        }
   