function colorSelector(rIKey,Hex) {
day = new Date();
id = day.getTime();
mywin = window.open('/popup_color_selector.php?rIKey=' + rIKey + '&Hex=' + Hex, '1', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=420,height=360,left = 100,top = 100');
if (window.focus) { mywin.focus(); }
}