/* Kerry O'Brine website version 1.1 */
 //create popup window
 function newWindow(swatch){
 swatchWin=window.open('sampleWind', 'width=359,height=300')
 }
