   var colorbg = getCookie( "nmcolorbg");

      if ( colorbg == null ) {
        
         document.body.style.backgroundColor="white";
      }
   
   else              
         document.body.style.backgroundColor=colorbg;