
function openColorWin() {
	
	alert('Please login or register using the My Kohler Folder notetab in the top right of the page.');
	
}

function closeColorWin() {
    if(colorWin) {
        colorWin.close();
        colorWin=null;
}   }

