﻿function enlargeSwatch(image) 
    {
      var url = 'swatch_enlarge.htm?';
		  popupSwatch = window.open(url + image, null, "height=405,width=380,status=yes,toolbar=no,menubar=no,location=no");	  
    }
    
    
function enlargeSleepArticle(url) 
   {
		 popupSwatch = window.open(url, null, "height=600,width=585,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes");	  
   }

