(function colorPickerNamespace(){var cp=null;var colorNames={'aliceblue':'F0F8FF','darkslategray':'2F4F4F','lightsalmon':'FFA07A','palevioletred':'DB7093','antiquewhite':'FAEBD7','darkturquoise':'00CED1','lightseagreen':'20B2AA','papayawhip':'FFEFD5','aqua':'00FFFF','darkviolet':'9400D3','lightskyblue':'87CEFA','peachpuff':'FFDAB9','aquamarine':'7FFFD4','deeppink':'FF1493','lightslategray':'778899','peru':'CD853F','azure':'F0FFFF','deepskyblue':'00BFFF','lightsteelblue':'B0C4DE','pink':'FFC0CB','beige':'F5F5DC','dimgray':'696969','lightyellow':'FFFFE0','plum':'DDA0DD','bisque':'FFE4C4','dodgerblue':'1E90FF','lime':'00FF00','powderblue':'B0E0E6','black':'000000','firebrick':'B22222','limegreen':'32CD32','purple':'800080','blanchedalmond':'FFEBCD','floralwhite':'FFFAF0','linen':'FAF0E6','red':'FF0000','blue':'0000FF','forestgreen':'228B22','magenta':'FF00FF','rosybrown':'BC8F8F','blueviolet':'8A2BE2','fuchsia':'FF00FF','maroon':'800000','royalblue':'4169E1','brown':'A52A2A','gainsboro':'DCDCDC','mediumaquamarine':'66CDAA','saddlebrown':'8B4513','burlywood':'DEB887','ghostwhite':'F8F8FF','mediumblue':'0000CD','salmon':'FA8072','cadetblue':'5F9EA0','gold':'FFD700','mediumorchid':'BA55D3','sandybrown':'F4A460','chartreuse':'7FFF00','goldenrod':'DAA520','mediumpurple':'9370DB','seagreen':'2E8B57','chocolate':'D2691E','gray':'808080','mediumseagreen':'3CB371','seashell':'FFF5EE','coral':'FF7F50','green':'008000','mediumslateblue':'7B68EE','sienna':'A0522D','cornflowerblue':'6495ED','greenyellow':'ADFF2F','mediumspringgreen':'00FA9A','silver':'C0C0C0','cornsilk':'FFF8DC','honeydew':'F0FFF0','mediumturquoise':'48D1CC','skyblue':'87CEEB','crimson':'DC143C','hotpink':'FF69B4','mediumvioletred':'C71585','slateblue':'6A5ACD','cyan':'00FFFF','indianred':'CD5C5C','midnightblue':'191970','slategray':'708090','darkblue':'00008B','indigo':'4B0082','mintcream':'F5FFFA','snow':'FFFAFA','darkcyan':'008B8B','ivory':'FFFFF0','mistyrose':'FFE4E1','springgreen':'00FF7F','darkgoldenrod':'B8860B','khaki':'F0E68C','moccasin':'FFE4B5','steelblue':'4682B4','darkgray':'A9A9A9','lavender':'E6E6FA','navajowhite':'FFDEAD','tan':'D2B48C','darkgreen':'006400','lavenderblush':'FFF0F5','navy':'000080','teal':'008080','darkkhaki':'BDB76B','lawngreen':'7CFC00','oldlace':'FDF5E6','thistle':'D8BFD8','darkmagenta':'8B008B','lemonchiffon':'FFFACD','olive':'808000','tomato':'FD6347','darkolivegreen':'556B2F','lightblue':'ADD8E6','olivedrab':'6B8E23','turquoise':'40E0D0','darkorange':'FF8C00','lightcoral':'F08080','orange':'FFA500','violet':'EE82EE','darkorchid':'9932CC','lightcyan':'E0FFFF','orangered':'FF4500','wheat':'F5DEB3','darkred':'8B0000','lightgoldenrodyellow':'FAFAD2','orchid':'DA70D6','white':'FFFFFF','darksalmon':'E9967A','lightgreen':'90EE90','palegoldenrod':'EEE8AA','whitesmoke':'F5F5F5','darkseagreen':'8FBC8F','lightgrey':'D3D3D3','palegreen':'98FB98','yellow':'FFFF00','darkslateblue':'483D8B','lightpink':'FFB6C1','paleturquoise':'AFEEEE','yellowgreen':'9ACD32'};function hex(c){c=parseInt(c).toString(16);return c.length<2?"0"+c:c}
function mouseCoordinates(ev){ev=ev||window.event;if(!document.all&&(ev.pageX||ev.pageY))
return{x:ev.pageX,y:ev.pageY};var scrOfY=0;if(typeof(window.pageYOffset)=='number'){scrOfY=window.pageYOffset;}else if(document.body&&document.body.scrollTop){scrOfY=document.body.scrollTop;}else if(document.documentElement&&document.documentElement.scrollTop){scrOfY=document.documentElement.scrollTop;}
return{x:ev.clientX+document.body.scrollLeft-document.body.clientLeft,y:ev.clientY+scrOfY-document.body.clientTop};}
function getPosition(obj){var left=0;var top=0;while(obj.offsetParent){left+=obj.offsetLeft;top+=obj.offsetTop;obj=obj.offsetParent;}
left+=obj.offsetLeft;top+=obj.offsetTop;return{x:left,y:top};}
function $DOM(A){var aL=A.length,node,child,ref={},bRef=false;if(aL>=1){node=cE(A[0]);if(aL>=2){for(var arg in A[1]){if(arg.indexOf('on')==0){node[arg]=A[1][arg];}else if(arg=='ref'){ref[A[1][arg]]=node;ref['DOM']=node;bRef=true;}else{if(arg=='style'){node.style.cssText=A[1][arg];}else if(arg.toLowerCase()=='classname'){node.style.className=A[1][arg];}else{node.setAttribute(arg,A[1][arg]);}}}}
for(var i=2;i<aL;i++){if(typeof(A[i])=='string'){node.appendChild(document.createTextNode(A[i]));}else{child=$DOM(A[i]);if(child.DOM){bRef=true;for(n in child){if(n=='DOM'){node.appendChild(child[n]);}else{ref[n]=child[n];}}
ref['DOM']=node;}else{node.appendChild(child);}}}
return bRef?ref:node;}
return null;}
function cE(){var A=arguments;if(!cE.cache[A[0]])cE.cache[A[0]]=document.createElement(A[0]);return cE.cache[A[0]].cloneNode(false);}
cE.cache={};function createColorPicker(){if(cp)return;cp=$DOM(['DIV',{style:'position:absolute;font-family:tahoma,verdana,sans-serif;font-size:10px;top:0;left:370px;',ref:'ColorPicker'},['DIV',{style:'background-color:#FFF;line-height:2px;width:423px;_width:424px;height:21px;border:1px solid #000;',ref:'hColorPicker'},['DIV',{style:'width:50px;height:21px;border-right:1px solid #FFF;float:left;',ref:'hColorDiv'}],['DIV',{style:'float:left;'},['IMG',{style:'cursor:crosshair;',src:imgBase+'cp_horizontal_picker.png',width:350,height:21,onmousemove:hColorPickerMouseMove,onmousedown:hColorPickerMouseDown,ref:'hColorImg'}],['IMG',{style:'cursor:pointer;margin-left:1px;',src:imgBase+'cp_mini_icon.png',width:21,height:21,ref:'hColorIcon',onmousedown:showLgColorPicker}]]],['DIV',{style:'top:0px;border:1px solid #000;width:397px;height:305px;position:relative !important;background-color:#E0DFE3;',ref:'fColorPicker'},['DIV',{style:'position:absolute;top:3px;left:8px;color:#000;'},'Select Color:'],['IMG',{src:imgBase+'cp_lg_background.png',width:260,height:260,style:'position:absolute;top:20px;left:8px;',galleryimg:'no'}],['IMG',{src:imgBase+'cp_lg_overlay.png',width:256,height:256,style:'cursor:crosshair;position:absolute;top:22px;left:10px;',galleryimg:'no',ref:'fColorImg',onmousedown:cpMouseDown,onmouseup:cpMouseUp,onclick:cpMouseClick}],['IMG',{src:imgBase+'cp_color_slider.png',width:23,height:260,style:'cursor:pointer;position:absolute;top:20px;left:280px;z-index:2;',ref:'colorSlider',onmousedown:cpSliderMouseDown,onmouseup:cpSliderMouseUp,onclick:cpSliderClick}],['IMG',{src:imgBase+'cp_arrows.gif',width:41,height:9,style:'cursor:pointer;position:absolute;top:18px;left:271px;z-index:1;',ref:'Arrows',onmousedown:cpSliderMouseDown,onmouseup:cpSliderMouseUp,onclick:cpSliderClick}],['IMG',{src:imgBase+'cp_cur_color_background.png',width:62,height:70,style:'position:absolute;top:20px;left:315px;'}],['IMG',{src:imgBase+'cp_web_safe.gif',width:14,height:28,style:'cursor:pointer;position:absolute;top:62px;left:380px;',alt:'Click to Select Web Safe Color',ref:'websafeImg',onclick:selectWebSafeColor}],['DIV',{style:'z-index:2;position:absolute;top:22px;left:317px;width:58px;height:33px;',ref:'curColorDiv'}],['DIV',{style:'z-index:2;cursor:pointer;position:absolute;top:55px;left:317px;width:58px;height:33px;',ref:'OrigColorDiv',onclick:resetColor}],['DIV',{style:'position:absolute;top:103px;left:315px;color:#000;'},'R:'],['DIV',{style:'position:absolute;top:128px;left:315px;color:#000;'},'G:'],['DIV',{style:'position:absolute;top:153px;left:315px;color:#000;'},'B:'],['INPUT',{style:'position:absolute;top:100px;left:330px;width:47px;',ref:'rInput',onchange:setCPColor}],['INPUT',{style:'position:absolute;top:125px;left:330px;width:47px;',ref:'gInput',onchange:setCPColor}],['INPUT',{style:'position:absolute;top:150px;left:330px;width:47px;',ref:'bInput',onchange:setCPColor}],['BUTTON',{style:'position:absolute;bottom:50px;left:315px;width:77px;',ref:'OK',onclick:hColorPickerMouseDown},'OK'],['BUTTON',{style:'position:absolute;bottom:25px;left:315px;width:77px;',ref:'Cancel',onclick:hideColorPicker},'Cancel'],['INPUT',{type:'checkbox',style:'position:absolute;top:280px;left:4px;',ref:'websafeCheckbox'}],['DIV',{style:'position:absolute;top:284px;left:25px;color:#000;'},'Only Web Colors'],['IMG',{src:imgBase+'cp_mini_icon.png',height:21,width:21,style:'cursor:pointer;position:absolute;bottom:0px;right:0px;border:1px solid #000;border-width:1px 0px 0px 1px;',ref:'fColorIcon',onmousedown:showSmColorPicker}]]]);document.onmousemove=cpMouseMove;cp.baseColor={r:0,g:0,b:0};document.getElementById('color_picker_thing').appendChild(cp.ColorPicker);cp.ColorPicker.style.display='none';}
function getHorizColor(i,width,height){var sWidth=(width)/7;var C=i%width;var R=Math.floor(i/(sWidth*7));var c=i%sWidth;var r,g,b,h;var l=(255/sWidth)*c;if(C>=sWidth*6){r=g=b=255-l;}else{h=255-l;r=C<sWidth?255:C<sWidth*2?h:C<sWidth*4?0:C<sWidth*5?l:255;g=C<sWidth?l:C<sWidth*3?255:C<sWidth*4?h:0;b=C<sWidth*2?0:C<sWidth*3?l:C<sWidth*5?255:h;if(R<(height/2)){var base=255-(255*2/height)*R;r=base+(r*R*2/height);g=base+(g*R*2/height);b=base+(b*R*2/height);}else if(R>(height/2)){var base=(height-R)/(height/2);r=r*base;g=g*base;b=b*base;}}
return hex(r)+hex(g)+hex(b);}
function getVertColor(i,sZ){var n=sZ/6,j=sZ/n,C=i,c=C%n;r=C<n?255:C<n*2?255-c*j:C<n*4?0:C<n*5?c*j:255;g=C<n*2?0:C<n*3?c*j:C<n*5?255:255-c*j;b=C<n?c*j:C<n*3?255:C<n*4?255-c*j:0;return{r:r,g:g,b:b};}
function getGradientColor(x,y,Base){x=x<0?0:x>255?255:x;y=y<0?0:y>255?255:y;var r=Math.round((1-(1-(Base.r/255))*(x/255))*(255-y));var g=Math.round((1-(1-(Base.g/255))*(x/255))*(255-y));var b=Math.round((1-(1-(Base.b/255))*(x/255))*(255-y));return{r:r,g:g,b:b};}
function getWebSafeColor(color){var rMod=color.r%51;var gMod=color.g%51;var bMod=color.b%51;if((rMod==0)&&(gMod==0)&&(bMod==0))return false;var wsColor={};wsColor.r=(rMod<=25?Math.floor(color.r/51)*51:Math.ceil(color.r/51)*51);wsColor.g=(gMod<=25?Math.floor(color.g/51)*51:Math.ceil(color.g/51)*51);wsColor.b=(bMod<=25?Math.floor(color.b/51)*51:Math.ceil(color.b/51)*51);return wsColor;}
function hColorPickerMouseMove(ev){ev=ev||window.event;var hCPImg=ev.target||ev.srcElement;var mousePos=mouseCoordinates(ev);cp.colorPos=getPosition(hCPImg);var x=mousePos.x-cp.colorPos.x;var y=mousePos.y-cp.colorPos.y;var width=parseInt(hCPImg.offsetWidth);var height=parseInt(hCPImg.offsetHeight);var color=getHorizColor(y*width+x,width,height);cp.hColorDiv.style.backgroundColor=cp.cpColor='#'+color;}
function hColorPickerMouseDown(){if(cp.cpColor.r||(cp.cpColor.r===0))cp.cpColor='#'+hex(cp.cpColor.r)+hex(cp.cpColor.g)+hex(cp.cpColor.b);cp.cpInput.value=cp.cpColor;var mycolor=cp.cpInput;hideColorPicker();setColors(mycolor);return false;}
function findInputElm(ev){ev=ev||window.event;var theTd=ev.target||ev.srcElement;var ID=theTd.id;var inputID=theTd.id.replace(/td|new/,'input');input=document.getElementById(inputID);attachColorPicker(ev,input,0);}
function attachColorPicker(ev,input,noLg){createColorPicker();if(noLg)input.setAttribute('noLg','1');input.onfocus=showColorPicker;input.onblur=tryHideColorPicker;input.onclick=showColorPicker;showColorPicker(input,'l');}
function showSmColorPicker(ev){cp.clicked=true;showColorPicker(ev,'s');}
function showLgColorPicker(ev){ev=ev||window.event;var tagElm=ev.target||ev.srcElement;cp.clicked=true;showColorPicker(ev,'l');}
function showColorPicker(ev,size){var input=ev;size=size||(cp.fColorPicker.style.display=='block'?'l':'s');cp.ColorPicker.style.display='block';if(input.nodeName=='INPUT'){cp.cpInput=input;}
cp.hColorIcon.style.display=cp.cpInput.getAttribute('noLg')=='1'?'none':'inline';var inpPos=getPosition(cp.cpInput.parentNode);cp.hColorPicker.style.display=cp.fColorPicker.style.display='none';(size=='s'?cp.hColorPicker:cp.fColorPicker)['style'].display='block';if(size!='s'){cp.baseColor=parseColor(cp.cpInput.value);setCPColor(cp.fColorImg.style.backgroundColor=cp.origColor=cp.OrigColorDiv.style.backgroundColor='#'+hex(cp.baseColor.r)+hex(cp.baseColor.g)+hex(cp.baseColor.b));cp.sliderPos=getPosition(cp.colorSlider);}}
function tryHideColorPicker(){if(!cp.clicked)hideColorPicker();}
function hideColorPicker(){cp.ColorPicker.style.display='none';return false;}
function cpMouseDown(ev){cp.cpPos=getPosition(cp.fColorImg);cp.cpMouseDown=true;return false;}
function cpMouseUp(ev){cp.cpMouseDown=false;}
function cpSliderMouseDown(ev){cp.csPos=getPosition(cp.colorSlider);cp.SliderMouseDown=true;return false;}
function cpSliderMouseUp(ev){cp.SliderMouseDown=false;}
function cpSliderClick(ev){ev=ev||window.event;var mousePos=mouseCoordinates(ev);var y=mousePos.y-cp.sliderPos.y-4;cpSliderSetColor(y);}
function cpMouseClick(ev){ev=ev||window.event;var mousePos=mouseCoordinates(ev);var x=mousePos.x-cp.cpPos.x-1;var y=mousePos.y-cp.cpPos.y-1;setCPColor(getGradientColor(x,y,cp.baseColor));}
function cpMouseMove(ev){if(cp.cpMouseDown){cpMouseClick(ev);}
if(cp.SliderMouseDown){cpSliderClick(ev);}
return false;}
function cpSliderSetColor(y){y=y<0?0:y>255?255:y;cp.Arrows.style.top=(y+18)+'px';var color=cp.baseColor=getVertColor(y,256);cp.fColorImg.style.backgroundColor='#'+hex(color.r)+hex(color.g)+hex(color.b);}
function selectWebSafeColor(){setCPColor(getWebSafeColor(cp.cpColor));}
function resetColor(){setCPColor(cp.origColor);}
function setCPColor(color){try{if(color.srcElement||color.target)color=null;}catch(e){}
if(color&&(!color.r&&(color.r!=0)))color=parseColor(color);if(!color){color={r:parseInt(cp.rInput.value),g:parseInt(cp.gInput.value),b:parseInt(cp.bInput.value)}}
var wsColor=getWebSafeColor(color)
if(wsColor&&!cp.websafeCheckbox.checked){cp.websafeImg.style.display='block';cp.websafeImg.style.backgroundColor='#'+hex(wsColor.r)+hex(wsColor.g)+hex(wsColor.b);}else{if(wsColor&&cp.websafeCheckbox.checked)color=wsColor;cp.websafeImg.style.display='none';}
cp.rInput.value=color.r;cp.gInput.value=color.g;cp.bInput.value=color.b;cp.cpColor=color;cp.curColorDiv.style.backgroundColor='#'+hex(color.r)+hex(color.g)+hex(color.b);}
function parseColor(text){if(colorNames[text.toLowerCase()])text=colorNames[text.toLowerCase()];if(/^\#?[0-9A-F]{6}$/i.test(text)){return{r:eval('0x'+text.substr(text.length==6?0:1,2)),g:eval('0x'+text.substr(text.length==6?2:3,2)),b:eval('0x'+text.substr(text.length==6?4:5,2))}}
return{r:255,g:0,b:0};}
function documentMouseDown(ev){ev=ev||window.event;var target=ev.srcElement||ev.target;while(target){if(target==cp.ColorPicker)return;target=target.parentNode;}
cp.ColorPicker.style.display='none';}
function documentMouseUp(ev){cpMouseUp(ev);cpSliderMouseUp(ev);}
function $(id){if(document.getElementById&&document.getElementById(id)){return document.getElementById(id);}else{}}
function addEvent(obj,type,fn){if(obj.addEventListener){obj.addEventListener(type,fn,false);EventCache.add(obj,type,fn);}else if(obj.attachEvent){obj["e"+type+fn]=fn;obj[type+fn]=function(){obj["e"+type+fn](window.event);}
obj.attachEvent("on"+type,obj[type+fn]);EventCache.add(obj,type,fn);}else{obj["on"+type]=obj["e"+type+fn];}}
var EventCache=function(){var listEvents=[];return{listEvents:listEvents,add:function(node,sEventName,fHandler){listEvents.push(arguments);},flush:function(){var i,item;for(i=listEvents.length-1;i>=0;i=i-1){item=listEvents[i];if(item[0].removeEventListener){item[0].removeEventListener(item[1],item[2],item[3]);};if(item[1].substring(0,2)!="on"){item[1]="on"+item[1];};if(item[0].detachEvent){item[0].detachEvent(item[1],item[2]);};item[0][item[1]]=null;};}};}();addEvent(window,'unload',EventCache.flush);function removeEvent(obj,evType,fn,useCapture){if(obj.removeEventListener){obj.removeEventListener(evType,fn,useCapture);return true;}else if(obj.detachEvent){var r=obj.detachEvent("on"+evType,fn);return r;}else{elm['on'+evType]=null;}}
function setColors(ev){ID=ev.id;var tdID=ID.replace(/input/,'td');var theTd=$(tdID);var newID=ID.replace(/input/,'new');var newTag=$(newID);color=ev.value;exampleTd=$(colorVar[ID][0]);toStyle=colorVar[ID][3];theTd.style.backgroundColor=color;newTag.style.backgroundColor=color;exampleTd.style[toStyle]=color;ev.name=colorVar[ID][1];setCPColor(color);}
jsLib={init:function(){document.onmousedown=documentMouseDown;document.onmouseup=documentMouseUp;window.attachColorPicker=attachColorPicker;createColorPicker();if(!document.getElementById||!document.getElementsByTagName){return;}
for(i=1;i<19;i++){var tdVar='td'+i;var tdX=$(tdVar);var inputVar='input'+i;var inputX=$(inputVar);if(typeof tdX=='object'&&typeof inputX=='object'){var id=inputX.id;var colorKeyTableIdX=colorVar[id][0];var perlVar=colorVar[id][1];var savedColor=colorVar[id][2];var toStyle=colorVar[id][3];var originalColor=colorVar[id][4];tdX.style.backgroundColor=(savedColor!='')?savedColor:originalColor;inputX.value=(savedColor!='')?savedColor:originalColor;inputX.name=perlVar;if(colorKeyTableIdX&&document.getElementById(colorKeyTableIdX)){var colorKeyTableElementX=document.getElementById(colorKeyTableIdX);colorKeyTableElementX.style[toStyle]=(savedColor!='')?savedColor:originalColor;}
addEvent(tdX,'click',findInputElm);addEvent(inputX,'focus',showLgColorPicker);addEvent(inputX,'blur',tryHideColorPicker);addEvent(inputX,'change',setColors);addEvent(inputX,'mousedown',documentMouseDown);addEvent(inputX,'mouseup',documentMouseUp);}}}}
addEvent(window,'load',jsLib.init);})();
