
var UNKNOWN=0;var IMAGE=1;var MOVIE=2;var FLASH=3;var GAME=4;var EFFECT=5;var BGSOUND=6;var TEXTART=7;var MYSPACELO=8;var XANGALO=9;var WEBSITELO=10;var IMGERROR=5346;function writeBG(theURL,repeatVal)
{var mbg=new Object();mbg.url=theURL;mbg.rpt=repeatVal;createCookie('mybg',$.toJSON(mbg),36);}
function setEM(email)
{if(email.isWhitespace()||!SU.isEmail(email)){return;}
createCookie('myemail',email,36);$('.usem').val(email);}
var suH;var thH;var sites=new Array();sites[sites.length]={name:'MySpace',clim:1500,curl:'http://collect.myspace.com/index.cfm?fuseaction=misc.contactInput'};sites[sites.length]={name:'Cherry Tap',clim:1800,curl:'mailto:support@cherrytap.com'};sites[sites.length]={name:'Tagged',clim:3800,curl:'http://www.tagged.com/tag_back.html'};sites[sites.length]={name:'Care 2',clim:1000,curl:'http://www.care2.com/help/support'};sites[sites.length]={name:'Another Site',clim:1500,curl:'mailto:support@YourSite.com'};sites[sites.length]={name:'OC',clim:99999,curl:''};function chSite()
{var i=$('#chnkSize').val();if(sites[i].name!="OC")
{$('#consite')[0].href=sites[i].curl;$('#stname').html(sites[i].name);}
if(afterInit)shChnks();}
function initSites()
{var s="";for(var i=0;i<sites.length;i++)
{if(sites[i].name=="OC")
{s+="<option value="+i+">I'm fine with Just one Chunk!</option>";}else
{s+="<option value="+i+">"+sites[i].name+" - about "+sites[i].clim+" character limit</option>";}}
$('#chnkSize').html(s);chSite();}
function chkLen()
{if($('#forpstr')[0].checked)return;if(totLen>1500)
{$('#chnkD').jqmShow();shChnks();}}
function shChnks()
{fullCode=reAmp(fullCode);totLen=fullCode.length;$('#chnkSize').change(chSite);var chS=sites[$('#chnkSize').val()].clim;$('#cdLen').html(totLen);var nChnks;if(chS==99999)
{nChnks=1;}else
{nChnks=Math.ceil(totLen/chS);}
$('#chMsg').html("Here is your Code in <u style='color:#f33'>"+nChnks+" Chunk"+((nChnks>1)?("s"):(""))+".</u><br>Copy & paste each chunk, in the order given,<br>as <u>Separate comments</u><br>");$("#chnksH").empty();chbp=new Array();for(var i=0;i<nChnks;i++)
{var ch=getCH(i+1,chS);var chb=$("<span class=lbl>Code Chunk #"+(nChnks-i)+"</span><br><textarea class=chbox>"+ch+"</textarea><br><br>");$("#chnksH").prepend(chb);}
$(".chbox").click(function(){this.select()});$('#chnkSize')[0].blur();}
var chbp;function dchbp()
{var s="";$.each(chbp,function(i,v){s+="chbp["+i+"] = "+v+"\n";});return s;}
function getCH(num,size)
{aftf=false;var p=num*size;var pp=(num-1)*size;var code;var toEnd=false;if(p>fullCode.length)toEnd=true;if(num==1)
{chbp[num]=fullCode.substring(0,p).lastIndexOf("&amp;nbsp;");if(chbp[num]!=-1)chbp[num]+=10;if(chbp[num]==-1)chbp[num]=fullCode.substring(0,p).lastIndexOf("<fo");if(chbp[num]==-1)chbp[num]=fullCode.substring(0,p).lastIndexOf("<");if(chbp[num]==-1)
{code=fullCode.substring(0,p);chbp[num]=p;}else
{code=fullCode.substring(0,chbp[num]);}}else
{chbp[num]=fullCode.substring(chbp[num-1],p).lastIndexOf("&amp;nbsp;");if(chbp[num]!=-1)chbp[num]+=10;if(chbp[num]==-1)chbp[num]=fullCode.substring(chbp[num-1],p).lastIndexOf("<fo");if(chbp[num]!=-1)getLastSt(fullCode.substring(((num==2)?(0):(chbp[num-2])),chbp[num-1]));if(chbp[num]==-1)chbp[num]=fullCode.substring(chbp[num-1],p).lastIndexOf("<");if(chbp[num]!=-1)chbp[num]=chbp[num]+chbp[num-1];else chbp[num]=chbp[num-1]+size;if(toEnd){if(aftf)code=insSt(fullCode.substring(chbp[num-1]));else code=fullCode.substring(chbp[num-1]);}else{if(aftf)code=insSt(fullCode.substring(chbp[num-1],chbp[num]));else code=fullCode.substring(chbp[num-1],chbp[num]);}}
return code;}
var lastC,lastS,lastF,lastP,lastI,lastU,lastB;var aftf;function getLastSt(s)
{s=s.toLowerCase();if(s.indexOf("color=")!=-1)lastC=s.substring(s.lastIndexOf("color=")+6,s.lastIndexOf("color=")+12);if(s.indexOf("size=")!=-1)lastS=s.substring(s.lastIndexOf("size=")+5,s.lastIndexOf("size=")+6);if(s.indexOf("face=")!=-1)lastF=s.substring(s.lastIndexOf("face='")+6,s.indexOf("'",(s.lastIndexOf("face='")+6)));lastP=INL;if(s.lastIndexOf("<sup>")>s.lastIndexOf("</sup>"))lastP="<sup>";if(s.lastIndexOf("<sub>")>s.lastIndexOf("</sub>"))lastP="<sub>";if(s.lastIndexOf("<sup>")>s.lastIndexOf("<sub>"))lastP="<sup>";if(s.lastIndexOf("<i>")>s.lastIndexOf("</i>"))lastI="<i>";else lastI=NIT;if(s.lastIndexOf("<u>")>s.lastIndexOf("</u>"))lastU="<u>";else lastU=NUL;if(s.lastIndexOf("<b>")>s.lastIndexOf("</b>"))lastB="<b>";else lastB=NBL;aftf=true;}
function insSt(st)
{if(st.substring(0,4)=="</u>")st=st.substring(4);if(st.substring(0,4)=="</b>")st=st.substring(4);if(st.substring(0,4)=="</i>")st=st.substring(4);if(st.substring(0,5)!="<font")st="<font   >"+st;var c=false;var s=false;var f=false;var p=false;var i=false;var u=false;var b=false;var ci=st.indexOf("color=",4);var si=st.indexOf("size=",4);var fi=st.indexOf("face=",4);var pi;if(st.indexOf("<sup>",4)==-1)
{if(st.indexOf("<sub>",4)==-1)
{pi=-1;}else
{pi=st.indexOf("<sub>",4);}}else
{pi=st.indexOf("<sup>",4);}
var ii=st.indexOf("<i>",4);var ui=st.indexOf("<u>",4);var bi=st.indexOf("<b>",4);var efi=st.indexOf(">",4);if((efi>ci&&ci>0))c=true;if((efi>si&&si>0))s=true;if((efi>fi&&fi>0))f=true;if((efi>pi&&pi>0))p=true;if((efi>ii&&ii>0))i=true;if((efi>ui&&ui>0))u=true;if((efi>bi&&bi>0))b=true;var ends=st.substring(st.indexOf(">")+1);var myst=" "+st.substring(6,st.indexOf(">"))
st=st.substring(0,5);st+=((!c)?(" color="+lastC+""):(" "));st+=((!s)?(" size="+lastS+""):(" "));st+=((!f)?(" face='"+lastF+"'"):(" "));st+=myst+">";st+=((!p)?(lastP):(""));st+=((!i)?(lastI):(""));st+=((!u)?(lastU):(""));st+=((!b)?(lastB):(""));st+=ends;return st;}
function updateMsg()
{clearTimeout(umt);setTimeout(function(){finUpdateMsg()},10);}
var umt;function finUpdateMsg()
{if($("#msgBox").val()==""){$("#tbhl")[0].className="unsel";$("#adcb").css({color:"#ccc"})[0].disabled=true;$("#kbe").css({color:"#ccc"});}else{$("#tbhl")[0].className="seeme";$("#adcb").css({color:"#135"})[0].disabled=false;$("#kbe").css({color:"#000"});}
var s=createMsg();$("#dispMsg").html(s);stMrq('mrq'+mrqn);resetPointers();umt=setTimeout(function(){var msH=$("#dispMsg").height()+10;$("#subox").height(suH+msH);$("#tabhold").height(thH+msH+10);},650);}
function stMrq(id)
{if(!currStyle.mrqR.use)return;var tmrq=$('#'+id)[0];tmrq.style.background=currStyle.mrqR.bgc;tmrq.style.width=currStyle.mrqR.w+"px";tmrq.style.height=currStyle.mrqR.h+"px";tmrq.start();}
var mrqn=0;function createMsg()
{var s=$('#msgBox').val();var theHTML="";for(var i=0;i<s.length;i++)
{if(s.charCodeAt(i)==13)
{}else if(s.charCodeAt(i)==10)
{theHTML+="<font><br></font>";}else
{theHTML+="<font "+getFSS(s.charAt(i))+"</font>";}}
var wrap="";if(currStyle.mrqR.use)
{wrap=mrqCode();}
theHTML=wrap+theHTML;if(currStyle.mrqR.use)
{theHTML+="</marquee>";}
return theHTML;}
function mrqCode(opt)
{mrqn++;;var s="";s+="<marquee "+((opt)?(""):("id='mrq"+mrqn+"' "))+"behavior="+currStyle.mrqR.beh+" scrollamount="+currStyle.mrqR.spd+" ";s+="width="+currStyle.mrqR.w+"px height="+currStyle.mrqR.h+"px direction='"+currStyle.mrqR.dir+"' ";s+=((currStyle.mrqR.bgc=='')?(""):("bgcolor="+currStyle.mrqR.bgc));s+=">";return s;}
function getStMenA(ssf,stArr,toId)
{var s="";if(ssf=="setMyStyle"){s="<span class=smlbl style='margin-left:15px'>drag styles up or down to re-order list</span><br>";$(s).appendTo(toId);}
for(var i=0;i<stArr.length;i++)
{s="";s+="<a id='mys"+i+"' class=bmc style='white-space:nowrap;overflow:hidden;width:240px;"+((ssf=='setMyStyle')?("cursor:move;"):(""))+"";s+="height:55px' href='javascript:void(0)' onclick='setTimeout(function(){"+ssf+"("+i+")},25)'>";s+=""+((ssf=='setMyStyle')?("<div class=srtdelhov onclick='remMySt("+i+")'>delete</div>"):(""))
currStyle=stArr[i];s+=getStNameHTML(stArr[i]);s+="</a><br>";$(s).appendTo(toId);if(currStyle.mrqR.use)stMrq('mrq'+mrqn);}}
var nss=false;function remMySt(n)
{nss=true;myStyles=$.grep(myStyles,function(st,i){if(i==n)return false;return true});$('#upCFT').html("Delete Style from Favorites");$('#upCFM').html(" Removing Style...");upMySt();setTimeout(function(){currStyle=defStyle;updateMsg();},800);return false;}
function orderMySt()
{if(!afterInit)return;var na=new Array();$('.bmc','#msmen').each(function(){na[na.length]=myStyles[parseInt(this.id.substring(3))];});myStyles=na;$('#upCFT').html("Re-order Style Favorites");$('#upCFM').html(" Reording Styles...");upMySt();prevStyle=currStyle;setTimeout(function(){currStyle=prevStyle;},800);return false;}
function minAe()
{rCcd();$('#upCF').jqmHide();}
function rCcd()
{$('#upCFT').html("Process Code Change");$('#upCFM').html(" Updating Code...");}
function upMySt(fromGal)
{$('#upCF').jqmShow();setTimeout(function(){$("#msmen").empty();getStMenA('setMyStyle',myStyles,"#msmen");rCcd();setTimeout(function(){$('#msmen').Sortable({accept:'bmc',helperclass:'phsh',opacity:0.8,fx:0,axis:'vertically',revert:true,tolerance:'pointer',onStop:function(){orderMySt()}});},50);$('#upCF').jqmHide();$("#msmen")[0].style.visibility="hidden";writeMySt();if(!fromGal)setCaretToEnd($("#msgBox")[0]);if(fromGal)$('#gal').jqmShow();},400);}
function getFontMen()
{var s="";for(var i=0;i<fonts.length;i++)
{s+="<a class=bmc href=\"javascript:addFnt('"+i+"')\"><font face='"+fonts[i].n+"' Size=5>"+fonts[i].dn+"</font></a>";}
return s;}
function setMyStyle(n)
{if(nss){nss=false;return;}
currStyle=myStyles[n];updateMsg();$("#msmen")[0].style.visibility="hidden";setCaretToEnd($("#msgBox")[0]);}
function setPopStyle(n)
{currStyle=popStyles[n];updateMsg();$("#popsmen")[0].style.visibility="hidden";setCaretToEnd($("#msgBox")[0]);}
function setCaretToEnd(control){if(control.createTextRange){var range=control.createTextRange();range.collapse(false);range.select();}
else if(control.setSelectionRange){control.focus();var length=control.value.length;control.setSelectionRange(length,length);}}
function getStNameHTML(style)
{var s=style.stN;var theHTML="";for(var i=0;i<s.length;i++)
{theHTML+="<font "+getFSS(s.charAt(i))+"</font>";}
var wrap="";if(currStyle.mrqR.use)
{wrap=mrqCode();}
theHTML=wrap+theHTML;if(currStyle.mrqR.use)
{theHTML+="</marquee>";}
return theHTML;}
function chkKeys(event)
{var kc=SU.getKC(event);if(event.ctrlKey&&kc==13)
{addTB();return;}
if(kc==13||kc==18||kc==20||kc==27||kc==16||kc==17)return;updateMsg();return;}
var fullCode;function updateCode()
{var lt;if($('#forpstr')[0].checked)lt="Get COOL profile text!";else lt="COOL comment text";if(afterInit)showUC();var code="";if($('#forpstr')[0].checked)code+="<div style='width:640px'>"
$('.ndo','#comH').each(function(){code+=$(this).val()+"<br>";});code+="<a href=http://www.bleme.com>"+lt+"</a>";if($('#forpstr')[0].checked)code+="</div>"
totLen=code.length;$("#mainTA").val(code);fullCode=code;}
function chCodeType()
{$('#upCF').jqmShow();setTimeout(function(){$('#upCF').jqmHide();updateCode();},800);}
function reAmp(html)
{var ampRE=/(&nbsp;){1}/ig;html=html.replace(ampRE,"&amp;nbsp;");return html;}
function showUC()
{$('#upCF').jqmShow();setTimeout(hideUC,700);}
function hideUC()
{$('#upCF').jqmHide();$("#msgBox")[0].focus();setCaretToEnd($("#msgBox")[0]);}
function showItCred(n)
{var url="http://"+$('#ith'+n)[0].jQ.gridItem.srcDomain+"/";$('#credSite')[0].href=url;$('#credSite').html(url);$('#itCR').jqmShow();}
var phNum=0;var autoSP;var phrases;function initPH()
{try
{var mp=readCookie('myphrases');phrases=eval(mp);var cb=readCookie('myautophr');autoSP=eval(cb);if(!autoSP)$('#apCB')[0].checked=false;}catch(err){}
if(phrases==null)
{phrases=new Array();}
if(autoSP==null)
{autoSP=true;createCookie('myautophr','true',36);$('#apCB')[0].checked=true;}
$('#apCB').click(togAutoPh);fillPhMrg();}
function fillPhMrg()
{psrtb=false;$('#phSrt').empty();for(var i=0;i<phrases.length;i++)
{$('#newPhBox').val(phrases[i]);storePH();}}
var psrtb=false;function opPhMrg()
{$('#phMgr').jqmShow();if(!psrtb)setTimeout(function(){mkPhSrt()},50);}
function mkPhSrt()
{$('#phSrt').Sortable({accept:'srtp',helperclass:'phsh',opacity:0.8,fx:0,axis:'vertically',revert:true,tolerance:'pointer',onchange:function(){}});psrtb=true;}
function togAutoPh()
{if(autoSP)
{autoSP=false;createCookie('myautophr','false',36);$('#apCB')[0].checked=false;}else
{autoSP=true;createCookie('myautophr','true',36);$('#apCB')[0].checked=true;}}
function storePH()
{var txt=$('#newPhBox').val();var ph=$("<div class='srtp phs' id=ph"+phNum+"><div class=srtdelhov id=delph"+phNum+">delete</div><div class=phh>"+txt+"</div></div>");if(afterInit)$("#phSrt").prepend(ph);else $("#phSrt").append(ph);$('#newPhBox').val("");var id=phNum;$("#delph"+phNum).click(function(){remPH(id)});if(afterInit)
{if(!psrtb)mkPhSrt();else $("#phSrt").SortableAddItem($("#ph"+phNum)[0]);try{$('#stPhB').trigger("mouseout");$('#phSrt')[0].scrollTop=$('#phSrt')[0].scrollHeight;}catch(err){}
setTimeout(function(){try{$('#newPhBox').trigger("keydown");$('#newPhBox')[0].focus()}catch(err){}},25);}
phNum++;}
function remPH(n)
{$("#ph"+n).remove();}
function getPH()
{var sel=$('#stPhr')[0];sel.options.length=0;sel.options[sel.options.length]=new Option("- Your Stored Phrases -");phrases=new Array();$('.phh','#phSrt').each(function(){sel.options[sel.options.length]=new Option($(this).html());phrases[phrases.length]=$(this).html();});writePH();}
function optIT(html)
{var altRE=/(alt=){1}('|"){1}[a-zA-Z0-9 &*_]+('|"){1}/ig;html=html.replace(altRE,"");return html;}
function optTB(html)
{if(currStyle.mrqR.use)html=html.substring(html.indexOf(">")+1);var fontTags=new Array();var ltrs=new Array();if(html.indexOf("</font><font")!=-1)
{fontTags=html.split("</font><font");}else
{fontTags=html.split("</FONT><FONT");}
if(fontTags.length==1||fontTags.length==2){totLen+=html.length;return html;}
$.each(fontTags,function(i,ft){if(i==0)
{fontTags[i]=this+"</font>";}else if(i==fontTags.length)
{fontTags[i]="<font "+this;}else
{fontTags[i]="<font "+this+"</font>";}
ltrs[ltrs.length]=getValues(fontTags[i]);});var newHTML="";var nLMatches;var lLMatches;var lastLetter,currLetter,nextLetter;while(ltrs[0].ch=="br")
{newHTML+="<br>";ltrs=$.grep(ltrs,function(l,i){if(i==0)return false;else return true;});}
newHTML+="<font face='"+ltrs[0].face+"' color="+ltrs[0].color+" size="+ltrs[0].size+">";if(ltrs[0].pos==SUP)newHTML+="<sup>";if(ltrs[0].pos==SUB)newHTML+="<sub>";if(ltrs[0].ital)newHTML+="<i>";if(ltrs[0].bold)newHTML+="<b>";if(ltrs[0].und)newHTML+="<u>";newHTML+=ltrs[0].ch;nLMatches=getMatches(ltrs[0],ltrs[1]);if(!match(nLMatches.und)){if(ltrs[0].und)newHTML+="</u>";}
if(!match(nLMatches.bold)){if(ltrs[0].bold)newHTML+="</b>";}
if(!match(nLMatches.ital)){if(ltrs[0].ital)newHTML+="</i>";}
if(!match(nLMatches.pos)){if(ltrs[0].pos==SUP)newHTML+="</sup>";if(ltrs[0].pos==SUB)newHTML+="</sub>";}
if(!match(nLMatches.face)&&!match(nLMatches.color)&&!match(nLMatches.size))html+="</font>";else nOpF++;for(var i=1;i<ltrs.length-1;i++)
{dl=2;dn=2;currLetter=ltrs[i];var l=currLetter;if(currLetter.ch=="br")
{newHTML+="<br>";continue;}
lastLetter=ltrs[i-1];try{while(lastLetter.ch=="br")
{lastLetter=ltrs[i-dl];dl++;}}catch(err){continue}
nextLetter=ltrs[i+1];try{while(nextLetter.ch=="br")
{nextLetter=ltrs[i+dn];dn++;}}catch(err){continue}
lLMatches=getMatches(currLetter,lastLetter);nLMatches=getMatches(currLetter,nextLetter);newHTML+=outHTML(currLetter,lLMatches,nLMatches);}
if(ltrs[ltrs.length-1].ch=="br")
{newHTML+="<br>";}else
{lLMatches=getMatches(ltrs[ltrs.length-1],ltrs[ltrs.length-2]);if(!match(lLMatches.face)||!match(lLMatches.color)||!match(lLMatches.size))
{newHTML+="<font";if(!match(lLMatches.face))newHTML+=" face='"+ltrs[ltrs.length-1].face+"'";if(!match(lLMatches.color))newHTML+=" color="+ltrs[ltrs.length-1].color;if(!match(lLMatches.size))newHTML+=" size="+ltrs[ltrs.length-1].size;newHTML+=">";}
if(!match(lLMatches.pos)){if(ltrs[ltrs.length-1].pos==SUP)newHTML+="<sup>";if(ltrs[ltrs.length-1].pos==SUB)newHTML+="<sub>";}
if(!match(lLMatches.ital)){if(ltrs[ltrs.length-1])newHTML+="<i>";}
if(!match(lLMatches.bold)){if(ltrs[ltrs.length-1].bold)newHTML+="<b>";}
if(!match(lLMatches.und)){if(ltrs[ltrs.length-1].und)newHTML+="<u>";}
newHTML+=ltrs[ltrs.length-1].ch;if(ltrs[ltrs.length-1].pos==SUP)newHTML+="</sup>";if(ltrs[ltrs.length-1].pos==SUB)newHTML+="</sub>";if(ltrs[ltrs.length-1].ital)newHTML+="</i>";if(ltrs[ltrs.length-1].bold)newHTML+="</b>";if(ltrs[ltrs.length-1].und)newHTML+="</u>";}
newHTML+="</font>";nOpF--;if(nOpF>0)newHTML+="<font size=2>";var wrap="";if(currStyle.mrqR.use)
{wrap=mrqCode(true);}
newHTML=wrap+newHTML;if(currStyle.mrqR.use)
{newHTML+="</marquee>";}
return newHTML;}
var totLen=0;var nOpF=0;function outHTML(cL,llM,nlM)
{var clMe=false;var clLast=true;var html="";if(!match(llM.face)||!match(llM.color)||!match(llM.size))
{html+="<font";if(!match(llM.face))html+=" face='"+cL.face+"'";if(!match(llM.color))html+=" color="+cL.color;if(!match(llM.size))html+=" size="+cL.size;html+=">";}else{nOpF--;}
if(!match(nlM.face)&&!match(nlM.color)&&!match(nlM.size))clMe=true;if(!match(llM.pos)){if(cL.pos==SUP)html+="<sup>";if(cL.pos==SUB)html+="<sub>";}
if(!match(llM.ital)){if(cL.ital)html+="<i>";}
if(!match(llM.bold)){if(cL.bold)html+="<b>";}
if(!match(llM.und)){if(cL.und)html+="<u>";}
html+=cL.ch;if(!match(nlM.und)){if(cL.und)html+="</u>";}
if(!match(nlM.bold)){if(cL.bold)html+="</b>";}
if(!match(nlM.ital)){if(cL.ital)html+="</i>";}
if(!match(nlM.pos)){if(cL.pos==SUP)html+="</sup>";if(cL.pos==SUB)html+="</sub>";}
if(clMe)html+="</font>";else nOpF++;return html;}
function match(prop)
{if(prop=='nomatch')return false;else return true;}
function getMatches(l1,l2)
{var m=new Object();if(l1.face==l2.face)m.face=l1.face;else m.face='nomatch';if(l1.color==l2.color)m.color=l1.color;else m.color='nomatch';if(l1.size==l2.size)m.size=l1.size;else m.size='nomatch';if(l1.pos==l2.pos)m.pos=l1.pos;else m.pos='nomatch';if(l1.ital==l2.ital)m.ital=l1.ital;else m.ital='nomatch';if(l1.bold==l2.bold)m.bold=l1.bold;else m.bold='nomatch';if(l1.und==l2.und)m.und=l1.und;else m.und='nomatch';return m;}
var fonts=[{n:'algerian',dn:'Algerian'},{n:'arial',dn:'Arial'},{n:'arial narrow',dn:'Arial Narrow'},{n:'brush script mt',dn:'Brush Script'},{n:'century gothic',dn:'Century Goth'},{n:'colonna mt',dn:'Colonna Mt'},{n:'courier',dn:'courier',dn:'Courier'},{n:'courier new',dn:'Courier New'},{n:'cursive',dn:'Cursive'},{n:'fantasy',dn:'Fantasy'},{n:'footlight mt light',dn:'Footlight'},{n:'garamond',dn:'Garamond'},{n:'georgia',dn:'Georgia'},{n:'helvetica',dn:'Helvetica'},{n:'impact',dn:'Impact'},{n:'lucida console',dn:'Lucida'},{n:'matisse itc',dn:'Matisse ITC'},{n:'matura mt script capitals',dn:'Matura Script'},{n:'palatino',dn:'Palatino'},{n:'playbill',dn:'PLAYBILL'},{n:'symbol',dn:'Symbol'},{n:'system',dn:'System'},{n:'tempus sans itc',dn:'Tempus ITC'},{n:'times',dn:'Times Roman'},{n:'trebuchet ms',dn:'Trebuchet MS'},{n:'verdana',dn:'Verdana'},{n:'webdings',dn:'Web Dings'},{n:'wingdings',dn:'Wing Dings'},{n:'wide latin',dn:'Wide Latin'}];function getValues(fsu)
{var fs=fsu.toLowerCase();var l=new Object();if(fs.indexOf("<br>")!=-1)
{l.ch='br';l.face='none';l.color='none';l.size='none';l.pos='none';l.ital='none';l.bold='none';l.und='none';return l;}
if(fs.indexOf("<u>")!=-1)l.und=true;else l.und=false;if(fs.indexOf("<i>")!=-1)l.ital=true;else l.ital=false;if(fs.indexOf("<b>")!=-1)l.bold=true;else l.und=false;if(fs.indexOf("<sup>")!=-1)l.pos=SUP;else if(fs.indexOf("<sub>")!=-1)l.pos=SUB;else l.pos=INL;var fm;$.each(fonts,function(i,f){if(fs.indexOf(f.n)!=-1)fm=i;});l.face=fonts[fm].n;var p;p=fs.indexOf("color=");if(fs.charAt(p+6)=='#')
{l.color=fs.substring(p+7,p+13);}else
{l.color=fs.substring(p+8,p+14);}
p=fs.indexOf("size=");var sc=fs.charAt(p+5);if(sc=='1'||sc=='2'||sc=='3'||sc=='4'||sc=='5'||sc=='6'||sc=='7')
{l.size=parseInt(fs.charAt(p+5));}else
{l.size=parseInt(fs.charAt(p+6));}
if(fs.indexOf("&nbsp;")!=-1)
{l.ch="&amp;nbsp;";}else
{var chRE=/>{1}(.){1}<{1}/ig;chRE.lastIndex=0;var foundCH=chRE.exec(fsu);if(foundCH!=null)
{l.ch=foundCH[0].charAt(1);}}
chRe=null;return l;}
var tbNum=0;var itNum=0;function addTB()
{$("#subox").height($("#subox").height()+20);$("#tabhold").height($("#tabhold").height()+30);suH=$("#subox").height();thH=$("#tabhold").height();var tb=$("<div class='srtab sorts' id=tb"+tbNum+"><div class=srtdel id=deltb"+tbNum+">delete</div><textarea class=ndo>"+optTB($("#dispMsg").html())+"</textarea>"+$("#dispMsg").html()+"</div>");$("#comH").prepend(tb).SortableAddItem($("#tb"+tbNum)[0]);tb.mouseover(function(){overCom(this)}).mouseout(function(){outCom(this)});var id=tbNum;$("#deltb"+tbNum).click(function(){remTB(id)});tbNum++;if(autoSP&&!phrases.contains($("#msgBox").val()))
{$('#newPhBox').val($("#msgBox").val());storePH();getPH();}
$("#msgBox").val("");$("#dispMsg").empty();$("#tbhl")[0].className="unsel";$("#adcb")[0].blur();$("#kbe").css({color:"#ccc"});setTimeout(function(){$("#adcb").css({color:"#ccc"})[0].disabled=true;},50);$("#stPhr")[0].selectedIndex=0;updateCode();stMrq('mrq'+(mrqn-1));upStPop(currStyle);}
function remTB(n)
{var tb=$("#tb"+n);tbH=tb.height()+40;tb.remove();updateCode();setTimeout(function(){suH-=(tbH-10);thH-=tbH;$("#subox").height(suH);$("#tabhold").height(thH);},1500);}
function addIT()
{var code=$('#newIC').val();if(code.isWhitespace()){$("#newIC").val("")[0].focus();return;}
code=optIT(code);var it;if($.browser.msie)it=$("<div class='srtab sorts' id=it"+itNum+"><div class=srtdel id=delit"+itNum+">delete</div><a class=itcred href='javascript:showItCred("+itNum+")' id=crlnk"+itNum+">credits</a><textarea class=ndo>"+code+"</textarea><div  style='position:relative;height:10px' id=ith"+itNum+"></div></div>");else it=$("<div class='srtab sorts' id=it"+itNum+"><div class=srtdel id=delit"+itNum+">delete</div><a class=itcred href='javascript:showItCred("+itNum+")' id=crlnk"+itNum+">credits</a><textarea class=ndo>"+code+"</textarea><div  style='position:relative;' id=ith"+itNum+"></div></div>");$("#comH").prepend(it[0]).SortableAddItem(it[0]);it.mouseover(function(){overCom(this)}).mouseout(function(){outCom(this)});$("#it"+itNum)[0].mynum=itNum;var id=itNum;$("#delit"+itNum).click(function(){remIT(id)});$("#ith"+itNum).GridItem(code);var hel=$("#ith"+itNum)[0];itNum++;$("#newIC").val("");$('#addI').jqmHide();var itH=it.height()+40;setTimeout(function(){finAltIT(itH,false,it)},1500);updateCode();setTimeout(function(){$('#toptab').ScrollTo(800);return false;},1000);if(hel.jQ.gridItem.type==IMAGE||hel.jQ.gridItem.type==MOVIE){if(hel.jQ.gridItem.type==IMAGE){var theImg=$(hel)[0].firstChild;$(theImg).load(function(){$(theImg).unbind();var ht=getNaturalHeight(theImg);var wt=getNaturalWidth(theImg);if(ht>5&&wt>5){postRecItem(code);}});}else{postRecItem(code);}}}
function postRecItem(code)
{var nc="adita_"+(new Date).getTime();$.ajax({type:"POST",url:"/adita.tq",dataType:"json",data:{"nc":nc,"itcd":code},success:function(){},error:function(){}});}
function remIT(n)
{var it=$("#it"+n);var itH=it.height()+40;it.remove();setTimeout(function(){finAltIT(itH,true)},1500);updateCode();}
function finAltIT(itH,rem,it)
{setTimeout(function(){if(it)itH=it.height()+40;if(rem){suH-=(itH-10);thH-=itH;}else{suH+=(itH-10);thH+=itH;}
$("#subox").height(suH);$("#tabhold").height(thH);},2500);}
function overCom(ci)
{var num=($(ci)[0].mynum);$(ci)[0].className='sorts srtabhov';$(ci)[0].firstChild.className="srtdelhov";try{$("#crlnk"+num)[0].className="itcredhov";}catch(err){};}
function outCom(ci)
{var num=($(ci)[0].mynum);$(ci)[0].className='sorts srtab';$(ci)[0].firstChild.className="srtdel";try{$("#crlnk"+num)[0].className="itcred";}catch(err){};}
var RAND=0;var LOOP=1;var CAP=0;var NOCAP=1;var ASIS=2;var SUP='<sup></sup>';var SUB='<sub></sub>';var INL='';var IT='<i></i>';var NIT='';var UL='<u></u>';var NUL='';var BL='<b></b>';var NBL='';var myStyles;function initST()
{if(sdOn){}
try
{var ms=readCookie('mysts');myStyles=eval(ms);}catch(err){}
if(myStyles==null)
{myStyles=new Array();myStyles[0]=defStyle;}}
var popStyles=new Array()
var currStyle,prevStyle;var defStyle={stN:'Default',added:'',by:'bleme',url:'http://www.bleme.com/',snags:0,clrR:{cp:0,ctrl:LOOP,vals:['#000055']},szR:{cp:0,ctrl:LOOP,vals:[5]},fntR:{cp:0,ctrl:LOOP,vals:['cursive']},csR:{cp:0,ctrl:LOOP,vals:[ASIS]},psR:{cp:0,ctrl:LOOP,vals:[INL]},itR:{cp:0,ctrl:LOOP,vals:[NIT]},unR:{cp:0,ctrl:LOOP,vals:[NUL]},blR:{cp:0,ctrl:LOOP,vals:[NBL]},mrqR:{use:false,dir:null,beh:null,h:null,w:null,spd:null,bgc:null},sid:"defaultdefault"};function mrgStyles(first,second){var r=[].slice.call(first,0);for(var i=0,sl=second.length;i<sl;i++){if(!hasSt(second[i],r))first.push(second[i]);}
return first;}
function hasSt(st,sta)
{for(var i=0;i<sta.length;i++){if(sta[i].sid==st.sid)return true;}
return false;}
function resetPointers()
{currStyle.clrR.cp=0;currStyle.szR.cp=0;currStyle.fntR.cp=0;currStyle.csR.cp=0;currStyle.psR.cp=0;currStyle.itR.cp=0;currStyle.unR.cp=0;currStyle.blR.cp=0;}
function getFSS(tC)
{var s=" color="+ruleVal(currStyle.clrR);s+=" size="+ruleVal(currStyle.szR);s+=" face='"+ruleVal(currStyle.fntR)+"'";s+=">";var snip=ruleVal(currStyle.psR,snip);snip=ruleVal(currStyle.itR,snip);snip=ruleVal(currStyle.unR,snip);snip=ruleVal(currStyle.blR,snip);snip=ruleVal(currStyle.csR,snip,tC);s+=snip;return s;}
function ruleVal(rule,snip,tC)
{if(rule.ctrl==RAND)
{return randPick(rule.vals,snip,tC);}else if(rule.ctrl==LOOP)
{return nextPick(rule,snip,tC)}}
function randPick(tA,snip,tC)
{var rn=Math.floor(Math.random()*tA.length);var s;if(snip)
{s=snip.substring(0,(snip.indexOf("/")-1));if(tC)
{if(tC==" ")s+="&nbsp; ";else s+=charForVal(tA[rn],tC);}else
{s+=tA[rn];}
s+=snip.substring(snip.indexOf("/")-1);return s;}
if(tC)
{if(tC==" ")return"&nbsp; ";return charForVal(tA[rn],tC);}else
{return tA[rn];}}
function nextPick(rule,snip,tC)
{if(rule.cp==rule.vals.length)
{rule.cp=0;}
var val=rule.vals[rule.cp];rule.cp++;var s;if(snip)
{s=snip.substring(0,(snip.indexOf("/")-1));if(tC)
{if(tC==" ")s+="&nbsp; ";else s+=charForVal(val,tC);}else
{s+=val;}
s+=snip.substring(snip.indexOf("/")-1);return s;}
if(tC)
{if(tC==" ")return"&nbsp; ";return charForVal(val,tC);}else
{return val;}}
function charForVal(val,tC)
{if(val==ASIS)return tC;if(val==CAP)return tC.toUpperCase();if(val==NOCAP)return tC.toLowerCase();}
var mst;function togMen(but,menid)
{var men=$("#"+menid)[0];if(men.style.visibility=="visible")
{men.style.visibility="hidden";}else
{$(".bsel").each(function(){this.style.visibility="hidden";});$("#"+menid)[0].style.visibility="visible";$.pegTo(but.id,menid,{setLeft:true,setTop:true,setWidth:true,setHeight:false,offsetTop:30,offsetLeft:0});$("#"+menid).bgiframe();}}
var opcst=false;function opCust()
{var cjq=$('#cust');cjq.jqmShow();prevStyle=currStyle;currStyle=custStyle;if(opcst)return;$.getScript("http://www.bleme.com/scripts/jquery.kwdTagger.js",function(){});setTimeout(function(){$("#fntmen").append(getFontMen());$('#cg2').ColorGrid({colorChangeFunction:setMrqBg});$('input:radio',cjq[0]).click(upSamp);$('select',cjq[0]).change(upSamp);opcst=true;$('#cpk2').css('opacity',0.3);$('#svStd').jqm({modal:true});$('#kwdTagger1').KeywordTagger({title:'Enter keyword tags separated by commas to tag your style'});},2000);}
function clCust()
{$("#cust").jqmHide();currStyle=prevStyle;}
function svSt()
{$('#cust').jqmHide();$('#svStd').jqmShow();$('#stNb')[0].focus();}
var currTime="tns";function fsvSt()
{if($('#stNb').val().isWhitespace())
{$('#nmReq').show('slow');setTimeout(function(){$('#nmReq').hide('slow');$('#stNb')[0].focus()},2000);return;}
$('#svStd').jqmHide();makeCustStyle();custStyle.stN=$('#stNb').val();custStyle.by=$('#stByb').val();custStyle.url=$('#stURLb').val();custStyle.added=currTime;custStyle.sid="";var kwds=new Array();$('#kwdTagger1').GetKeywords(kwds);custStyle.kwds=kwds[0];myStyles.splice(0,0,custStyle);$('#kwdTagger1').ClearKeywords();srvSaveSt(custStyle);$('#stNb').val("");$('#upCFT').html("Save Style to Favorites");$('#upCFM').html(" Saving Style...");upMySt();}
function setDef()
{$('.svalh').empty();initCustStyle();addColor('#000055');addSz(5);addFnt(8);addCase(ASIS);addPs(INL);addIt(NIT);addUn(NUL);addBl(NBL);$('#nomrq')[0].checked=true;togMrq();}
var mrqOn=true;function togMrq()
{if($('#nomrq')[0].checked)
{mrqOn=false;$('.mrq','#mrqopt').css({color:'#aaa'}).attr('disabled',true);;$('#cpk2').css('opacity',0.3);$('#mrqbgcb').css({border:'1px solid #aaa'});upSamp();}else
{mrqOn=true;$('.mrq','#mrqopt').css({color:'#000'}).attr('disabled',false);$('#cpk2').css('opacity',1);$('#mrqbgcb').css({border:'1px solid #000'});upSamp();}}
function addColor(hexColor)
{var bar=$("<div id=cbar"+nClrBar+" class=stbar><table><tr><td class=vb style='background:"+hexColor+"' ></td><td class=db onclick=\"remB('cbar',"+nClrBar+",'custColors')\">delete <img src='images/delete.gif'></td></tr></table></div>");$('#clrsh').append(bar);custColors[custColors.length]={id:nClrBar,val:hexColor};nClrBar++;$('#clrsh')[0].scrollTop=$('#clrsh')[0].scrollHeight;upSamp();}
function remB(bis,n,arr)
{$("#"+bis+""+n).remove();eval(""+arr+" = $.grep("+arr+", function(ob,i){if(ob.id == n) return false;return true});");upSamp();}
function addSz(n)
{var bar=$("<div id=szbar"+nSzBar+" class=stbar><table><tr><td class=vb><font size="+n+">Size "+n+"</font></td><td class=db onclick=\"remB('szbar',"+nSzBar+",'custSizes')\">delete <img src='images/delete.gif'></td></tr></table></div>");$('#szsh').append(bar);custSizes[custSizes.length]={id:nSzBar,val:n};nSzBar++;$('#szmen')[0].style.visibility="hidden";$('#szsh')[0].scrollTop=$('#szsh')[0].scrollHeight;upSamp();}
function addFnt(n)
{var fnt=fonts[n];var bar=$("<div id=fntbar"+nFntBar+" class=stbar><table><tr><td class=vb style='font-size:"+((fnt.n=='playbill')?(22):(20))+"px'><font face='"+fnt.n+"'>"+fnt.dn+"</font></td><td class=db onclick=\"remB('fntbar',"+nFntBar+",'custFonts')\">delete <img src='images/delete.gif'></td></tr></table></div>");$('#fntsh').append(bar);custFonts[custFonts.length]={id:nFntBar,val:fnt.n};nFntBar++;$('#fntmen')[0].style.visibility="hidden";$('#fntsh')[0].scrollTop=$('#fntsh')[0].scrollHeight;upSamp();}
function addCase(cs)
{var css;if(cs==CAP)css="FORCE UPPER";if(cs==NOCAP)css="force lower";if(cs==ASIS)css="Case As Typed";var bar=$("<div id=csbar"+nCsBar+" class=stbar><table><tr><td class=vb>"+css+"</td><td class=db onclick=\"remB('csbar',"+nCsBar+",'custCases')\">delete <img src='images/delete.gif'></td></tr></table></div>");$('#cssh').append(bar);custCases[custCases.length]={id:nCsBar,val:cs};nCsBar++;$('#csmen')[0].style.visibility="hidden";$('#cssh')[0].scrollTop=$('#cssh')[0].scrollHeight;upSamp();}
function addPs(ps)
{var pss;if(ps==SUP)pss="<sup>Superscripted</sup> Text";if(ps==SUB)pss="<sub>Subscripted</sub> Text";if(ps==INL)pss="Inline Text";var bar=$("<div id=psbar"+nPsBar+" class=stbar><table><tr><td class=vb>"+pss+"</td><td class=db onclick=\"remB('psbar',"+nPsBar+",'custPosns')\">delete <img src='images/delete.gif'></td></tr></table></div>");$('#pssh').append(bar);custPosns[custPosns.length]={id:nPsBar,val:ps};nPsBar++;$('#psmen')[0].style.visibility="hidden";$('#pssh')[0].scrollTop=$('#pssh')[0].scrollHeight;upSamp();}
function addIt(it)
{var its;if(it==IT)its="<i>Italicized</i>";if(it==NIT)its="Non-Italicized";var bar=$("<div id=itbar"+nItBar+" class=stbar><table><tr><td class=vb>"+its+"</td><td class=db onclick=\"remB('itbar',"+nItBar+",'custItals')\">delete <img src='images/delete.gif'></td></tr></table></div>");$('#itsh').append(bar);custItals[custItals.length]={id:nItBar,val:it};nItBar++;$('#itmen')[0].style.visibility="hidden";$('#itsh')[0].scrollTop=$('#itsh')[0].scrollHeight;upSamp();}
function addUn(und)
{var unds;if(und==UL)unds="<u>Underlined</u>";if(und==NUL)unds="Non-underlined";var bar=$("<div id=unbar"+nUnBar+" class=stbar><table><tr><td class=vb>"+unds+"</td><td class=db onclick=\"remB('unbar',"+nUnBar+",'custUnds')\">delete <img src='images/delete.gif'></td></tr></table></div>");$('#unsh').append(bar);custUnds[custUnds.length]={id:nUnBar,val:und};nUnBar++;$('#ulmen')[0].style.visibility="hidden";$('#unsh')[0].scrollTop=$('#unsh')[0].scrollHeight;upSamp();}
function addBl(bl)
{var bls;if(bl==BL)bls="<b>Bold Text</b>";if(bl==NBL)bls="<span style='font-weight:400'>Not Bold Text</span>";var bar=$("<div id=blbar"+nBlBar+" class=stbar><table><tr><td class=vb>"+bls+"</td><td class=db onclick=\"remB('blbar',"+nBlBar+",'custBolds')\">delete <img src='images/delete.gif'></td></tr></table></div>");$('#blsh').append(bar);custBolds[custBolds.length]={id:nBlBar,val:bl};nBlBar++;$('#blmen')[0].style.visibility="hidden";$('#blsh')[0].scrollTop=$('#blsh')[0].scrollHeight;upSamp();}
function setMrqBg(hexcolor)
{if(!mrqOn)return;$('#mrqbgcb').css({background:hexcolor});upSamp();}
var sTxt="Preview Text Sample";var custStyle,custColors,custSizes,custFonts,custCases,custPosns,custItals,custUnds,custBolds;var nClrBar,nSzBar,nFntBar,nCsBar,nPsBar,nItBar,nUnBar,nBlBar;function initCustStyle()
{custStyle=new Object();nClrBar=0,nSzBar=0,nFntBar=0,nCsBar=0,nPsBar=0,nItBar=0,nUnBar=0,nBlBar=0;custColors=new Array();custSizes=new Array();custFonts=new Array();custCases=new Array();custPosns=new Array();custItals=new Array();custUnds=new Array();custBolds=new Array();}
function makeCustStyle()
{custStyle=new Object();custStyle.stN="test";custStyle.added="2/5/2007";custStyle.by="Anonymous";custStyle.url="";custStyle.snags=0;custStyle.clrR=new Object();custStyle.clrR.cp=0;if($('#clrlp')[0].checked)custStyle.clrR.ctrl=LOOP;else custStyle.clrR.ctrl=RAND;custStyle.clrR.vals=new Array();if(custColors.length==0)custStyle.clrR.vals[custStyle.clrR.vals.length]='#000055';else $.each(custColors,function(i,cl){custStyle.clrR.vals[custStyle.clrR.vals.length]=cl.val});custStyle.szR=new Object();custStyle.szR.cp=0;if($('#szlp')[0].checked)custStyle.szR.ctrl=LOOP;else custStyle.szR.ctrl=RAND;custStyle.szR.vals=new Array();if(custSizes.length==0)custStyle.szR.vals[custStyle.szR.vals.length]=5;else $.each(custSizes,function(i,sz){custStyle.szR.vals[custStyle.szR.vals.length]=sz.val});custStyle.fntR=new Object();custStyle.fntR.cp=0;if($('#fntlp')[0].checked)custStyle.fntR.ctrl=LOOP;else custStyle.fntR.ctrl=RAND;custStyle.fntR.vals=new Array();if(custFonts.length==0)custStyle.fntR.vals[custStyle.fntR.vals.length]='cursive';else $.each(custFonts,function(i,fnt){custStyle.fntR.vals[custStyle.fntR.vals.length]=fnt.val});custStyle.csR=new Object();custStyle.csR.cp=0;if($('#cslp')[0].checked)custStyle.csR.ctrl=LOOP;else custStyle.csR.ctrl=RAND;custStyle.csR.vals=new Array();if(custCases.length==0)custStyle.csR.vals[custStyle.csR.vals.length]=ASIS;else $.each(custCases,function(i,cs){custStyle.csR.vals[custStyle.csR.vals.length]=cs.val});custStyle.psR=new Object();custStyle.psR.cp=0;if($('#pslp')[0].checked)custStyle.psR.ctrl=LOOP;else custStyle.psR.ctrl=RAND;custStyle.psR.vals=new Array();if(custPosns.length==0)custStyle.psR.vals[custStyle.psR.vals.length]=INL;else $.each(custPosns,function(i,ps){custStyle.psR.vals[custStyle.psR.vals.length]=ps.val});custStyle.itR=new Object();custStyle.itR.cp=0;if($('#itlp')[0].checked)custStyle.itR.ctrl=LOOP;else custStyle.itR.ctrl=RAND;custStyle.itR.vals=new Array();if(custItals.length==0)custStyle.itR.vals[custStyle.itR.vals.length]=NIT;else $.each(custItals,function(i,it){custStyle.itR.vals[custStyle.itR.vals.length]=it.val});custStyle.unR=new Object();custStyle.unR.cp=0;if($('#unlp')[0].checked)custStyle.unR.ctrl=LOOP;else custStyle.unR.ctrl=RAND;custStyle.unR.vals=new Array();if(custUnds.length==0)custStyle.unR.vals[custStyle.unR.vals.length]=NUL;else $.each(custUnds,function(i,und){custStyle.unR.vals[custStyle.unR.vals.length]=und.val});custStyle.blR=new Object();custStyle.blR.cp=0;if($('#bllp')[0].checked)custStyle.blR.ctrl=LOOP;else custStyle.blR.ctrl=RAND;custStyle.blR.vals=new Array();if(custBolds.length==0)custStyle.blR.vals[custStyle.blR.vals.length]=NBL;else $.each(custBolds,function(i,bl){custStyle.blR.vals[custStyle.blR.vals.length]=bl.val});custStyle.mrqR=new Object();if(mrqOn)custStyle.mrqR.use=true;else custStyle.mrqR.use=false;custStyle.mrqR.dir=$('#mrqdir').val();if($('#mrqbehs')[0].checked)custStyle.mrqR.beh='scroll'
else custStyle.mrqR.beh='alternate'
custStyle.mrqR.h=$('#mrqh').val();custStyle.mrqR.w=$('#mrqw').val();custStyle.mrqR.spd=$('#mrqspd').val();custStyle.mrqR.bgc=$('#mrqbgcb').css("background");if(custStyle.mrqR.bgc=='transparent'||custStyle.mrqR.bgc==undefined)custStyle.mrqR.bgc='';}
function upSamp()
{if(!afterInit)return;makeCustStyle();currStyle=custStyle;var s="";for(var i=0;i<sTxt.length;i++)
{s+="<font "+getFSS(sTxt.charAt(i))+"</font>";}
var wrap="";if(currStyle.mrqR.use)
{wrap=mrqCode();s=wrap+s+"</marquee>";}
$("#stsamp").html(s);if(currStyle.mrqR.use)stMrq('mrq'+mrqn);}
function initItems()
{$('#recith .ndo').each(function(i){if(this.processed)return;var it=$("<div class=recit id=recit"+numItems+"></div>");$('#recith').prepend(it[0]);$("#recit"+numItems).GridItem($(this).val(),{scaleToHW:true,HW:[250,300]});this.processed=true;numItems++;});$('#recit'+currItem).show();rit=setTimeout(function(){nextItem();},lpdel);}
function getItems()
{var nc="gtrit_"+(new Date).getTime();$.ajax({type:"POST",url:"/gtrit.tq",dataType:"html",data:{"nc":nc,"hiit":numItems},success:function(html){finGetItems(html)},error:function(){}});setTimeout(getItems,40000);}
function finGetItems(html)
{$('#recith').append(html);initItems();}
var currItem=0;var numItems=0;var rit;var lpdel=5000;var drdel=400;var nxdel=600;function lastItem()
{clearTimeout(rit);var ctype=$('#recit'+currItem)[0].firstChild.nodeName.toLowerCase();if(ctype=="img")$('#recit'+currItem).DropOutLeft(drdel);else $('#recit'+currItem).hide()
currItem=(currItem==0)?(numItems-1):(currItem-1);ctype=$('#recit'+currItem)[0].firstChild.nodeName.toLowerCase();setTimeout(function(){if(ctype=="img")$('#recit'+currItem).DropInRight(drdel);else $('#recit'+currItem).show();setTimeout(function(){$.pegTo('recith',$('#recit'+currItem)[0],{setLeft:true,setTop:true,setWidth:true,setHeight:false,offsetTop:0,offsetLeft:0});},(drdel+30));rit=setTimeout(function(){nextItem();},lpdel);},nxdel);}
function nextItem()
{clearTimeout(rit);var ctype=$('#recit'+currItem)[0].firstChild.nodeName.toLowerCase();if(ctype=="img")$('#recit'+currItem).DropOutRight(drdel);else $('#recit'+currItem).hide()
currItem=(currItem==(numItems-1))?0:(currItem+1);ctype=$('#recit'+currItem)[0].firstChild.nodeName.toLowerCase();setTimeout(function(){if(ctype=="img")$('#recit'+currItem).DropInLeft(drdel);else $('#recit'+currItem).show();setTimeout(function(){$.pegTo('recith',$('#recit'+currItem)[0],{setLeft:true,setTop:true,setWidth:true,setHeight:false,offsetTop:0,offsetLeft:0});},(drdel+30));rit=setTimeout(function(){nextItem();},lpdel);},nxdel);}
var cMType="email";function chMailType()
{if($('#asecard')[0].checked){$('#soundch')[0].disabled=false;$('#bgmlbl')[0].style.color="#000";cMType="ecard";}else{$('#soundch')[0].disabled=true;$('#bgmlbl')[0].style.color="#999";cMType="email";}}
var bgsounds=new Array();bgsounds[bgsounds.length]={cat:'Classic Rock',title:'Margaritaville',artist:'Jimmy Buffet',fn:'margaritaville'}
bgsounds[bgsounds.length]={cat:'',title:'Strawberry Fields',artist:'Beatles',fn:'browneyedgirl'}
bgsounds[bgsounds.length]={cat:'',title:'White Wedding',artist:'Billy Idol',fn:'whitewedding'}
bgsounds[bgsounds.length]={cat:'',title:'One Love',artist:'Bob Marley',fn:'1love'}
bgsounds[bgsounds.length]={cat:'',title:'More Than a Feeling',artist:'Boston',fn:'morefeeling'}
bgsounds[bgsounds.length]={cat:'',title:'Call Me',artist:'Blondie',fn:'callme'}
bgsounds[bgsounds.length]={cat:'',title:'Dont Fear The Reaper',artist:'Blue Oyster Cult',fn:'reaper'}
bgsounds[bgsounds.length]={cat:'',title:'You Might Think',artist:'Cars',fn:'thinkcrazy'}
bgsounds[bgsounds.length]={cat:'',title:'Candle in The Wind',artist:'Elton John',fn:'candleinwind'}
bgsounds[bgsounds.length]={cat:'',title:'Doctor My Eyes',artist:'Jackson Brown',fn:'drmyeyes'}
bgsounds[bgsounds.length]={cat:'',title:'Dyer Maker',artist:'Led Zeppelin',fn:'dyermaker'}
bgsounds[bgsounds.length]={cat:'',title:'Stairway to Heaven',artist:'Led Zeppelin',fn:'stairway'}
bgsounds[bgsounds.length]={cat:'',title:'Sweet Home Alabama',artist:'Lynyrd Skynyrd',fn:'alabama'}
bgsounds[bgsounds.length]={cat:'',title:'You Can Call Me Al',artist:'Paul Simon',fn:'callmeal'}
bgsounds[bgsounds.length]={cat:'',title:'Under My Thumb',artist:'Rolling Stones',fn:'mythumb'}
bgsounds[bgsounds.length]={cat:'',title:'Brown Eyed Girl',artist:'Van Morrison',fn:'browneyedgirl'}
bgsounds[bgsounds.length]={cat:'Country',title:'The Dance',artist:'Garth Brooks',fn:'thedance'}
bgsounds[bgsounds.length]={cat:'',title:'Theres Your Trouble',artist:'Dixie Chicks',fn:'urtrouble'}
bgsounds[bgsounds.length]={cat:'',title:'I Walk The Line',artist:'Johnny Cash',fn:'iwalkthelinejc'}
bgsounds[bgsounds.length]={cat:'',title:'Lady',artist:'Kenny Rogers',fn:'lady'}
bgsounds[bgsounds.length]={cat:'',title:'Gonna Getcha Good',artist:'Shania Twain',fn:'getchagood'}
bgsounds[bgsounds.length]={cat:'',title:'That Dont Impress Me Much',artist:'Shania Twain',fn:'dontimpress'}
bgsounds[bgsounds.length]={cat:'',title:'On The Road Again',artist:'Willie Nelson',fn:'roadagain'}
bgsounds[bgsounds.length]={cat:'Hip Hop & Rap',title:'Foolish',artist:'Ashanti',fn:'foolish'}
bgsounds[bgsounds.length]={cat:'',title:'My Humps',artist:'Black Eyed Peas',fn:'myhumps'}
bgsounds[bgsounds.length]={cat:'',title:'Candy Shop',artist:'50 Cent',fn:'candyshop'}
bgsounds[bgsounds.length]={cat:'',title:'Rollout',artist:'Ludacris',fn:'rollout'}
bgsounds[bgsounds.length]={cat:'',title:'Sucka MC',artist:'Run DMC',fn:'suckamc'}
bgsounds[bgsounds.length]={cat:'',title:'California Love',artist:'Tupac Shakur',fn:'calilove'}
bgsounds[bgsounds.length]={cat:'',title:'Gettin Jiggy Wit It',artist:'Will Smith',fn:'jiggywitit'}
bgsounds[bgsounds.length]={cat:'Occasions',title:'Happy Birthday',artist:'',fn:'happyBirthday'}
bgsounds[bgsounds.length]={cat:'',title:'Here Comes The Bride (Jazz)',artist:'',fn:'herecomesbridejazz'}
bgsounds[bgsounds.length]={cat:'',title:'12 Days of Christmas',artist:'',fn:'12daysxmas'}
bgsounds[bgsounds.length]={cat:'',title:'Feliz Navidad',artist:'',fn:'feliznavidad'}
bgsounds[bgsounds.length]={cat:'',title:'Jingle Bell Rock',artist:'',fn:'jinglebellrock'}
bgsounds[bgsounds.length]={cat:'',title:'Joy To The World',artist:'',fn:'joytoworld'}
bgsounds[bgsounds.length]={cat:'',title:'Deck The Halls',artist:'',fn:'deckthehalls'}
bgsounds[bgsounds.length]={cat:'',title:'Silver Bells',artist:'',fn:'silverbells'}
bgsounds[bgsounds.length]={cat:'Modern Rock',title:'Speed of Sound',artist:'Cold Play',fn:'speed_of_sound'}
bgsounds[bgsounds.length]={cat:'',title:'Song 2',artist:'Blur',fn:'song2'}
bgsounds[bgsounds.length]={cat:'',title:'Push',artist:'Matchbox Twenty',fn:'push'}
bgsounds[bgsounds.length]={cat:'',title:'Spiderweb',artist:'No Doubt',fn:'spiderweb'}
bgsounds[bgsounds.length]={cat:'',title:'Time to Dance',artist:'Panic! at The Disco',fn:'time2dance'}
bgsounds[bgsounds.length]={cat:'',title:'B.Y.O.B.',artist:'S.O.A.D.',fn:'byob'}
bgsounds[bgsounds.length]={cat:'',title:'Drops of Jupiter',artist:'Train',fn:'dropsjupiter'}
bgsounds[bgsounds.length]={cat:'Fun',title:'Chicken Dance',artist:'',fn:'chicken_dance'}
bgsounds[bgsounds.length]={cat:'',title:'Take Me Out to the Ballgame',artist:'',fn:'takemeballgame'}
bgsounds[bgsounds.length]={cat:'',title:'My Sharona',artist:'',fn:'mysharona'}
bgsounds[bgsounds.length]={cat:'',title:'Ghostbusters',artist:'',fn:'ghostbusters'}
bgsounds[bgsounds.length]={cat:'',title:'Puff the Magic Dragon',artist:'Peter, Paul & Mary',fn:'puffmagicdragon'}
bgsounds[bgsounds.length]={cat:'',title:'La Cucaracha',artist:'',fn:'lacucaracha'}
bgsounds[bgsounds.length]={cat:'Movies & TV',title:'Mission Impossible',artist:'',fn:'missionimpossible'}
bgsounds[bgsounds.length]={cat:'',title:'Happy Days',artist:'',fn:'happydays'}
bgsounds[bgsounds.length]={cat:'Classical',title:'Suite No. 2',artist:'J.S. Bach',fn:'bachsuite2'}
bgsounds[bgsounds.length]={cat:'',title:'Beethoven\'s 5th Symphony',artist:'',fn:'beethoven5th'}
bgsounds[bgsounds.length]={cat:'',title:'Sarabande in D Minor',artist:'Handel',fn:'sarabnde'}
bgsounds[bgsounds.length]={cat:'',title:'Menuetti',artist:'Handel',fn:'menuetti'}
bgsounds[bgsounds.length]={cat:'',title:'Messiah',artist:'Handel',fn:'messiah'}
bgsounds[bgsounds.length]={cat:'',title:'Don Giovanni',artist:'Mozart',fn:'dgovert'}
bgsounds[bgsounds.length]={cat:'',title:'Eine Kleine Nachtmusik',artist:'Mozart',fn:'nachtmusik'}
function sndMenu()
{var s="<option value='stop'>None</option>";$.each(bgsounds,function(i,bgs){if(!bgs.cat.isWhitespace()){if(i==0)s+="<optgroup label='"+bgs.cat+"'>";else s+="</optgroup><optgroup label='"+bgs.cat+"'>"}
s+="<option value="+i+">"+bgs.title;if(!bgs.artist.isWhitespace())s+=" - "+bgs.artist;s+="</option>";});$('#soundch').html(s).change(function(){prSound(this)});$('#soundch')[0].selectedIndex=0;$('#inlnem')[0].checked=true;}
var bsURL="http://on1.aimgit.net/images/bleme/sounds/";function prSound(el)
{var i=$('#soundch').val();if(i=="stop"){closepanel();return;}
var url=bsURL+bgsounds[i].fn+".mid";pvwSnd(el,bgsounds[i].artist,bgsounds[i].title,url);}
function pvwSnd(e,artist,song,url){if(!document.createElement){return false;}
$('#pvwp').remove();var div=$("<div id=pvwp class=panel style='display:block'></div>")[0];$('#embld').append(div);$.pegTo(e,div,{setLeft:true,setTop:true,setWidth:false,setHeight:false,offsetTop:-65,offsetLeft:255});var hd=$("<div id=phd class=hd></div>")[0];div.appendChild(hd);var bd=document.createElement("div");bd.setAttribute("id","pbd");bd.setAttribute("class","bdy");bd.className="bdy";div.appendChild(bd);var hdr=document.getElementById("phd");$(hdr).html("<img onclick=\"closepanel()\" title='close window' src='images/close.gif' border=0>");var h3=document.createElement("h3");var text=document.createTextNode(""+artist+((artist.isWhitespace())?(""):(" - "))+song);h3.appendChild(text);hd.appendChild(h3);var bdy=document.getElementById("pbd");var player="<div id=pplr><object width=\"215\" height=\"50\" classid=\"CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95\" codebase=\"http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701\" standby=\"Loading\" type=\"application/x-oleobject\" align=\"left\"><param name=\"filename\" value=\""+url+"\"><param name=\"showstatusbar\" value=\"true\"><param name=\"defaultframe\" value=\"mainframe\"><embed type=\"application/x-mplayer2\" pluginspage=\"http://www.microsoft.com/Windows/MediaPlayer/\" src=\""+url+"\" align=\"left\" width=\"170\" height=\"44\" defaultframe=\"rightframe\" showstatusbar=\"true\"></embed></object></div><p style='clear:both;'></p>";$(bdy).append(player);var note=$("<p id=note>IE 5+ or Firefox required to hear preview.</p>")[0];bd.appendChild(note);return false;}
function closepanel(){$('#pvwp').remove();$('#soundch')[0].focus();return false;}
function cScr()
{$.getScript("http://www.bleme.com/scripts/overlibmws.js",function(){$.getScript("http://www.bleme.com/scripts/overlibmws_iframe.js",function(){$.getScript("http://www.bleme.com/scripts/overlibmws_filter.js",function(){$.getScript("http://www.bleme.com/scripts/jquery.imageLibrary.js",function(){$.getScript("http://www.bleme.com/scripts/jquery.imageExtractor.js",function(){$.getScript("http://www.bleme.com/scripts/jquery.colorgrid.js",function(){$.getScript("http://www.bleme.com/scripts/jquery.tablesorter.js",function(){$.getScript("http://www.bleme.com/scripts/jquery.kwdTagger.js",function(){});});});});});});});});}
jQuery.fn.bgiframe=function(){if(!(jQuery.browser.msie&&typeof XMLHttpRequest=='function'))return this;return this.each(function(){if(jQuery(this).find('iframe').size()==0){var ifr=document.createElement('iframe');ifr.frameBorder=0;ifr.tabIndex=-1;ifr.src='about:blank';ifr.style.position='absolute';ifr.style.setExpression('top','(parseInt(this.parentNode.currentStyle.borderTopWidth) || 0) * -1');ifr.style.setExpression('left','(parseInt(this.parentNode.currentStyle.borderLeftWidth) || 0) * -1');ifr.style.zIndex='-1';ifr.style.setExpression('width','this.parentNode.offsetWidth');ifr.style.setExpression('height','this.parentNode.offsetHeight');ifr.style.filter='Alpha(Opacity=0)';jQuery(this).prepend(ifr);}});}
$.pegTo=function(src,targ,opt){opt=$.extend({setLeft:true,setTop:true,setWidth:true,setHeight:true,offsetTop:0,offsetLeft:0},opt)
var source;if(typeof(src)=="string"){source=$("#"+src)[0];}else{source=src;}
var p=Ppage(source);var target;if(typeof(targ)=="string"){target=$("#"+targ)[0];}else{target=targ;}
var delta=[0,0];var parent=null;if($(target).css('position')=='absolute')
{parent=PoffsetParent(target);delta=Ppage(parent);}
if(parent==document.body){delta[0]-=document.body.offsetLeft;delta[1]-=document.body.offsetTop;}
if(opt.setLeft)target.style.left=(p[0]-delta[0]+opt.offsetLeft)+'px';if(opt.setTop)target.style.top=(p[1]-delta[1]+opt.offsetTop)+'px';if(opt.setWidth)target.style.width=source.offsetWidth+'px';if(opt.setHeight)target.style.height=source.offsetHeight+'px';}
function Ppage(fel){var valueT=0,valueL=0;var el=fel;do{valueT+=el.offsetTop||0;valueL+=el.offsetLeft||0;if(el.offsetParent==document.body)
if($(el).css('position')=='absolute')break;}while(el=el.offsetParent);el=fel;do{if(!window.opera||el.tagName=='BODY'){valueT-=el.scrollTop||0;valueL-=el.scrollLeft||0;}}while(el=el.parentNode);return[valueL,valueT];}
function PoffsetParent(el)
{if(el.offsetParent)return el.offsetParent;if(el==document.body)return el;while((el=el.parentNode)&&el!=document.body)
if($(el).css('position')!='static')
return el;return document.body;}
(function($){var m={'\b':'\\b','\t':'\\t','\n':'\\n','\f':'\\f','\r':'\\r','"':'\\"','\\':'\\\\'},s={'array':function(x){var a=['['],b,f,i,l=x.length,v;for(i=0;i<l;i+=1){v=x[i];f=s[typeof v];if(f){v=f(v);if(typeof v=='string'){if(b){a[a.length]=',';}
a[a.length]=v;b=true;}}}
a[a.length]=']';return a.join('');},'boolean':function(x){return String(x);},'null':function(x){return"null";},'number':function(x){return isFinite(x)?String(x):'null';},'object':function(x){if(x){if(x instanceof Array){return s.array(x);}
var a=['{'],b,f,i,v;for(i in x){v=x[i];f=s[typeof v];if(f){v=f(v);if(typeof v=='string'){if(b){a[a.length]=',';}
a.push(s.string(i),':',v);b=true;}}}
a[a.length]='}';return a.join('');}
return'null';},'string':function(x){if(/["\\\x00-\x1f]/.test(x)){x=x.replace(/([\x00-\x1f\\"])/g,function(a,b){var c=m[b];if(c){return c;}
c=b.charCodeAt();return'\\u00'+
Math.floor(c/16).toString(16)+
(c%16).toString(16);});}
return'"'+x+'"';}};$.toJSON=function(v){var f=isNaN(v)?s[typeof v]:s['number'];if(f)return f(v);};$.parseJSON=function(v,safe){if(safe===undefined)safe=$.parseJSON.safe;if(safe&&!/^("(\\.|[^"\\\n\r])*?"|[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t])+?$/.test(v))
return undefined;return eval('('+v+')');};$.parseJSON.safe=false;})(jQuery);(function($){$.json={callbacks:{}};var jsrnum=0;$.jsr=function(url,callback){var me=this;load(url.replace(/{callback}/,name(callback)));return this;function name(callback){var id=(new Date).getTime();var name='json_'+id;var cb=$.json.callbacks[id]=function(json){delete $.json.callbacks[id];eval('delete '+name);callback(json);};eval(name+' = cb');return name;}
function load(url){var script=document.createElement('script');script.type='text/javascript';script.setAttribute("charset","utf-8");script.src=url;script.id="json"+jsrnum++;$('head',document).append(script);}
function unload(id){$('#'+id).remove();}};})(jQuery);(function($){$.fn.jqm=function(o){var _o={zIndex:3000,overlay:50,overlayClass:'jqmOverlay',closeClass:'jqmClose',trigger:'.jqModal',ajax:false,target:false,modal:false,toTop:false,onShow:false,onHide:false,onLoad:false};return this.each(function(){if(this._jqm)return;s++;this._jqm=s;H[s]={c:$.extend(_o,o),a:false,w:$(this).addClass('jqmID'+s),s:s};if(_o.trigger)$(this).jqmAddTrigger(_o.trigger);});};$.fn.jqmAddClose=function(e){hs(this,e,'jqmHide');return this;};$.fn.jqmAddTrigger=function(e){hs(this,e,'jqmShow');return this;};$.fn.jqmShow=function(t){return this.each(function(){if(!H[this._jqm].a)$.jqm.open(this._jqm,t)});};$.fn.jqmHide=function(t){return this.each(function(){if(H[this._jqm].a)$.jqm.close(this._jqm,t)});};$.jqm={hash:{},open:function(s,t){var h=H[s],c=h.c,cc='.'+c.closeClass,z=(/^\d+$/.test(h.w.css('z-index')))?h.w.css('z-index'):c.zIndex,o=$('<div></div>').css({height:'100%',width:'100%',position:'fixed',left:0,top:0,'z-index':z-1,opacity:c.overlay/100});h.t=t;h.a=true;h.w.css('z-index',z);if(c.modal){if(!A[0])F('bind');A.push(s);o.css('cursor','default');}
else if(c.overlay>0)h.w.jqmAddClose(o);else o=false;h.o=(o)?o.addClass(c.overlayClass).prependTo('body'):false;if(ie6){$('html,body').css({height:'100%',width:'100%'});if(o){o=o.css({position:'absolute'})[0];for(var y in{Top:1,Left:1})o.style.setExpression(y.toLowerCase(),"(_=(document.documentElement.scroll"+y+" || document.body.scroll"+y+"))+'px'");}}
if(c.ajax){var r=c.target||h.w,u=c.ajax,r=(typeof r=='string')?$(r,h.w):$(r),u=(u.substr(0,1)=='@')?$(t).attr(u.substring(1)):u;r.load(u,function(){if(c.onLoad)c.onLoad.call(this,h);if(cc)h.w.jqmAddClose($(cc,h.w));e(h);});}
else if(cc)h.w.jqmAddClose($(cc,h.w));if(c.toTop&&h.o)h.w.before('<span id="jqmP'+h.w[0]._jqm+'"></span>').insertAfter(h.o);(c.onShow)?c.onShow(h):h.w.show();e(h);return false;},close:function(s){var h=H[s];h.a=false;if(A[0]){A.pop();if(!A[0])F('unbind');}
if(h.c.toTop&&h.o)$('#jqmP'+h.w[0]._jqm).after(h.w).remove();if(h.c.onHide)h.c.onHide(h);else{h.w.hide();if(h.o)h.o.remove();}return false;}};var s=0,H=$.jqm.hash,A=[],ie6=$.browser.msie&&($.browser.version=="6.0"),i=$('<iframe src="javascript:false;document.write(\'\');" class="jqm"></iframe>').css({opacity:0}),e=function(h){if(ie6)if(h.o)h.o.html('<p style="width:100%;height:100%"/>').prepend(i);else if(!$('iframe.jqm',h.w)[0])h.w.prepend(i);f(h);},f=function(h){try{$(':input:visible',h.w)[0].focus();}catch(e){}},F=function(t){$()[t]("keypress",m)[t]("keydown",m)[t]("mousedown",m);},m=function(e){var h=H[A[A.length-1]],r=(!$(e.target).parents('.jqmID'+h.s)[0]);if(r)f(h);return!r;},hs=function(w,e,y){var s=[];w.each(function(){s.push(this._jqm)});$(e).each(function(){if(this[y])$.extend(this[y],s);else{this[y]=s;$(this).click(function(){for(var i in{jqmShow:1,jqmHide:1})for(var s in this[i])if(H[this[i][s]])H[this[i][s]].w[i](this);return false;});}});};})(jQuery);(function($){$.Gradients={gradients:[],numGradients:0,applyGradient:function(el)
{if(!document.getElementById)return;if(el.grState.startColor.charAt(0)=="#")el.grState.startColor=el.grState.startColor.substring(1);if(el.grState.endColor.charAt(0)=="#")el.grState.endColor=el.grState.endColor.substring(1);if(arguments[1])
{el.grState.startColor=arguments[1].startColor;el.grState.endColor=arguments[1].endColor;}
$(el).removeGradient();var sc=el.grState.startColor;var ec=el.grState.endColor;el.grState.colorArray=$.Gradients.createColorPath(el,sc,ec);var x=0;var y=0;var h,w;if(el.grState.gType=="horizontal")
{w=Math.round(el.offsetWidth/el.grState.colorArray.length);if(!w)w=1;h=el.offsetHeight;}else
{h=Math.round((el.offsetHeight)/el.grState.colorArray.length);if(!h)h=1;w=el.offsetWidth;}
$.Gradients.makeGrandParent(el);var tmpDOM=document.createDocumentFragment();var p=0;while((y<el.offsetHeight)&&(x<=el.offsetWidth))
{p++;if(p>(el.grState.colorArray.length-1))p=(el.grState.colorArray.length-1);var g=$("<div class=grdiv"+el.grState.num+" style='position:absolute;z-index:0;top:"+y+"px;left:"+x+"px;font-size:1px;height:"+h+"px;width:"+w+"px;"+"background-color:rgb("+el.grState.colorArray[p][0]+","+el.grState.colorArray[p][1]+","+el.grState.colorArray[p][2]+");'</div>");el.grState.divsClass="grdiv"+el.grState.num;el.grState.gType=="horizontal"?x+=w:y+=h;tmpDOM.appendChild(g[0]);}
el.appendChild(tmpDOM);el.hasGradient=true;},createColorPath:function(el,color1,color2)
{var colorPath=new Array();colorPercent=1.0;var increment;eh=el.offsetHeight;if(eh>190){increment=.015}
else if(eh>170){increment=.025}
else if(eh>130){increment=.03}
else{increment=.04}
do
{colorPath[colorPath.length]=$.Gradients.setColorHue($.Gradients.longHexToDec(color1),colorPercent,$.Gradients.longHexToDec(color2));colorPercent-=increment;}while(colorPercent>0);return colorPath;},setColorHue:function(originColor,opacityPercent,maskRGB)
{returnColor=new Array();for(w=0;w<originColor.length;w++)returnColor[w]=Math.round(originColor[w]*opacityPercent)+Math.round(maskRGB[w]*(1.0-opacityPercent));return returnColor;},longHexToDec:function(longHex)
{return new Array($.Gradients.toDec(longHex.substring(0,2)),$.Gradients.toDec(longHex.substring(2,4)),$.Gradients.toDec(longHex.substring(4,6)));},toDec:function(hex)
{return parseInt(hex,16);},makeGrandParent:function(el)
{var disp=$(el).css("display");var ht=el.offsetHeight
var nSpan;disp=="block"?nSpan=document.createElement("div"):nSpan=document.createElement("span");nSpan.id="contGrPlat"+el.grState.num;$(nSpan).css({position:"relative",height:ht+"px",zIndex:10});while(el.hasChildNodes())
{if(el.firstChild.id==nSpan.id)
{while(el.firstChild.hasChildNodes())
{nSpan.appendChild(el.firstChild.firstChild);}
el.removeChild(obj.firstChild);}
if(el.hasChildNodes())nSpan.appendChild(el.firstChild);}
el.appendChild(nSpan);}}
$.fn.Gradient=function(options){options=$.extend({startColor:'444444',endColor:'eeeeee',gType:'vertical'},options);return this.each(function()
{var el=this;if(el.hasGradient)$(el).removeGradient();el.grState=options;$.Gradients.numGradients++;el.grState.num=$.Gradients.numGradients;el.grState.colorArray=null;$.Gradients.applyGradient(el);});}
$.fn.removeGradient=function()
{return this.each(function()
{if(!this.hasGradient)return;var platDiv;try{platDiv=$("#contGrPlat"+this.grState.num)[0];}catch(e){};if(platDiv==null)return;try{$("."+this.grState.divsClass).remove();}catch(e){};$(platDiv).children().appendTo(this)
$(platDiv).remove();this.hasGradient=false;});}})(jQuery);(function($){$.ColorPickers={clickCP:function(hexColor)
{this.activeColorPicker.options.colorChangeFunction(hexColor);},activate:function(colorPicker)
{this.activeColorPicker=colorPicker;}}
var ts_numPickers=0;$.fn.ColorGrid=function(options)
{options=$.extend({colorChangeFunction:null},options);return this.each(function()
{var el=this;el.options=options;ts_numPickers++;el.pickerNum=ts_numPickers;initHTML(el);el.lColor="#cccccc";})}
function getTarget(x)
{x=x||window.event;return x.target||x.srcElement;}
function activateMe(event)
{var el=this.parentNode;$.ColorPickers.activate(el);}
function initHTML(el)
{var theHTML="<table class=clrgrid id=cpk"+el.pickerNum+" ";theHTML+=cpk_html;$(el).append(theHTML);$('#cpk'+el.pickerNum).click(activateMe);}
function setCCF(newColorChangeFuntion)
{this.options.colorChangeFunction=newColorChangeFuntion;}
var cpk_html=" style=\"LEFT: 0px; POSITION: relative\" cellSpacing=1 cellPadding=0 bgColor=#000000 _extended=\"true\"><TBODY><TR>"+"<TD onmouseover=\"status='#FFFFFF'\" title=#FFFFFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFFFFF')},20)\" onmouseout=\"status=''\" bgColor=#ffffff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFFFDB'\" title=#FFFFDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFFFDB')},20)\" onmouseout=\"status=''\" bgColor=#ffffdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFFFB7'\" title=#FFFFB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFFFB7')},20)\" onmouseout=\"status=''\" bgColor=#ffffb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFFF93'\" title=#FFFF93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFFF93')},20)\" onmouseout=\"status=''\" bgColor=#ffff93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFFF6F'\" title=#FFFF6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFFF6F')},20)\" onmouseout=\"status=''\" bgColor=#ffff6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFFF4B'\" title=#FFFF4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFFF4B')},20)\" onmouseout=\"status=''\" bgColor=#ffff4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFFF27'\" title=#FFFF27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFFF27')},20)\" onmouseout=\"status=''\" bgColor=#ffff27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFFF03'\" title=#FFFF03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFFF03')},20)\" onmouseout=\"status=''\" bgColor=#ffff03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFDBFF'\" title=#FFDBFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFDBFF')},20)\" onmouseout=\"status=''\" bgColor=#ffdbff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFDBDB'\" title=#FFDBDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFDBDB')},20)\" onmouseout=\"status=''\" bgColor=#ffdbdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFDBB7'\" title=#FFDBB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFDBB7')},20)\" onmouseout=\"status=''\" bgColor=#ffdbb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFDB93'\" title=#FFDB93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFDB93')},20)\" onmouseout=\"status=''\" bgColor=#ffdb93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFDB6F'\" title=#FFDB6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFDB6F')},20)\" onmouseout=\"status=''\" bgColor=#ffdb6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFDB4B'\" title=#FFDB4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFDB4B')},20)\" onmouseout=\"status=''\" bgColor=#ffdb4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFDB27'\" title=#FFDB27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFDB27')},20)\" onmouseout=\"status=''\" bgColor=#ffdb27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFDB03'\" title=#FFDB03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFDB03')},20)\" onmouseout=\"status=''\" bgColor=#ffdb03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFB7FF'\" title=#FFB7FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFB7FF')},20)\" onmouseout=\"status=''\" bgColor=#ffb7ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFB7DB'\" title=#FFB7DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFB7DB')},20)\" onmouseout=\"status=''\" bgColor=#ffb7db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFB7B7'\" title=#FFB7B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFB7B7')},20)\" onmouseout=\"status=''\" bgColor=#ffb7b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFB793'\" title=#FFB793 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFB793')},20)\" onmouseout=\"status=''\" bgColor=#ffb793><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFB76F'\" title=#FFB76F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFB76F')},20)\" onmouseout=\"status=''\" bgColor=#ffb76f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFB74B'\" title=#FFB74B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFB74B')},20)\" onmouseout=\"status=''\" bgColor=#ffb74b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFB727'\" title=#FFB727 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFB727')},20)\" onmouseout=\"status=''\" bgColor=#ffb727><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FFB703'\" title=#FFB703 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFB703')},20)\" onmouseout=\"status=''\" bgColor=#ffb703><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF93FF'\" title=#FF93FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF93FF')},20)\" onmouseout=\"status=''\" bgColor=#ff93ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF93DB'\" title=#FF93DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF93DB')},20)\" onmouseout=\"status=''\" bgColor=#ff93db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF93B7'\" title=#FF93B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF93B7')},20)\" onmouseout=\"status=''\" bgColor=#ff93b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF9393'\" title=#FF9393 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF9393')},20)\" onmouseout=\"status=''\" bgColor=#ff9393><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF936F'\" title=#FF936F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF936F')},20)\" onmouseout=\"status=''\" bgColor=#ff936f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF934B'\" title=#FF934B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF934B')},20)\" onmouseout=\"status=''\" bgColor=#ff934b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF9327'\" title=#FF9327 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF9327')},20)\" onmouseout=\"status=''\" bgColor=#ff9327><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF9303'\" title=#FF9303 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF9303')},20)\" onmouseout=\"status=''\" bgColor=#ff9303><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF6FFF'\" title=#FF6FFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF6FFF')},20)\" onmouseout=\"status=''\" bgColor=#ff6fff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF6FDB'\" title=#FF6FDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF6FDB')},20)\" onmouseout=\"status=''\" bgColor=#ff6fdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF6FB7'\" title=#FF6FB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF6FB7')},20)\" onmouseout=\"status=''\" bgColor=#ff6fb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF6F93'\" title=#FF6F93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF6F93')},20)\" onmouseout=\"status=''\" bgColor=#ff6f93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF6F6F'\" title=#FF6F6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF6F6F')},20)\" onmouseout=\"status=''\" bgColor=#ff6f6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF6F4B'\" title=#FF6F4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF6F4B')},20)\" onmouseout=\"status=''\" bgColor=#ff6f4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF6F27'\" title=#FF6F27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF6F27')},20)\" onmouseout=\"status=''\" bgColor=#ff6f27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF6F03'\" title=#FF6F03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF6F03')},20)\" onmouseout=\"status=''\" bgColor=#ff6f03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF4BFF'\" title=#FF4BFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF4BFF')},20)\" onmouseout=\"status=''\" bgColor=#ff4bff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF4BDB'\" title=#FF4BDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF4BDB')},20)\" onmouseout=\"status=''\" bgColor=#ff4bdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF4BB7'\" title=#FF4BB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF4BB7')},20)\" onmouseout=\"status=''\" bgColor=#ff4bb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF4B93'\" title=#FF4B93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF4B93')},20)\" onmouseout=\"status=''\" bgColor=#ff4b93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF4B6F'\" title=#FF4B6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF4B6F')},20)\" onmouseout=\"status=''\" bgColor=#ff4b6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF4B4B'\" title=#FF4B4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF4B4B')},20)\" onmouseout=\"status=''\" bgColor=#ff4b4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF4B27'\" title=#FF4B27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF4B27')},20)\" onmouseout=\"status=''\" bgColor=#ff4b27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF4B03'\" title=#FF4B03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF4B03')},20)\" onmouseout=\"status=''\" bgColor=#ff4b03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF27FF'\" title=#FF27FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF27FF')},20)\" onmouseout=\"status=''\" bgColor=#ff27ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF27DB'\" title=#FF27DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF27DB')},20)\" onmouseout=\"status=''\" bgColor=#ff27db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF27B7'\" title=#FF27B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF27B7')},20)\" onmouseout=\"status=''\" bgColor=#ff27b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF2793'\" title=#FF2793 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF2793')},20)\" onmouseout=\"status=''\" bgColor=#ff2793><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF276F'\" title=#FF276F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF276F')},20)\" onmouseout=\"status=''\" bgColor=#ff276f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF274B'\" title=#FF274B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF274B')},20)\" onmouseout=\"status=''\" bgColor=#ff274b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF2727'\" title=#FF2727 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF2727')},20)\" onmouseout=\"status=''\" bgColor=#ff2727><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF2703'\" title=#FF2703 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF2703')},20)\" onmouseout=\"status=''\" bgColor=#ff2703><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF03FF'\" title=#FF03FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF03FF')},20)\" onmouseout=\"status=''\" bgColor=#ff03ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF03DB'\" title=#FF03DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF03DB')},20)\" onmouseout=\"status=''\" bgColor=#ff03db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF03B7'\" title=#FF03B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF03B7')},20)\" onmouseout=\"status=''\" bgColor=#ff03b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF0393'\" title=#FF0393 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF0393')},20)\" onmouseout=\"status=''\" bgColor=#ff0393><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF036F'\" title=#FF036F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF036F')},20)\" onmouseout=\"status=''\" bgColor=#ff036f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF034B'\" title=#FF034B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF034B')},20)\" onmouseout=\"status=''\" bgColor=#ff034b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF0327'\" title=#FF0327 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF0327')},20)\" onmouseout=\"status=''\" bgColor=#ff0327><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#FF0303'\" title=#FF0303 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FF0303')},20)\" onmouseout=\"status=''\" bgColor=#ff0303><DIV class=swatch></DIV></TD></TR><TR>"+"<TD onmouseover=\"status='#DBFFFF'\" title=#DBFFFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBFFFF')},20)\" onmouseout=\"status=''\" bgColor=#dbffff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBFFDB'\" title=#DBFFDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBFFDB')},20)\" onmouseout=\"status=''\" bgColor=#dbffdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBFFB7'\" title=#DBFFB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBFFB7')},20)\" onmouseout=\"status=''\" bgColor=#dbffb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBFF93'\" title=#DBFF93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBFF93')},20)\" onmouseout=\"status=''\" bgColor=#dbff93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBFF6F'\" title=#DBFF6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBFF6F')},20)\" onmouseout=\"status=''\" bgColor=#dbff6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBFF4B'\" title=#DBFF4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBFF4B')},20)\" onmouseout=\"status=''\" bgColor=#dbff4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBFF27'\" title=#DBFF27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBFF27')},20)\" onmouseout=\"status=''\" bgColor=#dbff27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBFF03'\" title=#DBFF03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBFF03')},20)\" onmouseout=\"status=''\" bgColor=#dbff03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBDBFF'\" title=#DBDBFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBDBFF')},20)\" onmouseout=\"status=''\" bgColor=#dbdbff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBDBDB'\" title=#DBDBDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBDBDB')},20)\" onmouseout=\"status=''\" bgColor=#dbdbdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBDBB7'\" title=#DBDBB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBDBB7')},20)\" onmouseout=\"status=''\" bgColor=#dbdbb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBDB93'\" title=#DBDB93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBDB93')},20)\" onmouseout=\"status=''\" bgColor=#dbdb93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBDB6F'\" title=#DBDB6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBDB6F')},20)\" onmouseout=\"status=''\" bgColor=#dbdb6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBDB4B'\" title=#DBDB4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBDB4B')},20)\" onmouseout=\"status=''\" bgColor=#dbdb4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBDB27'\" title=#DBDB27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBDB27')},20)\" onmouseout=\"status=''\" bgColor=#dbdb27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBDB03'\" title=#DBDB03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBDB03')},20)\" onmouseout=\"status=''\" bgColor=#dbdb03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBB7FF'\" title=#DBB7FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBB7FF')},20)\" onmouseout=\"status=''\" bgColor=#dbb7ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBB7DB'\" title=#DBB7DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBB7DB')},20)\" onmouseout=\"status=''\" bgColor=#dbb7db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBB7B7'\" title=#DBB7B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBB7B7')},20)\" onmouseout=\"status=''\" bgColor=#dbb7b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBB793'\" title=#DBB793 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBB793')},20)\" onmouseout=\"status=''\" bgColor=#dbb793><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBB76F'\" title=#DBB76F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBB76F')},20)\" onmouseout=\"status=''\" bgColor=#dbb76f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBB74B'\" title=#DBB74B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBB74B')},20)\" onmouseout=\"status=''\" bgColor=#dbb74b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBB727'\" title=#DBB727 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBB727')},20)\" onmouseout=\"status=''\" bgColor=#dbb727><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DBB703'\" title=#DBB703 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DBB703')},20)\" onmouseout=\"status=''\" bgColor=#dbb703><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB93FF'\" title=#DB93FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB93FF')},20)\" onmouseout=\"status=''\" bgColor=#db93ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB93DB'\" title=#DB93DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB93DB')},20)\" onmouseout=\"status=''\" bgColor=#db93db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB93B7'\" title=#DB93B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB93B7')},20)\" onmouseout=\"status=''\" bgColor=#db93b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB9393'\" title=#DB9393 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB9393')},20)\" onmouseout=\"status=''\" bgColor=#db9393><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB936F'\" title=#DB936F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB936F')},20)\" onmouseout=\"status=''\" bgColor=#db936f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB934B'\" title=#DB934B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB934B')},20)\" onmouseout=\"status=''\" bgColor=#db934b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB9327'\" title=#DB9327 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB9327')},20)\" onmouseout=\"status=''\" bgColor=#db9327><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB9303'\" title=#DB9303 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB9303')},20)\" onmouseout=\"status=''\" bgColor=#db9303><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB6FFF'\" title=#DB6FFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB6FFF')},20)\" onmouseout=\"status=''\" bgColor=#db6fff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB6FDB'\" title=#DB6FDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB6FDB')},20)\" onmouseout=\"status=''\" bgColor=#db6fdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB6FB7'\" title=#DB6FB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB6FB7')},20)\" onmouseout=\"status=''\" bgColor=#db6fb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB6F93'\" title=#DB6F93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB6F93')},20)\" onmouseout=\"status=''\" bgColor=#db6f93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB6F6F'\" title=#DB6F6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB6F6F')},20)\" onmouseout=\"status=''\" bgColor=#db6f6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB6F4B'\" title=#DB6F4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB6F4B')},20)\" onmouseout=\"status=''\" bgColor=#db6f4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB6F27'\" title=#DB6F27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB6F27')},20)\" onmouseout=\"status=''\" bgColor=#db6f27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB6F03'\" title=#DB6F03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB6F03')},20)\" onmouseout=\"status=''\" bgColor=#db6f03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB4BFF'\" title=#DB4BFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB4BFF')},20)\" onmouseout=\"status=''\" bgColor=#db4bff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB4BDB'\" title=#DB4BDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB4BDB')},20)\" onmouseout=\"status=''\" bgColor=#db4bdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB4BB7'\" title=#DB4BB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB4BB7')},20)\" onmouseout=\"status=''\" bgColor=#db4bb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB4B93'\" title=#DB4B93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB4B93')},20)\" onmouseout=\"status=''\" bgColor=#db4b93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB4B6F'\" title=#DB4B6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB4B6F')},20)\" onmouseout=\"status=''\" bgColor=#db4b6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB4B4B'\" title=#DB4B4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB4B4B')},20)\" onmouseout=\"status=''\" bgColor=#db4b4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB4B27'\" title=#DB4B27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB4B27')},20)\" onmouseout=\"status=''\" bgColor=#db4b27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB4B03'\" title=#DB4B03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB4B03')},20)\" onmouseout=\"status=''\" bgColor=#db4b03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB27FF'\" title=#DB27FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB27FF')},20)\" onmouseout=\"status=''\" bgColor=#db27ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB27DB'\" title=#DB27DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB27DB')},20)\" onmouseout=\"status=''\" bgColor=#db27db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB27B7'\" title=#DB27B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB27B7')},20)\" onmouseout=\"status=''\" bgColor=#db27b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB2793'\" title=#DB2793 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB2793')},20)\" onmouseout=\"status=''\" bgColor=#db2793><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB276F'\" title=#DB276F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB276F')},20)\" onmouseout=\"status=''\" bgColor=#db276f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB274B'\" title=#DB274B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB274B')},20)\" onmouseout=\"status=''\" bgColor=#db274b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB2727'\" title=#DB2727 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB2727')},20)\" onmouseout=\"status=''\" bgColor=#db2727><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB2703'\" title=#DB2703 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB2703')},20)\" onmouseout=\"status=''\" bgColor=#db2703><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB03FF'\" title=#DB03FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB03FF')},20)\" onmouseout=\"status=''\" bgColor=#db03ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB03DB'\" title=#DB03DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB03DB')},20)\" onmouseout=\"status=''\" bgColor=#db03db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB03B7'\" title=#DB03B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB03B7')},20)\" onmouseout=\"status=''\" bgColor=#db03b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB0393'\" title=#DB0393 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB0393')},20)\" onmouseout=\"status=''\" bgColor=#db0393><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB036F'\" title=#DB036F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB036F')},20)\" onmouseout=\"status=''\" bgColor=#db036f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB034B'\" title=#DB034B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB034B')},20)\" onmouseout=\"status=''\" bgColor=#db034b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB0327'\" title=#DB0327 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB0327')},20)\" onmouseout=\"status=''\" bgColor=#db0327><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#DB0303'\" title=#DB0303 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DB0303')},20)\" onmouseout=\"status=''\" bgColor=#db0303><DIV class=swatch></DIV></TD></TR><TR>"+"<TD onmouseover=\"status='#B7FFFF'\" title=#B7FFFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7FFFF')},20)\" onmouseout=\"status=''\" bgColor=#b7ffff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7FFDB'\" title=#B7FFDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7FFDB')},20)\" onmouseout=\"status=''\" bgColor=#b7ffdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7FFB7'\" title=#B7FFB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7FFB7')},20)\" onmouseout=\"status=''\" bgColor=#b7ffb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7FF93'\" title=#B7FF93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7FF93')},20)\" onmouseout=\"status=''\" bgColor=#b7ff93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7FF6F'\" title=#B7FF6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7FF6F')},20)\" onmouseout=\"status=''\" bgColor=#b7ff6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7FF4B'\" title=#B7FF4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7FF4B')},20)\" onmouseout=\"status=''\" bgColor=#b7ff4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7FF27'\" title=#B7FF27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7FF27')},20)\" onmouseout=\"status=''\" bgColor=#b7ff27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7FF03'\" title=#B7FF03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7FF03')},20)\" onmouseout=\"status=''\" bgColor=#b7ff03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7DBFF'\" title=#B7DBFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7DBFF')},20)\" onmouseout=\"status=''\" bgColor=#b7dbff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7DBDB'\" title=#B7DBDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7DBDB')},20)\" onmouseout=\"status=''\" bgColor=#b7dbdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7DBB7'\" title=#B7DBB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7DBB7')},20)\" onmouseout=\"status=''\" bgColor=#b7dbb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7DB93'\" title=#B7DB93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7DB93')},20)\" onmouseout=\"status=''\" bgColor=#b7db93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7DB6F'\" title=#B7DB6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7DB6F')},20)\" onmouseout=\"status=''\" bgColor=#b7db6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7DB4B'\" title=#B7DB4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7DB4B')},20)\" onmouseout=\"status=''\" bgColor=#b7db4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7DB27'\" title=#B7DB27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7DB27')},20)\" onmouseout=\"status=''\" bgColor=#b7db27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7DB03'\" title=#B7DB03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7DB03')},20)\" onmouseout=\"status=''\" bgColor=#b7db03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7B7FF'\" title=#B7B7FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7B7FF')},20)\" onmouseout=\"status=''\" bgColor=#b7b7ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7B7DB'\" title=#B7B7DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7B7DB')},20)\" onmouseout=\"status=''\" bgColor=#b7b7db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7B7B7'\" title=#B7B7B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7B7B7')},20)\" onmouseout=\"status=''\" bgColor=#b7b7b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7B793'\" title=#B7B793 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7B793')},20)\" onmouseout=\"status=''\" bgColor=#b7b793><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7B76F'\" title=#B7B76F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7B76F')},20)\" onmouseout=\"status=''\" bgColor=#b7b76f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7B74B'\" title=#B7B74B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7B74B')},20)\" onmouseout=\"status=''\" bgColor=#b7b74b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7B727'\" title=#B7B727 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7B727')},20)\" onmouseout=\"status=''\" bgColor=#b7b727><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7B703'\" title=#B7B703 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7B703')},20)\" onmouseout=\"status=''\" bgColor=#b7b703><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B793FF'\" title=#B793FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B793FF')},20)\" onmouseout=\"status=''\" bgColor=#b793ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B793DB'\" title=#B793DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B793DB')},20)\" onmouseout=\"status=''\" bgColor=#b793db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B793B7'\" title=#B793B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B793B7')},20)\" onmouseout=\"status=''\" bgColor=#b793b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B79393'\" title=#B79393 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B79393')},20)\" onmouseout=\"status=''\" bgColor=#b79393><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7936F'\" title=#B7936F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7936F')},20)\" onmouseout=\"status=''\" bgColor=#b7936f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7934B'\" title=#B7934B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7934B')},20)\" onmouseout=\"status=''\" bgColor=#b7934b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B79327'\" title=#B79327 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B79327')},20)\" onmouseout=\"status=''\" bgColor=#b79327><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B79303'\" title=#B79303 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B79303')},20)\" onmouseout=\"status=''\" bgColor=#b79303><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B76FFF'\" title=#B76FFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B76FFF')},20)\" onmouseout=\"status=''\" bgColor=#b76fff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B76FDB'\" title=#B76FDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B76FDB')},20)\" onmouseout=\"status=''\" bgColor=#b76fdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B76FB7'\" title=#B76FB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B76FB7')},20)\" onmouseout=\"status=''\" bgColor=#b76fb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B76F93'\" title=#B76F93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B76F93')},20)\" onmouseout=\"status=''\" bgColor=#b76f93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B76F6F'\" title=#B76F6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B76F6F')},20)\" onmouseout=\"status=''\" bgColor=#b76f6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B76F4B'\" title=#B76F4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B76F4B')},20)\" onmouseout=\"status=''\" bgColor=#b76f4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B76F27'\" title=#B76F27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B76F27')},20)\" onmouseout=\"status=''\" bgColor=#b76f27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B76F03'\" title=#B76F03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B76F03')},20)\" onmouseout=\"status=''\" bgColor=#b76f03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B74BFF'\" title=#B74BFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B74BFF')},20)\" onmouseout=\"status=''\" bgColor=#b74bff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B74BDB'\" title=#B74BDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B74BDB')},20)\" onmouseout=\"status=''\" bgColor=#b74bdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B74BB7'\" title=#B74BB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B74BB7')},20)\" onmouseout=\"status=''\" bgColor=#b74bb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B74B93'\" title=#B74B93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B74B93')},20)\" onmouseout=\"status=''\" bgColor=#b74b93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B74B6F'\" title=#B74B6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B74B6F')},20)\" onmouseout=\"status=''\" bgColor=#b74b6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B74B4B'\" title=#B74B4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B74B4B')},20)\" onmouseout=\"status=''\" bgColor=#b74b4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B74B27'\" title=#B74B27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B74B27')},20)\" onmouseout=\"status=''\" bgColor=#b74b27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B74B03'\" title=#B74B03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B74B03')},20)\" onmouseout=\"status=''\" bgColor=#b74b03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B727FF'\" title=#B727FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B727FF')},20)\" onmouseout=\"status=''\" bgColor=#b727ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B727DB'\" title=#B727DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B727DB')},20)\" onmouseout=\"status=''\" bgColor=#b727db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B727B7'\" title=#B727B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B727B7')},20)\" onmouseout=\"status=''\" bgColor=#b727b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B72793'\" title=#B72793 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B72793')},20)\" onmouseout=\"status=''\" bgColor=#b72793><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7276F'\" title=#B7276F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7276F')},20)\" onmouseout=\"status=''\" bgColor=#b7276f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7274B'\" title=#B7274B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7274B')},20)\" onmouseout=\"status=''\" bgColor=#b7274b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B72727'\" title=#B72727 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B72727')},20)\" onmouseout=\"status=''\" bgColor=#b72727><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B72703'\" title=#B72703 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B72703')},20)\" onmouseout=\"status=''\" bgColor=#b72703><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B703FF'\" title=#B703FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B703FF')},20)\" onmouseout=\"status=''\" bgColor=#b703ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B703DB'\" title=#B703DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B703DB')},20)\" onmouseout=\"status=''\" bgColor=#b703db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B703B7'\" title=#B703B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B703B7')},20)\" onmouseout=\"status=''\" bgColor=#b703b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B70393'\" title=#B70393 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B70393')},20)\" onmouseout=\"status=''\" bgColor=#b70393><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7036F'\" title=#B7036F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7036F')},20)\" onmouseout=\"status=''\" bgColor=#b7036f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B7034B'\" title=#B7034B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B7034B')},20)\" onmouseout=\"status=''\" bgColor=#b7034b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B70327'\" title=#B70327 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B70327')},20)\" onmouseout=\"status=''\" bgColor=#b70327><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#B70303'\" title=#B70303 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#B70303')},20)\" onmouseout=\"status=''\" bgColor=#b70303><DIV class=swatch></DIV></TD></TR><TR>"+"<TD onmouseover=\"status='#93FFFF'\" title=#93FFFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93FFFF')},20)\" onmouseout=\"status=''\" bgColor=#93ffff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93FFDB'\" title=#93FFDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93FFDB')},20)\" onmouseout=\"status=''\" bgColor=#93ffdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93FFB7'\" title=#93FFB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93FFB7')},20)\" onmouseout=\"status=''\" bgColor=#93ffb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93FF93'\" title=#93FF93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93FF93')},20)\" onmouseout=\"status=''\" bgColor=#93ff93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93FF6F'\" title=#93FF6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93FF6F')},20)\" onmouseout=\"status=''\" bgColor=#93ff6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93FF4B'\" title=#93FF4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93FF4B')},20)\" onmouseout=\"status=''\" bgColor=#93ff4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93FF27'\" title=#93FF27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93FF27')},20)\" onmouseout=\"status=''\" bgColor=#93ff27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93FF03'\" title=#93FF03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93FF03')},20)\" onmouseout=\"status=''\" bgColor=#93ff03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93DBFF'\" title=#93DBFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93DBFF')},20)\" onmouseout=\"status=''\" bgColor=#93dbff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93DBDB'\" title=#93DBDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93DBDB')},20)\" onmouseout=\"status=''\" bgColor=#93dbdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93DBB7'\" title=#93DBB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93DBB7')},20)\" onmouseout=\"status=''\" bgColor=#93dbb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93DB93'\" title=#93DB93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93DB93')},20)\" onmouseout=\"status=''\" bgColor=#93db93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93DB6F'\" title=#93DB6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93DB6F')},20)\" onmouseout=\"status=''\" bgColor=#93db6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93DB4B'\" title=#93DB4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93DB4B')},20)\" onmouseout=\"status=''\" bgColor=#93db4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93DB27'\" title=#93DB27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93DB27')},20)\" onmouseout=\"status=''\" bgColor=#93db27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93DB03'\" title=#93DB03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93DB03')},20)\" onmouseout=\"status=''\" bgColor=#93db03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93B7FF'\" title=#93B7FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93B7FF')},20)\" onmouseout=\"status=''\" bgColor=#93b7ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93B7DB'\" title=#93B7DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93B7DB')},20)\" onmouseout=\"status=''\" bgColor=#93b7db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93B7B7'\" title=#93B7B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93B7B7')},20)\" onmouseout=\"status=''\" bgColor=#93b7b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93B793'\" title=#93B793 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93B793')},20)\" onmouseout=\"status=''\" bgColor=#93b793><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93B76F'\" title=#93B76F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93B76F')},20)\" onmouseout=\"status=''\" bgColor=#93b76f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93B74B'\" title=#93B74B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93B74B')},20)\" onmouseout=\"status=''\" bgColor=#93b74b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93B727'\" title=#93B727 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93B727')},20)\" onmouseout=\"status=''\" bgColor=#93b727><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93B703'\" title=#93B703 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93B703')},20)\" onmouseout=\"status=''\" bgColor=#93b703><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#9393FF'\" title=#9393FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#9393FF')},20)\" onmouseout=\"status=''\" bgColor=#9393ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#9393DB'\" title=#9393DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#9393DB')},20)\" onmouseout=\"status=''\" bgColor=#9393db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#9393B7'\" title=#9393B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#9393B7')},20)\" onmouseout=\"status=''\" bgColor=#9393b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#939393'\" title=#939393 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#939393')},20)\" onmouseout=\"status=''\" bgColor=#939393><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93936F'\" title=#93936F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93936F')},20)\" onmouseout=\"status=''\" bgColor=#93936f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93934B'\" title=#93934B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93934B')},20)\" onmouseout=\"status=''\" bgColor=#93934b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#939327'\" title=#939327 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#939327')},20)\" onmouseout=\"status=''\" bgColor=#939327><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#939303'\" title=#939303 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#939303')},20)\" onmouseout=\"status=''\" bgColor=#939303><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#936FFF'\" title=#936FFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#936FFF')},20)\" onmouseout=\"status=''\" bgColor=#936fff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#936FDB'\" title=#936FDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#936FDB')},20)\" onmouseout=\"status=''\" bgColor=#936fdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#936FB7'\" title=#936FB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#936FB7')},20)\" onmouseout=\"status=''\" bgColor=#936fb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#936F93'\" title=#936F93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#936F93')},20)\" onmouseout=\"status=''\" bgColor=#936f93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#936F6F'\" title=#936F6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#936F6F')},20)\" onmouseout=\"status=''\" bgColor=#936f6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#936F4B'\" title=#936F4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#936F4B')},20)\" onmouseout=\"status=''\" bgColor=#936f4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#936F27'\" title=#936F27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#936F27')},20)\" onmouseout=\"status=''\" bgColor=#936f27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#936F03'\" title=#936F03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#936F03')},20)\" onmouseout=\"status=''\" bgColor=#936f03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#934BFF'\" title=#934BFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#934BFF')},20)\" onmouseout=\"status=''\" bgColor=#934bff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#934BDB'\" title=#934BDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#934BDB')},20)\" onmouseout=\"status=''\" bgColor=#934bdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#934BB7'\" title=#934BB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#934BB7')},20)\" onmouseout=\"status=''\" bgColor=#934bb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#934B93'\" title=#934B93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#934B93')},20)\" onmouseout=\"status=''\" bgColor=#934b93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#934B6F'\" title=#934B6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#934B6F')},20)\" onmouseout=\"status=''\" bgColor=#934b6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#934B4B'\" title=#934B4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#934B4B')},20)\" onmouseout=\"status=''\" bgColor=#934b4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#934B27'\" title=#934B27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#934B27')},20)\" onmouseout=\"status=''\" bgColor=#934b27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#934B03'\" title=#934B03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#934B03')},20)\" onmouseout=\"status=''\" bgColor=#934b03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#9327FF'\" title=#9327FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#9327FF')},20)\" onmouseout=\"status=''\" bgColor=#9327ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#9327DB'\" title=#9327DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#9327DB')},20)\" onmouseout=\"status=''\" bgColor=#9327db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#9327B7'\" title=#9327B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#9327B7')},20)\" onmouseout=\"status=''\" bgColor=#9327b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#932793'\" title=#932793 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#932793')},20)\" onmouseout=\"status=''\" bgColor=#932793><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93276F'\" title=#93276F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93276F')},20)\" onmouseout=\"status=''\" bgColor=#93276f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93274B'\" title=#93274B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93274B')},20)\" onmouseout=\"status=''\" bgColor=#93274b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#932727'\" title=#932727 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#932727')},20)\" onmouseout=\"status=''\" bgColor=#932727><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#932703'\" title=#932703 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#932703')},20)\" onmouseout=\"status=''\" bgColor=#932703><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#9303FF'\" title=#9303FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#9303FF')},20)\" onmouseout=\"status=''\" bgColor=#9303ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#9303DB'\" title=#9303DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#9303DB')},20)\" onmouseout=\"status=''\" bgColor=#9303db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#9303B7'\" title=#9303B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#9303B7')},20)\" onmouseout=\"status=''\" bgColor=#9303b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#930393'\" title=#930393 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#930393')},20)\" onmouseout=\"status=''\" bgColor=#930393><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93036F'\" title=#93036F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93036F')},20)\" onmouseout=\"status=''\" bgColor=#93036f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#93034B'\" title=#93034B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#93034B')},20)\" onmouseout=\"status=''\" bgColor=#93034b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#930327'\" title=#930327 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#930327')},20)\" onmouseout=\"status=''\" bgColor=#930327><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#930303'\" title=#930303 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#930303')},20)\" onmouseout=\"status=''\" bgColor=#930303><DIV class=swatch></DIV></TD></TR><TR>"+"<TD onmouseover=\"status='#6FFFFF'\" title=#6FFFFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FFFFF')},20)\" onmouseout=\"status=''\" bgColor=#6fffff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FFFDB'\" title=#6FFFDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FFFDB')},20)\" onmouseout=\"status=''\" bgColor=#6fffdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FFFB7'\" title=#6FFFB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FFFB7')},20)\" onmouseout=\"status=''\" bgColor=#6fffb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FFF93'\" title=#6FFF93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FFF93')},20)\" onmouseout=\"status=''\" bgColor=#6fff93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FFF6F'\" title=#6FFF6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FFF6F')},20)\" onmouseout=\"status=''\" bgColor=#6fff6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FFF4B'\" title=#6FFF4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FFF4B')},20)\" onmouseout=\"status=''\" bgColor=#6fff4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FFF27'\" title=#6FFF27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FFF27')},20)\" onmouseout=\"status=''\" bgColor=#6fff27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FFF03'\" title=#6FFF03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FFF03')},20)\" onmouseout=\"status=''\" bgColor=#6fff03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FDBFF'\" title=#6FDBFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FDBFF')},20)\" onmouseout=\"status=''\" bgColor=#6fdbff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FDBDB'\" title=#6FDBDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FDBDB')},20)\" onmouseout=\"status=''\" bgColor=#6fdbdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FDBB7'\" title=#6FDBB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FDBB7')},20)\" onmouseout=\"status=''\" bgColor=#6fdbb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FDB93'\" title=#6FDB93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FDB93')},20)\" onmouseout=\"status=''\" bgColor=#6fdb93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FDB6F'\" title=#6FDB6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FDB6F')},20)\" onmouseout=\"status=''\" bgColor=#6fdb6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FDB4B'\" title=#6FDB4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FDB4B')},20)\" onmouseout=\"status=''\" bgColor=#6fdb4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FDB27'\" title=#6FDB27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FDB27')},20)\" onmouseout=\"status=''\" bgColor=#6fdb27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FDB03'\" title=#6FDB03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FDB03')},20)\" onmouseout=\"status=''\" bgColor=#6fdb03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FB7FF'\" title=#6FB7FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FB7FF')},20)\" onmouseout=\"status=''\" bgColor=#6fb7ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FB7DB'\" title=#6FB7DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FB7DB')},20)\" onmouseout=\"status=''\" bgColor=#6fb7db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FB7B7'\" title=#6FB7B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FB7B7')},20)\" onmouseout=\"status=''\" bgColor=#6fb7b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FB793'\" title=#6FB793 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FB793')},20)\" onmouseout=\"status=''\" bgColor=#6fb793><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FB76F'\" title=#6FB76F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FB76F')},20)\" onmouseout=\"status=''\" bgColor=#6fb76f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FB74B'\" title=#6FB74B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FB74B')},20)\" onmouseout=\"status=''\" bgColor=#6fb74b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FB727'\" title=#6FB727 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FB727')},20)\" onmouseout=\"status=''\" bgColor=#6fb727><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6FB703'\" title=#6FB703 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6FB703')},20)\" onmouseout=\"status=''\" bgColor=#6fb703><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F93FF'\" title=#6F93FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F93FF')},20)\" onmouseout=\"status=''\" bgColor=#6f93ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F93DB'\" title=#6F93DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F93DB')},20)\" onmouseout=\"status=''\" bgColor=#6f93db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F93B7'\" title=#6F93B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F93B7')},20)\" onmouseout=\"status=''\" bgColor=#6f93b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F9393'\" title=#6F9393 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F9393')},20)\" onmouseout=\"status=''\" bgColor=#6f9393><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F936F'\" title=#6F936F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F936F')},20)\" onmouseout=\"status=''\" bgColor=#6f936f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F934B'\" title=#6F934B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F934B')},20)\" onmouseout=\"status=''\" bgColor=#6f934b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F9327'\" title=#6F9327 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F9327')},20)\" onmouseout=\"status=''\" bgColor=#6f9327><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F9303'\" title=#6F9303 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F9303')},20)\" onmouseout=\"status=''\" bgColor=#6f9303><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F6FFF'\" title=#6F6FFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F6FFF')},20)\" onmouseout=\"status=''\" bgColor=#6f6fff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F6FDB'\" title=#6F6FDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F6FDB')},20)\" onmouseout=\"status=''\" bgColor=#6f6fdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F6FB7'\" title=#6F6FB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F6FB7')},20)\" onmouseout=\"status=''\" bgColor=#6f6fb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F6F93'\" title=#6F6F93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F6F93')},20)\" onmouseout=\"status=''\" bgColor=#6f6f93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F6F6F'\" title=#6F6F6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F6F6F')},20)\" onmouseout=\"status=''\" bgColor=#6f6f6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F6F4B'\" title=#6F6F4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F6F4B')},20)\" onmouseout=\"status=''\" bgColor=#6f6f4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F6F27'\" title=#6F6F27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F6F27')},20)\" onmouseout=\"status=''\" bgColor=#6f6f27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F6F03'\" title=#6F6F03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F6F03')},20)\" onmouseout=\"status=''\" bgColor=#6f6f03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F4BFF'\" title=#6F4BFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F4BFF')},20)\" onmouseout=\"status=''\" bgColor=#6f4bff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F4BDB'\" title=#6F4BDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F4BDB')},20)\" onmouseout=\"status=''\" bgColor=#6f4bdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F4BB7'\" title=#6F4BB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F4BB7')},20)\" onmouseout=\"status=''\" bgColor=#6f4bb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F4B93'\" title=#6F4B93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F4B93')},20)\" onmouseout=\"status=''\" bgColor=#6f4b93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F4B6F'\" title=#6F4B6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F4B6F')},20)\" onmouseout=\"status=''\" bgColor=#6f4b6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F4B4B'\" title=#6F4B4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F4B4B')},20)\" onmouseout=\"status=''\" bgColor=#6f4b4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F4B27'\" title=#6F4B27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F4B27')},20)\" onmouseout=\"status=''\" bgColor=#6f4b27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F4B03'\" title=#6F4B03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F4B03')},20)\" onmouseout=\"status=''\" bgColor=#6f4b03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F27FF'\" title=#6F27FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F27FF')},20)\" onmouseout=\"status=''\" bgColor=#6f27ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F27DB'\" title=#6F27DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F27DB')},20)\" onmouseout=\"status=''\" bgColor=#6f27db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F27B7'\" title=#6F27B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F27B7')},20)\" onmouseout=\"status=''\" bgColor=#6f27b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F2793'\" title=#6F2793 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F2793')},20)\" onmouseout=\"status=''\" bgColor=#6f2793><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F276F'\" title=#6F276F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F276F')},20)\" onmouseout=\"status=''\" bgColor=#6f276f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F274B'\" title=#6F274B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F274B')},20)\" onmouseout=\"status=''\" bgColor=#6f274b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F2727'\" title=#6F2727 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F2727')},20)\" onmouseout=\"status=''\" bgColor=#6f2727><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F2703'\" title=#6F2703 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F2703')},20)\" onmouseout=\"status=''\" bgColor=#6f2703><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F03FF'\" title=#6F03FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F03FF')},20)\" onmouseout=\"status=''\" bgColor=#6f03ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F03DB'\" title=#6F03DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F03DB')},20)\" onmouseout=\"status=''\" bgColor=#6f03db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F03B7'\" title=#6F03B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F03B7')},20)\" onmouseout=\"status=''\" bgColor=#6f03b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F0393'\" title=#6F0393 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F0393')},20)\" onmouseout=\"status=''\" bgColor=#6f0393><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F036F'\" title=#6F036F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F036F')},20)\" onmouseout=\"status=''\" bgColor=#6f036f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F034B'\" title=#6F034B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F034B')},20)\" onmouseout=\"status=''\" bgColor=#6f034b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F0327'\" title=#6F0327 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F0327')},20)\" onmouseout=\"status=''\" bgColor=#6f0327><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#6F0303'\" title=#6F0303 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#6F0303')},20)\" onmouseout=\"status=''\" bgColor=#6f0303><DIV class=swatch></DIV></TD></TR><TR>"+"<TD onmouseover=\"status='#4BFFFF'\" title=#4BFFFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BFFFF')},20)\" onmouseout=\"status=''\" bgColor=#4bffff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BFFDB'\" title=#4BFFDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BFFDB')},20)\" onmouseout=\"status=''\" bgColor=#4bffdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BFFB7'\" title=#4BFFB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BFFB7')},20)\" onmouseout=\"status=''\" bgColor=#4bffb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BFF93'\" title=#4BFF93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BFF93')},20)\" onmouseout=\"status=''\" bgColor=#4bff93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BFF6F'\" title=#4BFF6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BFF6F')},20)\" onmouseout=\"status=''\" bgColor=#4bff6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BFF4B'\" title=#4BFF4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BFF4B')},20)\" onmouseout=\"status=''\" bgColor=#4bff4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BFF27'\" title=#4BFF27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BFF27')},20)\" onmouseout=\"status=''\" bgColor=#4bff27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BFF03'\" title=#4BFF03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BFF03')},20)\" onmouseout=\"status=''\" bgColor=#4bff03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BDBFF'\" title=#4BDBFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BDBFF')},20)\" onmouseout=\"status=''\" bgColor=#4bdbff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BDBDB'\" title=#4BDBDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BDBDB')},20)\" onmouseout=\"status=''\" bgColor=#4bdbdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BDBB7'\" title=#4BDBB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BDBB7')},20)\" onmouseout=\"status=''\" bgColor=#4bdbb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BDB93'\" title=#4BDB93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BDB93')},20)\" onmouseout=\"status=''\" bgColor=#4bdb93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BDB6F'\" title=#4BDB6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BDB6F')},20)\" onmouseout=\"status=''\" bgColor=#4bdb6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BDB4B'\" title=#4BDB4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BDB4B')},20)\" onmouseout=\"status=''\" bgColor=#4bdb4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BDB27'\" title=#4BDB27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BDB27')},20)\" onmouseout=\"status=''\" bgColor=#4bdb27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BDB03'\" title=#4BDB03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BDB03')},20)\" onmouseout=\"status=''\" bgColor=#4bdb03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BB7FF'\" title=#4BB7FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BB7FF')},20)\" onmouseout=\"status=''\" bgColor=#4bb7ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BB7DB'\" title=#4BB7DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BB7DB')},20)\" onmouseout=\"status=''\" bgColor=#4bb7db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BB7B7'\" title=#4BB7B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BB7B7')},20)\" onmouseout=\"status=''\" bgColor=#4bb7b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BB793'\" title=#4BB793 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BB793')},20)\" onmouseout=\"status=''\" bgColor=#4bb793><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BB76F'\" title=#4BB76F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BB76F')},20)\" onmouseout=\"status=''\" bgColor=#4bb76f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BB74B'\" title=#4BB74B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BB74B')},20)\" onmouseout=\"status=''\" bgColor=#4bb74b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BB727'\" title=#4BB727 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BB727')},20)\" onmouseout=\"status=''\" bgColor=#4bb727><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4BB703'\" title=#4BB703 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4BB703')},20)\" onmouseout=\"status=''\" bgColor=#4bb703><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B93FF'\" title=#4B93FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B93FF')},20)\" onmouseout=\"status=''\" bgColor=#4b93ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B93DB'\" title=#4B93DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B93DB')},20)\" onmouseout=\"status=''\" bgColor=#4b93db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B93B7'\" title=#4B93B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B93B7')},20)\" onmouseout=\"status=''\" bgColor=#4b93b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B9393'\" title=#4B9393 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B9393')},20)\" onmouseout=\"status=''\" bgColor=#4b9393><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B936F'\" title=#4B936F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B936F')},20)\" onmouseout=\"status=''\" bgColor=#4b936f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B934B'\" title=#4B934B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B934B')},20)\" onmouseout=\"status=''\" bgColor=#4b934b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B9327'\" title=#4B9327 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B9327')},20)\" onmouseout=\"status=''\" bgColor=#4b9327><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B9303'\" title=#4B9303 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B9303')},20)\" onmouseout=\"status=''\" bgColor=#4b9303><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B6FFF'\" title=#4B6FFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B6FFF')},20)\" onmouseout=\"status=''\" bgColor=#4b6fff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B6FDB'\" title=#4B6FDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B6FDB')},20)\" onmouseout=\"status=''\" bgColor=#4b6fdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B6FB7'\" title=#4B6FB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B6FB7')},20)\" onmouseout=\"status=''\" bgColor=#4b6fb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B6F93'\" title=#4B6F93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B6F93')},20)\" onmouseout=\"status=''\" bgColor=#4b6f93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B6F6F'\" title=#4B6F6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B6F6F')},20)\" onmouseout=\"status=''\" bgColor=#4b6f6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B6F4B'\" title=#4B6F4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B6F4B')},20)\" onmouseout=\"status=''\" bgColor=#4b6f4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B6F27'\" title=#4B6F27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B6F27')},20)\" onmouseout=\"status=''\" bgColor=#4b6f27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B6F03'\" title=#4B6F03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B6F03')},20)\" onmouseout=\"status=''\" bgColor=#4b6f03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B4BFF'\" title=#4B4BFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B4BFF')},20)\" onmouseout=\"status=''\" bgColor=#4b4bff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B4BDB'\" title=#4B4BDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B4BDB')},20)\" onmouseout=\"status=''\" bgColor=#4b4bdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B4BB7'\" title=#4B4BB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B4BB7')},20)\" onmouseout=\"status=''\" bgColor=#4b4bb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B4B93'\" title=#4B4B93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B4B93')},20)\" onmouseout=\"status=''\" bgColor=#4b4b93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B4B6F'\" title=#4B4B6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B4B6F')},20)\" onmouseout=\"status=''\" bgColor=#4b4b6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B4B4B'\" title=#4B4B4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B4B4B')},20)\" onmouseout=\"status=''\" bgColor=#4b4b4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B4B27'\" title=#4B4B27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B4B27')},20)\" onmouseout=\"status=''\" bgColor=#4b4b27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B4B03'\" title=#4B4B03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B4B03')},20)\" onmouseout=\"status=''\" bgColor=#4b4b03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B27FF'\" title=#4B27FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B27FF')},20)\" onmouseout=\"status=''\" bgColor=#4b27ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B27DB'\" title=#4B27DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B27DB')},20)\" onmouseout=\"status=''\" bgColor=#4b27db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B27B7'\" title=#4B27B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B27B7')},20)\" onmouseout=\"status=''\" bgColor=#4b27b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B2793'\" title=#4B2793 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B2793')},20)\" onmouseout=\"status=''\" bgColor=#4b2793><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B276F'\" title=#4B276F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B276F')},20)\" onmouseout=\"status=''\" bgColor=#4b276f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B274B'\" title=#4B274B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B274B')},20)\" onmouseout=\"status=''\" bgColor=#4b274b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B2727'\" title=#4B2727 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B2727')},20)\" onmouseout=\"status=''\" bgColor=#4b2727><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B2703'\" title=#4B2703 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B2703')},20)\" onmouseout=\"status=''\" bgColor=#4b2703><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B03FF'\" title=#4B03FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B03FF')},20)\" onmouseout=\"status=''\" bgColor=#4b03ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B03DB'\" title=#4B03DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B03DB')},20)\" onmouseout=\"status=''\" bgColor=#4b03db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B03B7'\" title=#4B03B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B03B7')},20)\" onmouseout=\"status=''\" bgColor=#4b03b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B0393'\" title=#4B0393 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B0393')},20)\" onmouseout=\"status=''\" bgColor=#4b0393><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B036F'\" title=#4B036F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B036F')},20)\" onmouseout=\"status=''\" bgColor=#4b036f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B034B'\" title=#4B034B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B034B')},20)\" onmouseout=\"status=''\" bgColor=#4b034b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B0327'\" title=#4B0327 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B0327')},20)\" onmouseout=\"status=''\" bgColor=#4b0327><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#4B0303'\" title=#4B0303 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#4B0303')},20)\" onmouseout=\"status=''\" bgColor=#4b0303><DIV class=swatch></DIV></TD></TR><TR>"+"<TD onmouseover=\"status='#27FFFF'\" title=#27FFFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27FFFF')},20)\" onmouseout=\"status=''\" bgColor=#27ffff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27FFDB'\" title=#27FFDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27FFDB')},20)\" onmouseout=\"status=''\" bgColor=#27ffdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27FFB7'\" title=#27FFB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27FFB7')},20)\" onmouseout=\"status=''\" bgColor=#27ffb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27FF93'\" title=#27FF93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27FF93')},20)\" onmouseout=\"status=''\" bgColor=#27ff93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27FF6F'\" title=#27FF6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27FF6F')},20)\" onmouseout=\"status=''\" bgColor=#27ff6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27FF4B'\" title=#27FF4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27FF4B')},20)\" onmouseout=\"status=''\" bgColor=#27ff4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27FF27'\" title=#27FF27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27FF27')},20)\" onmouseout=\"status=''\" bgColor=#27ff27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27FF03'\" title=#27FF03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27FF03')},20)\" onmouseout=\"status=''\" bgColor=#27ff03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27DBFF'\" title=#27DBFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27DBFF')},20)\" onmouseout=\"status=''\" bgColor=#27dbff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27DBDB'\" title=#27DBDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27DBDB')},20)\" onmouseout=\"status=''\" bgColor=#27dbdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27DBB7'\" title=#27DBB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27DBB7')},20)\" onmouseout=\"status=''\" bgColor=#27dbb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27DB93'\" title=#27DB93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27DB93')},20)\" onmouseout=\"status=''\" bgColor=#27db93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27DB6F'\" title=#27DB6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27DB6F')},20)\" onmouseout=\"status=''\" bgColor=#27db6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27DB4B'\" title=#27DB4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27DB4B')},20)\" onmouseout=\"status=''\" bgColor=#27db4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27DB27'\" title=#27DB27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27DB27')},20)\" onmouseout=\"status=''\" bgColor=#27db27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27DB03'\" title=#27DB03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27DB03')},20)\" onmouseout=\"status=''\" bgColor=#27db03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27B7FF'\" title=#27B7FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27B7FF')},20)\" onmouseout=\"status=''\" bgColor=#27b7ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27B7DB'\" title=#27B7DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27B7DB')},20)\" onmouseout=\"status=''\" bgColor=#27b7db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27B7B7'\" title=#27B7B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27B7B7')},20)\" onmouseout=\"status=''\" bgColor=#27b7b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27B793'\" title=#27B793 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27B793')},20)\" onmouseout=\"status=''\" bgColor=#27b793><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27B76F'\" title=#27B76F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27B76F')},20)\" onmouseout=\"status=''\" bgColor=#27b76f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27B74B'\" title=#27B74B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27B74B')},20)\" onmouseout=\"status=''\" bgColor=#27b74b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27B727'\" title=#27B727 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27B727')},20)\" onmouseout=\"status=''\" bgColor=#27b727><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27B703'\" title=#27B703 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27B703')},20)\" onmouseout=\"status=''\" bgColor=#27b703><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#2793FF'\" title=#2793FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#2793FF')},20)\" onmouseout=\"status=''\" bgColor=#2793ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#2793DB'\" title=#2793DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#2793DB')},20)\" onmouseout=\"status=''\" bgColor=#2793db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#2793B7'\" title=#2793B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#2793B7')},20)\" onmouseout=\"status=''\" bgColor=#2793b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#279393'\" title=#279393 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#279393')},20)\" onmouseout=\"status=''\" bgColor=#279393><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27936F'\" title=#27936F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27936F')},20)\" onmouseout=\"status=''\" bgColor=#27936f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27934B'\" title=#27934B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27934B')},20)\" onmouseout=\"status=''\" bgColor=#27934b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#279327'\" title=#279327 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#279327')},20)\" onmouseout=\"status=''\" bgColor=#279327><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#279303'\" title=#279303 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#279303')},20)\" onmouseout=\"status=''\" bgColor=#279303><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#276FFF'\" title=#276FFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#276FFF')},20)\" onmouseout=\"status=''\" bgColor=#276fff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#276FDB'\" title=#276FDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#276FDB')},20)\" onmouseout=\"status=''\" bgColor=#276fdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#276FB7'\" title=#276FB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#276FB7')},20)\" onmouseout=\"status=''\" bgColor=#276fb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#276F93'\" title=#276F93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#276F93')},20)\" onmouseout=\"status=''\" bgColor=#276f93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#276F6F'\" title=#276F6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#276F6F')},20)\" onmouseout=\"status=''\" bgColor=#276f6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#276F4B'\" title=#276F4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#276F4B')},20)\" onmouseout=\"status=''\" bgColor=#276f4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#276F27'\" title=#276F27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#276F27')},20)\" onmouseout=\"status=''\" bgColor=#276f27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#276F03'\" title=#276F03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#276F03')},20)\" onmouseout=\"status=''\" bgColor=#276f03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#274BFF'\" title=#274BFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#274BFF')},20)\" onmouseout=\"status=''\" bgColor=#274bff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#274BDB'\" title=#274BDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#274BDB')},20)\" onmouseout=\"status=''\" bgColor=#274bdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#274BB7'\" title=#274BB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#274BB7')},20)\" onmouseout=\"status=''\" bgColor=#274bb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#274B93'\" title=#274B93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#274B93')},20)\" onmouseout=\"status=''\" bgColor=#274b93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#274B6F'\" title=#274B6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#274B6F')},20)\" onmouseout=\"status=''\" bgColor=#274b6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#274B4B'\" title=#274B4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#274B4B')},20)\" onmouseout=\"status=''\" bgColor=#274b4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#274B27'\" title=#274B27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#274B27')},20)\" onmouseout=\"status=''\" bgColor=#274b27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#274B03'\" title=#274B03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#274B03')},20)\" onmouseout=\"status=''\" bgColor=#274b03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#2727FF'\" title=#2727FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#2727FF')},20)\" onmouseout=\"status=''\" bgColor=#2727ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#2727DB'\" title=#2727DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#2727DB')},20)\" onmouseout=\"status=''\" bgColor=#2727db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#2727B7'\" title=#2727B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#2727B7')},20)\" onmouseout=\"status=''\" bgColor=#2727b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#272793'\" title=#272793 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#272793')},20)\" onmouseout=\"status=''\" bgColor=#272793><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27276F'\" title=#27276F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27276F')},20)\" onmouseout=\"status=''\" bgColor=#27276f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27274B'\" title=#27274B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27274B')},20)\" onmouseout=\"status=''\" bgColor=#27274b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#272727'\" title=#272727 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#272727')},20)\" onmouseout=\"status=''\" bgColor=#272727><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#272703'\" title=#272703 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#272703')},20)\" onmouseout=\"status=''\" bgColor=#272703><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#2703FF'\" title=#2703FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#2703FF')},20)\" onmouseout=\"status=''\" bgColor=#2703ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#2703DB'\" title=#2703DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#2703DB')},20)\" onmouseout=\"status=''\" bgColor=#2703db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#2703B7'\" title=#2703B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#2703B7')},20)\" onmouseout=\"status=''\" bgColor=#2703b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#270393'\" title=#270393 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#270393')},20)\" onmouseout=\"status=''\" bgColor=#270393><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27036F'\" title=#27036F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27036F')},20)\" onmouseout=\"status=''\" bgColor=#27036f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#27034B'\" title=#27034B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#27034B')},20)\" onmouseout=\"status=''\" bgColor=#27034b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#270327'\" title=#270327 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#270327')},20)\" onmouseout=\"status=''\" bgColor=#270327><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#270303'\" title=#270303 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#270303')},20)\" onmouseout=\"status=''\" bgColor=#270303><DIV class=swatch></DIV></TD></TR><TR>"+"<TD onmouseover=\"status='#03FFFF'\" title=#03FFFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03FFFF')},20)\" onmouseout=\"status=''\" bgColor=#03ffff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03FFDB'\" title=#03FFDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03FFDB')},20)\" onmouseout=\"status=''\" bgColor=#03ffdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03FFB7'\" title=#03FFB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03FFB7')},20)\" onmouseout=\"status=''\" bgColor=#03ffb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03FF93'\" title=#03FF93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03FF93')},20)\" onmouseout=\"status=''\" bgColor=#03ff93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03FF6F'\" title=#03FF6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03FF6F')},20)\" onmouseout=\"status=''\" bgColor=#03ff6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03FF4B'\" title=#03FF4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03FF4B')},20)\" onmouseout=\"status=''\" bgColor=#03ff4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03FF27'\" title=#03FF27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03FF27')},20)\" onmouseout=\"status=''\" bgColor=#03ff27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03FF03'\" title=#03FF03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03FF03')},20)\" onmouseout=\"status=''\" bgColor=#03ff03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03DBFF'\" title=#03DBFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03DBFF')},20)\" onmouseout=\"status=''\" bgColor=#03dbff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03DBDB'\" title=#03DBDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03DBDB')},20)\" onmouseout=\"status=''\" bgColor=#03dbdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03DBB7'\" title=#03DBB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03DBB7')},20)\" onmouseout=\"status=''\" bgColor=#03dbb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03DB93'\" title=#03DB93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03DB93')},20)\" onmouseout=\"status=''\" bgColor=#03db93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03DB6F'\" title=#03DB6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03DB6F')},20)\" onmouseout=\"status=''\" bgColor=#03db6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03DB4B'\" title=#03DB4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03DB4B')},20)\" onmouseout=\"status=''\" bgColor=#03db4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03DB27'\" title=#03DB27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03DB27')},20)\" onmouseout=\"status=''\" bgColor=#03db27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03DB03'\" title=#03DB03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03DB03')},20)\" onmouseout=\"status=''\" bgColor=#03db03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03B7FF'\" title=#03B7FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03B7FF')},20)\" onmouseout=\"status=''\" bgColor=#03b7ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03B7DB'\" title=#03B7DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03B7DB')},20)\" onmouseout=\"status=''\" bgColor=#03b7db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03B7B7'\" title=#03B7B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03B7B7')},20)\" onmouseout=\"status=''\" bgColor=#03b7b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03B793'\" title=#03B793 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03B793')},20)\" onmouseout=\"status=''\" bgColor=#03b793><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03B76F'\" title=#03B76F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03B76F')},20)\" onmouseout=\"status=''\" bgColor=#03b76f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03B74B'\" title=#03B74B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03B74B')},20)\" onmouseout=\"status=''\" bgColor=#03b74b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03B727'\" title=#03B727 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03B727')},20)\" onmouseout=\"status=''\" bgColor=#03b727><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03B703'\" title=#03B703 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03B703')},20)\" onmouseout=\"status=''\" bgColor=#03b703><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#0393FF'\" title=#0393FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#0393FF')},20)\" onmouseout=\"status=''\" bgColor=#0393ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#0393DB'\" title=#0393DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#0393DB')},20)\" onmouseout=\"status=''\" bgColor=#0393db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#0393B7'\" title=#0393B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#0393B7')},20)\" onmouseout=\"status=''\" bgColor=#0393b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#039393'\" title=#039393 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#039393')},20)\" onmouseout=\"status=''\" bgColor=#039393><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03936F'\" title=#03936F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03936F')},20)\" onmouseout=\"status=''\" bgColor=#03936f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03934B'\" title=#03934B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03934B')},20)\" onmouseout=\"status=''\" bgColor=#03934b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#039327'\" title=#039327 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#039327')},20)\" onmouseout=\"status=''\" bgColor=#039327><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#039303'\" title=#039303 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#039303')},20)\" onmouseout=\"status=''\" bgColor=#039303><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#036FFF'\" title=#036FFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#036FFF')},20)\" onmouseout=\"status=''\" bgColor=#036fff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#036FDB'\" title=#036FDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#036FDB')},20)\" onmouseout=\"status=''\" bgColor=#036fdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#036FB7'\" title=#036FB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#036FB7')},20)\" onmouseout=\"status=''\" bgColor=#036fb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#036F93'\" title=#036F93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#036F93')},20)\" onmouseout=\"status=''\" bgColor=#036f93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#036F6F'\" title=#036F6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#036F6F')},20)\" onmouseout=\"status=''\" bgColor=#036f6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#036F4B'\" title=#036F4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#036F4B')},20)\" onmouseout=\"status=''\" bgColor=#036f4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#036F27'\" title=#036F27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#036F27')},20)\" onmouseout=\"status=''\" bgColor=#036f27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#036F03'\" title=#036F03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#036F03')},20)\" onmouseout=\"status=''\" bgColor=#036f03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#034BFF'\" title=#034BFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#034BFF')},20)\" onmouseout=\"status=''\" bgColor=#034bff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#034BDB'\" title=#034BDB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#034BDB')},20)\" onmouseout=\"status=''\" bgColor=#034bdb><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#034BB7'\" title=#034BB7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#034BB7')},20)\" onmouseout=\"status=''\" bgColor=#034bb7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#034B93'\" title=#034B93 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#034B93')},20)\" onmouseout=\"status=''\" bgColor=#034b93><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#034B6F'\" title=#034B6F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#034B6F')},20)\" onmouseout=\"status=''\" bgColor=#034b6f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#034B4B'\" title=#034B4B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#034B4B')},20)\" onmouseout=\"status=''\" bgColor=#034b4b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#034B27'\" title=#034B27 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#034B27')},20)\" onmouseout=\"status=''\" bgColor=#034b27><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#034B03'\" title=#034B03 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#034B03')},20)\" onmouseout=\"status=''\" bgColor=#034b03><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#0327FF'\" title=#0327FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#0327FF')},20)\" onmouseout=\"status=''\" bgColor=#0327ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#0327DB'\" title=#0327DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#0327DB')},20)\" onmouseout=\"status=''\" bgColor=#0327db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#0327B7'\" title=#0327B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#0327B7')},20)\" onmouseout=\"status=''\" bgColor=#0327b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#032793'\" title=#032793 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#032793')},20)\" onmouseout=\"status=''\" bgColor=#032793><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03276F'\" title=#03276F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03276F')},20)\" onmouseout=\"status=''\" bgColor=#03276f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03274B'\" title=#03274B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03274B')},20)\" onmouseout=\"status=''\" bgColor=#03274b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#032727'\" title=#032727 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#032727')},20)\" onmouseout=\"status=''\" bgColor=#032727><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#032703'\" title=#032703 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#032703')},20)\" onmouseout=\"status=''\" bgColor=#032703><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#0303FF'\" title=#0303FF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#0303FF')},20)\" onmouseout=\"status=''\" bgColor=#0303ff><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#0303DB'\" title=#0303DB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#0303DB')},20)\" onmouseout=\"status=''\" bgColor=#0303db><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#0303B7'\" title=#0303B7 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#0303B7')},20)\" onmouseout=\"status=''\" bgColor=#0303b7><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#030393'\" title=#030393 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#030393')},20)\" onmouseout=\"status=''\" bgColor=#030393><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03036F'\" title=#03036F style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03036F')},20)\" onmouseout=\"status=''\" bgColor=#03036f><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#03034B'\" title=#03034B style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#03034B')},20)\" onmouseout=\"status=''\" bgColor=#03034b><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#030327'\" title=#030327 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#030327')},20)\" onmouseout=\"status=''\" bgColor=#030327><DIV class=swatch></DIV></TD>"+"<TD onmouseover=\"status='#030303'\" title=#030303 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#030303')},20)\" onmouseout=\"status=''\" bgColor=#030303><DIV class=swatch></DIV></TD></TR><TR>"+"<TD onmouseover=\"status='#FFFFFF'\" title=#FFFFFF style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#FFFFFF')},20)\" onmouseout=\"status=''\" bgColor=#ffffff colSpan=4><DIV class=swatch2></DIV></TD>"+"<TD onmouseover=\"status='#EEEEEE'\" title=#EEEEEE style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#EEEEEE')},20)\" onmouseout=\"status=''\" bgColor=#eeeeee colSpan=4><DIV class=swatch2></DIV></TD>"+"<TD onmouseover=\"status='#DDDDDD'\" title=#DDDDDD style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#DDDDDD')},20)\" onmouseout=\"status=''\" bgColor=#dddddd colSpan=4><DIV class=swatch2></DIV></TD>"+"<TD onmouseover=\"status='#CCCCCC'\" title=#CCCCCC style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#CCCCCC')},20)\" onmouseout=\"status=''\" bgColor=#cccccc colSpan=4><DIV class=swatch2></DIV></TD>"+"<TD onmouseover=\"status='#BBBBBB'\" title=#BBBBBB style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#BBBBBB')},20)\" onmouseout=\"status=''\" bgColor=#bbbbbb colSpan=4><DIV class=swatch2></DIV></TD>"+"<TD onmouseover=\"status='#AAAAAA'\" title=#AAAAAA style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#AAAAAA')},20)\" onmouseout=\"status=''\" bgColor=#aaaaaa colSpan=4><DIV class=swatch2></DIV></TD>"+"<TD onmouseover=\"status='#999999'\" title=#999999 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#999999')},20)\" onmouseout=\"status=''\" bgColor=#999999 colSpan=4><DIV class=swatch2></DIV></TD>"+"<TD onmouseover=\"status='#888888'\" title=#888888 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#888888')},20)\" onmouseout=\"status=''\" bgColor=#888888 colSpan=4><DIV class=swatch2></DIV></TD>"+"<TD onmouseover=\"status='#777777'\" title=#777777 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#777777')},20)\" onmouseout=\"status=''\" bgColor=#777777 colSpan=4><DIV class=swatch2></DIV></TD>"+"<TD onmouseover=\"status='#666666'\" title=#666666 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#666666')},20)\" onmouseout=\"status=''\" bgColor=#666666 colSpan=4><DIV class=swatch2></DIV></TD>"+"<TD onmouseover=\"status='#555555'\" title=#555555 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#555555')},20)\" onmouseout=\"status=''\" bgColor=#555555 colSpan=4><DIV class=swatch2></DIV></TD>"+"<TD onmouseover=\"status='#444444'\" title=#444444 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#444444')},20)\" onmouseout=\"status=''\" bgColor=#444444 colSpan=4><DIV class=swatch2></DIV></TD>"+"<TD onmouseover=\"status='#333333'\" title=#333333 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#333333')},20)\" onmouseout=\"status=''\" bgColor=#333333 colSpan=4><DIV class=swatch2></DIV></TD>"+"<TD onmouseover=\"status='#222222'\" title=#222222 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#222222')},20)\" onmouseout=\"status=''\" bgColor=#222222 colSpan=4><DIV class=swatch2></DIV></TD>"+"<TD onmouseover=\"status='#111111'\" title=#111111 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#111111')},20)\" onmouseout=\"status=''\" bgColor=#111111 colSpan=4><DIV class=swatch2></DIV></TD>"+"<TD onmouseover=\"status='#000000'\" title=#000000 style=\"FONT-SIZE: 1px\" onclick=\"setTimeout(function(){$.ColorPickers.clickCP('#000000')},20)\" onmouseout=\"status=''\" bgColor=#000000 colSpan=4><DIV class=swatch2></DIV></TD>"+"</TR></TBODY></TABLE>";})(jQuery);jQuery.fn.Corner=function(options){var settings={tl:{radius:10},tr:{radius:10},bl:{radius:10},br:{radius:10},antiAlias:true,autoPad:true,validTags:["div"]};if(options&&typeof(options)!='string')
jQuery.extend(settings,options);return this.each(function(){new curvyObject(settings,this).applyCorners();});};var isIE=navigator.userAgent.toLowerCase().indexOf("msie")>-1;var isMoz=document.implementation&&document.implementation.createDocument;var isSafari=((navigator.userAgent.toLowerCase().indexOf('safari')!=-1)&&(navigator.userAgent.toLowerCase().indexOf('mac')!=-1))?true:false;var Curved={curvyCornersObjects:[],numCreated:0,register:function(curvyCornersObject)
{this.curvyCornersObjects.push(curvyCornersObject);},unregister:function(curvyCornersObject)
{this.curvyCornersObjects=this.curvyCornersObjects.reject(function(d){return d==curvyCornersObjects});},hasCurves:function(elementId)
{var find=$("#"+elementId);var match=this.curvyCornersObjects.detect(function(cco,ind){if(cco.objects.detect(function(ce,i){if((ce.box==find)&&ce.hasCorners)return true;}))return true;});if(match){alert("has corners");return match;}
else{alert("no corners");return null;};}}
function curvyCorners()
{if(typeof(arguments[0])!="object")throw newCurvyError("First parameter of curvyCorners() must be an object.");if(typeof(arguments[1])!="object"&&typeof(arguments[1])!="string")throw newCurvyError("Second parameter of curvyCorners() must be an object or a class name.");if(typeof(arguments[1])=="string")
{var startIndex=0;var boxCol=getElementsByClass(arguments[1]);}
else
{var startIndex=1;var boxCol=arguments;}
var curvyCornersCol=new Array();for(var i=startIndex,j=boxCol.length;i<j;i++)
{curvyCornersCol[curvyCornersCol.length]=new curvyObject(arguments[0],boxCol[i]);}
this.objects=curvyCornersCol;Curved.register(this);this.applyCornersToAll=function(reapply)
{for(var x=0,k=this.objects.length;x<k;x++)
{this.objects[x].applyCorners();this.objects[x].hasCorners=true;}}
this.removeCornersFromAll=function()
{for(var x=0,k=this.objects.length;x<k;x++)
{if(this.objects[x].topContainer){Element.remove(this.objects[x].topContainer)};if(this.objects[x].bottomContainer)Element.remove(this.objects[x].bottomContainer);this.objects[x].hasCorners=false;}}}
function curvyObject()
{this.reapply=false;this.box=arguments[1];this.settings=arguments[0];this.topContainer=null;this.bottomContainer=null;this.masterCorners=new Array();this.contentDIV=null;this.topColor=null;this.bottomColor=null;this.checkForGradients=function()
{if(typeof Gradients!='undefined')
{var theGr;theGr=Gradients.hasGradient(this.box);if(theGr!=null)
{this.topColor=theGr.options.startColor;this.bottomColor=theGr.options.endColor;var adj=1;var bh=this.box.offsetHeight;if(bh<110)adj=2;if((this.settings.tr.radius>=20||this.settings.br.radius>=20)&&(bh<110))
{adj+=1;}
var p=(theGr.colorArray.length-adj);this.bottomColor="rgb("+theGr.colorArray[p][0]+","+theGr.colorArray[p][1]+","+theGr.colorArray[p][2]+")";}else
{this.topColor=null;this.bottomColor=null;}}}
this.checkForGradients();var boxHeight=get_style(this.box,"height","height");var boxWidth=get_style(this.box,"width","width");var borderWidth=get_style(this.box,"borderTopWidth","border-top-width");var borderColour=get_style(this.box,"borderTopColor","border-top-color");var boxColour=get_style(this.box,"backgroundColor","background-color");var backgroundImage=get_style(this.box,"backgroundImage","background-image");var boxPosition=get_style(this.box,"position","position");var boxPadding=get_style(this.box,"paddingTop","padding-top");this.boxHeight=parseInt(((boxHeight!=""&&boxHeight!="auto"&&boxHeight.indexOf("%")==-1)?boxHeight.substring(0,boxHeight.indexOf("px")):this.box.scrollHeight));this.boxWidth=parseInt(((boxWidth!=""&&boxWidth!="auto"&&boxWidth.indexOf("%")==-1)?boxWidth.substring(0,boxWidth.indexOf("px")):this.box.scrollWidth));this.borderWidth=parseInt(((borderWidth!=""&&borderWidth.indexOf("px")!==-1)?borderWidth.slice(0,borderWidth.indexOf("px")):0));this.boxColour=format_colour(boxColour);this.boxPadding=parseInt(((boxPadding!=""&&boxPadding.indexOf("px")!==-1)?boxPadding.slice(0,boxPadding.indexOf("px")):0));this.borderColour=format_colour(borderColour);this.borderString=this.borderWidth+"px"+" solid "+this.borderColour;this.backgroundImage=((backgroundImage!="none")?backgroundImage:"");this.boxContent=this.box.innerHTML;if(this.topColor==undefined)this.topColor=null;if(this.bottomColor==undefined)this.bottomColor=null;if(this.topColor!=null)this.topColor=format_colour(this.topColor);if(this.bottomColor!=null)this.bottomColor=format_colour(this.bottomColor);if(boxPosition!="absolute")this.box.style.position="relative";this.box.style.padding="0px";if(isIE&&boxWidth=="auto"&&boxHeight=="auto")this.box.style.width="100%";if(this.settings.autoPad==true&&this.boxPadding>0)
{this.box.innerHTML="";}
this.applyCorners=function()
{for(var t=0;t<2;t++)
{switch(t)
{case 0:if(this.settings.tl||this.settings.tr)
{var newMainContainer=document.createElement("DIV");newMainContainer.className="rctopcnt";newMainContainer.style.width="100%";newMainContainer.style.fontSize="1px";newMainContainer.style.overflow="hidden";newMainContainer.style.position="absolute";newMainContainer.style.paddingLeft=this.borderWidth+"px";newMainContainer.style.paddingRight=this.borderWidth+"px";var topMaxRadius=Math.max(this.settings.tl?this.settings.tl.radius:0,this.settings.tr?this.settings.tr.radius:0);newMainContainer.style.height=topMaxRadius+"px";newMainContainer.style.top=0-topMaxRadius+"px";newMainContainer.style.left=0-this.borderWidth+"px";this.topContainer=this.box.appendChild(newMainContainer);}
break;case 1:if(this.settings.bl||this.settings.br)
{var newMainContainer=document.createElement("DIV");newMainContainer.className="rcbotcnt";newMainContainer.style.width="100%";newMainContainer.style.fontSize="1px";newMainContainer.style.overflow="hidden";newMainContainer.style.position="absolute";newMainContainer.style.paddingLeft=this.borderWidth+"px";newMainContainer.style.paddingRight=this.borderWidth+"px";var botMaxRadius=Math.max(this.settings.bl?this.settings.bl.radius:0,this.settings.br?this.settings.br.radius:0);newMainContainer.style.height=botMaxRadius+"px";newMainContainer.style.bottom=0-botMaxRadius+"px";newMainContainer.style.left=0-this.borderWidth+"px";this.bottomContainer=this.box.appendChild(newMainContainer);}
break;}}
if(this.topContainer)this.box.style.borderTopWidth="0px";if(this.bottomContainer)this.box.style.borderBottomWidth="0px";var corners=["tr","tl","br","bl"];for(var i in corners)
{if(i>-1<4)
{var cc=corners[i];if(!this.settings[cc])
{if(((cc=="tr"||cc=="tl")&&this.topContainer!=null)||((cc=="br"||cc=="bl")&&this.bottomContainer!=null))
{var newCorner=document.createElement("DIV");newCorner.style.position="relative";newCorner.style.fontSize="1px";newCorner.style.overflow="hidden";if(this.backgroundImage=="")
newCorner.style.backgroundColor=this.boxColour;else
newCorner.style.backgroundImage=this.backgroundImage;switch(cc)
{case"tl":newCorner.style.height=topMaxRadius-this.borderWidth+"px";newCorner.style.marginRight=this.settings.tr.radius-(this.borderWidth*2)+"px";newCorner.style.borderLeft=this.borderString;newCorner.style.borderTop=this.borderString;newCorner.style.left=-this.borderWidth+"px";if(this.topColor!=null)newCorner.style.backgroundColor=this.topColor;break;case"tr":newCorner.style.height=topMaxRadius-this.borderWidth+"px";newCorner.style.marginLeft=this.settings.tl.radius-(this.borderWidth*2)+"px";newCorner.style.borderRight=this.borderString;newCorner.style.borderTop=this.borderString;newCorner.style.backgroundPosition="-"+(topMaxRadius+this.borderWidth)+"px 0px";newCorner.style.left=this.borderWidth+"px";if(this.topColor!=null)newCorner.style.backgroundColor=this.topColor;break;case"bl":newCorner.style.height=botMaxRadius-this.borderWidth+"px";newCorner.style.marginRight=this.settings.br.radius-(this.borderWidth*2)+"px";newCorner.style.borderLeft=this.borderString;newCorner.style.borderBottom=this.borderString;newCorner.style.left=-this.borderWidth+"px";newCorner.style.backgroundPosition="-"+(this.borderWidth)+"px -"+(this.boxHeight+(botMaxRadius+this.borderWidth))+"px";if(this.bottomColor!=null)newCorner.style.backgroundColor=this.bottomColor;break;case"br":newCorner.style.height=botMaxRadius-this.borderWidth+"px";newCorner.style.marginLeft=this.settings.bl.radius-(this.borderWidth*2)+"px";newCorner.style.borderRight=this.borderString;newCorner.style.borderBottom=this.borderString;newCorner.style.left=this.borderWidth+"px"
newCorner.style.backgroundPosition="-"+(botMaxRadius+this.borderWidth)+"px -"+(this.boxHeight+(botMaxRadius+this.borderWidth))+"px";if(this.bottomColor!=null)newCorner.style.backgroundColor=this.bottomColor;break;}}}
else
{if(this.masterCorners[this.settings[cc].radius]&&(this.bottomColor==null)&&(this.topColor==null)&&!this.reapply)
{var newCorner=this.masterCorners[this.settings[cc].radius].cloneNode(true);}
else
{var newCorner=document.createElement("DIV");newCorner.style.height=this.settings[cc].radius+"px";newCorner.style.width=this.settings[cc].radius+"px";newCorner.style.position="absolute";newCorner.style.fontSize="1px";newCorner.style.overflow="hidden";var borderRadius=parseInt(this.settings[cc].radius-this.borderWidth);for(var intx=0,j=this.settings[cc].radius;intx<j;intx++)
{if((intx+1)>=borderRadius)
var y1=-1;else
var y1=(Math.floor(Math.sqrt(Math.pow(borderRadius,2)-Math.pow((intx+1),2)))-1);if(borderRadius!=j)
{if((intx)>=borderRadius)
var y2=-1;else
var y2=Math.ceil(Math.sqrt(Math.pow(borderRadius,2)-Math.pow(intx,2)));if((intx+1)>=j)
var y3=-1;else
var y3=(Math.floor(Math.sqrt(Math.pow(j,2)-Math.pow((intx+1),2)))-1);}
if((intx)>=j)
var y4=-1;else
var y4=Math.ceil(Math.sqrt(Math.pow(j,2)-Math.pow(intx,2)));var drcol=this.boxColour;if((cc=="tr"||cc=="tl")&&(this.topColor!=null))drcol=this.topColor;if((cc=="br"||cc=="bl")&&(this.bottomColor!=null))drcol=this.bottomColor;if(y1>-1)this.drawPixel(intx,0,drcol,100,(y1+1),newCorner,-1,this.settings[cc].radius);if(borderRadius!=j)
{for(var inty=(y1+1);inty<y2;inty++)
{if(this.settings.antiAlias)
{if(this.backgroundImage!="")
{var borderFract=(pixelFraction(intx,inty,borderRadius)*100);if(borderFract<30)
{this.drawPixel(intx,inty,this.borderColour,100,1,newCorner,0,this.settings[cc].radius);}
else
{this.drawPixel(intx,inty,this.borderColour,100,1,newCorner,-1,this.settings[cc].radius);}}
else
{var pixelcolour=BlendColour(drcol,this.borderColour,pixelFraction(intx,inty,borderRadius));this.drawPixel(intx,inty,pixelcolour,100,1,newCorner,0,this.settings[cc].radius,cc);}}}
if(this.settings.antiAlias)
{if(y3>=y2)
{if(y2==-1)y2=0;this.drawPixel(intx,y2,this.borderColour,100,(y3-y2+1),newCorner,0,0);}}
else
{if(y3>=y1)
{this.drawPixel(intx,(y1+1),this.borderColour,100,(y3-y1),newCorner,0,0);}}
var outsideColour=this.borderColour;}
else
{var outsideColour=drcol;var y3=y1;}
if(this.settings.antiAlias)
{for(var inty=(y3+1);inty<y4;inty++)
{this.drawPixel(intx,inty,outsideColour,(pixelFraction(intx,inty,j)*100),1,newCorner,((this.borderWidth>0)?0:-1),this.settings[cc].radius);}}}
this.masterCorners[this.settings[cc].radius]=newCorner.cloneNode(true);}
if(cc!="br")
{for(var t=0,k=newCorner.childNodes.length;t<k;t++)
{var pixelBar=newCorner.childNodes[t];var pixelBarTop=parseInt(pixelBar.style.top.substring(0,pixelBar.style.top.indexOf("px")));var pixelBarLeft=parseInt(pixelBar.style.left.substring(0,pixelBar.style.left.indexOf("px")));var pixelBarHeight=parseInt(pixelBar.style.height.substring(0,pixelBar.style.height.indexOf("px")));if(cc=="tl"||cc=="bl"){pixelBar.style.left=this.settings[cc].radius-pixelBarLeft-1+"px";}
if(cc=="tr"||cc=="tl"){pixelBar.style.top=this.settings[cc].radius-pixelBarHeight-pixelBarTop+"px";}
switch(cc)
{case"tr":pixelBar.style.backgroundPosition="-"+Math.abs((this.boxWidth-this.settings[cc].radius+this.borderWidth)+pixelBarLeft)+"px -"+Math.abs(this.settings[cc].radius-pixelBarHeight-pixelBarTop-this.borderWidth)+"px";break;case"tl":pixelBar.style.backgroundPosition="-"+Math.abs((this.settings[cc].radius-pixelBarLeft-1)-this.borderWidth)+"px -"+Math.abs(this.settings[cc].radius-pixelBarHeight-pixelBarTop-this.borderWidth)+"px";break;case"bl":pixelBar.style.backgroundPosition="-"+Math.abs((this.settings[cc].radius-pixelBarLeft-1)-this.borderWidth)+"px -"+Math.abs((this.boxHeight+this.settings[cc].radius+pixelBarTop)-this.borderWidth)+"px";break;}}}}
if(newCorner)
{switch(cc)
{case"tl":if(newCorner.style.position=="absolute")newCorner.style.top="0px";if(newCorner.style.position=="absolute")newCorner.style.left="0px";if(this.topContainer)this.topContainer.appendChild(newCorner);break;case"tr":if(newCorner.style.position=="absolute")newCorner.style.top="0px";if(newCorner.style.position=="absolute")newCorner.style.right="0px";if(this.topContainer)this.topContainer.appendChild(newCorner);break;case"bl":if(newCorner.style.position=="absolute")newCorner.style.bottom="0px";if(newCorner.style.position=="absolute")newCorner.style.left="0px";if(this.bottomContainer)this.bottomContainer.appendChild(newCorner);break;case"br":if(newCorner.style.position=="absolute")newCorner.style.bottom="0px";if(newCorner.style.position=="absolute")newCorner.style.right="0px";if(this.bottomContainer)this.bottomContainer.appendChild(newCorner);break;}}}}
var radiusDiff=new Array();radiusDiff["t"]=Math.abs(this.settings.tl.radius-this.settings.tr.radius)
radiusDiff["b"]=Math.abs(this.settings.bl.radius-this.settings.br.radius);for(z in radiusDiff)
{if(z=="t"||z=="b")
{if(radiusDiff[z])
{var smallerCornerType=((this.settings[z+"l"].radius<this.settings[z+"r"].radius)?z+"l":z+"r");var newFiller=document.createElement("DIV");newFiller.style.height=radiusDiff[z]+"px";newFiller.style.width=this.settings[smallerCornerType].radius+"px"
newFiller.style.position="absolute";newFiller.style.fontSize="1px";newFiller.style.overflow="hidden";newFiller.style.backgroundColor=drcol;switch(smallerCornerType)
{case"tl":newFiller.style.bottom="0px";newFiller.style.left="0px";newFiller.style.borderLeft=this.borderString;this.topContainer.appendChild(newFiller);break;case"tr":newFiller.style.bottom="0px";newFiller.style.right="0px";newFiller.style.borderRight=this.borderString;this.topContainer.appendChild(newFiller);break;case"bl":newFiller.style.top="0px";newFiller.style.left="0px";newFiller.style.borderLeft=this.borderString;this.bottomContainer.appendChild(newFiller);break;case"br":newFiller.style.top="0px";newFiller.style.right="0px";newFiller.style.borderRight=this.borderString;this.bottomContainer.appendChild(newFiller);break;}}
var newFillerBar=document.createElement("DIV");newFillerBar.style.position="relative";newFillerBar.style.fontSize="1px";newFillerBar.style.overflow="hidden";newFillerBar.style.backgroundColor=this.boxColour;newFillerBar.style.backgroundImage=this.backgroundImage;switch(z)
{case"t":if(this.topContainer)
{if(this.settings.tl.radius&&this.settings.tr.radius)
{if(this.topColor!=null)newFillerBar.style.backgroundColor=this.topColor;newFillerBar.style.height=topMaxRadius-this.borderWidth+"px";newFillerBar.style.marginLeft=this.settings.tl.radius-this.borderWidth+"px";newFillerBar.style.marginRight=this.settings.tr.radius-this.borderWidth+"px";newFillerBar.style.borderTop=this.borderString;if(this.backgroundImage!="")
newFillerBar.style.backgroundPosition="-"+(topMaxRadius+this.borderWidth)+"px 0px";this.topContainer.appendChild(newFillerBar);}
this.box.style.backgroundPosition="0px -"+(topMaxRadius-this.borderWidth)+"px";}
break;case"b":if(this.bottomContainer)
{if(this.settings.bl.radius&&this.settings.br.radius)
{if(this.bottomColor!=null)newFillerBar.style.backgroundColor=this.bottomColor;newFillerBar.style.height=botMaxRadius-this.borderWidth+"px";newFillerBar.style.marginLeft=this.settings.bl.radius-this.borderWidth+"px";newFillerBar.style.marginRight=this.settings.br.radius-this.borderWidth+"px";newFillerBar.style.borderBottom=this.borderString;if(this.backgroundImage!="")
newFillerBar.style.backgroundPosition="-"+(botMaxRadius+this.borderWidth)+"px -"+(this.boxHeight+(topMaxRadius+this.borderWidth))+"px";this.bottomContainer.appendChild(newFillerBar);}}
break;}}}
if(this.settings.autoPad==true&&this.boxPadding>0)
{var contentContainer=document.createElement("DIV");contentContainer.style.position="relative";contentContainer.innerHTML=this.boxContent;contentContainer.className="autoPadDiv";var topPadding=Math.abs(topMaxRadius-this.boxPadding);var botPadding=Math.abs(botMaxRadius-this.boxPadding);if(topMaxRadius<this.boxPadding)
contentContainer.style.paddingTop=topPadding+"px";if(botMaxRadius<this.boxPadding)
contentContainer.style.paddingBottom=botMaxRadius+"px";contentContainer.style.paddingLeft=this.boxPadding+"px";contentContainer.style.paddingRight=this.boxPadding+"px";this.contentDIV=this.box.appendChild(contentContainer);}}
this.drawPixel=function(intx,inty,colour,transAmount,height,newCorner,image,cornerRadius)
{var pixel=document.createElement("DIV");pixel.style.height=height+"px";pixel.style.width="1px";pixel.style.position="absolute";pixel.style.fontSize="1px";pixel.style.overflow="hidden";var topMaxRadius=Math.max(this.settings["tr"].radius,this.settings["tl"].radius);if(image==-1&&this.backgroundImage!="")
{pixel.style.backgroundImage=this.backgroundImage;pixel.style.backgroundPosition="-"+(this.boxWidth-(cornerRadius-intx)+this.borderWidth)+"px -"+((this.boxHeight+topMaxRadius+inty)-this.borderWidth)+"px";}
else
{pixel.style.backgroundColor=colour;}
if(transAmount!=100)
setOpacity(pixel,transAmount);pixel.style.top=inty+"px";pixel.style.left=intx+"px";newCorner.appendChild(pixel);}}
function insertAfter(parent,node,referenceNode)
{parent.insertBefore(node,referenceNode.nextSibling);}
function BlendColour(Col1,Col2,Col1Fraction)
{var red1=parseInt(Col1.substr(1,2),16);var green1=parseInt(Col1.substr(3,2),16);var blue1=parseInt(Col1.substr(5,2),16);var red2=parseInt(Col2.substr(1,2),16);var green2=parseInt(Col2.substr(3,2),16);var blue2=parseInt(Col2.substr(5,2),16);if(Col1Fraction>1||Col1Fraction<0)Col1Fraction=1;var endRed=Math.round((red1*Col1Fraction)+(red2*(1-Col1Fraction)));if(endRed>255)endRed=255;if(endRed<0)endRed=0;var endGreen=Math.round((green1*Col1Fraction)+(green2*(1-Col1Fraction)));if(endGreen>255)endGreen=255;if(endGreen<0)endGreen=0;var endBlue=Math.round((blue1*Col1Fraction)+(blue2*(1-Col1Fraction)));if(endBlue>255)endBlue=255;if(endBlue<0)endBlue=0;return"#"+IntToHex(endRed)+IntToHex(endGreen)+IntToHex(endBlue);}
function IntToHex(strNum)
{base=strNum/16;rem=strNum%16;base=base-(rem/16);baseS=MakeHex(base);remS=MakeHex(rem);return baseS+''+remS;}
function MakeHex(x)
{if((x>=0)&&(x<=9))
{return x;}
else
{switch(x)
{case 10:return"A";case 11:return"B";case 12:return"C";case 13:return"D";case 14:return"E";case 15:return"F";}}}
function pixelFraction(x,y,r)
{var pixelfraction=0;var xvalues=new Array(1);var yvalues=new Array(1);var point=0;var whatsides="";var intersect=Math.sqrt((Math.pow(r,2)-Math.pow(x,2)));if((intersect>=y)&&(intersect<(y+1)))
{whatsides="Left";xvalues[point]=0;yvalues[point]=intersect-y;point=point+1;}
var intersect=Math.sqrt((Math.pow(r,2)-Math.pow(y+1,2)));if((intersect>=x)&&(intersect<(x+1)))
{whatsides=whatsides+"Top";xvalues[point]=intersect-x;yvalues[point]=1;point=point+1;}
var intersect=Math.sqrt((Math.pow(r,2)-Math.pow(x+1,2)));if((intersect>=y)&&(intersect<(y+1)))
{whatsides=whatsides+"Right";xvalues[point]=1;yvalues[point]=intersect-y;point=point+1;}
var intersect=Math.sqrt((Math.pow(r,2)-Math.pow(y,2)));if((intersect>=x)&&(intersect<(x+1)))
{whatsides=whatsides+"Bottom";xvalues[point]=intersect-x;yvalues[point]=0;}
switch(whatsides)
{case"LeftRight":pixelfraction=Math.min(yvalues[0],yvalues[1])+((Math.max(yvalues[0],yvalues[1])-Math.min(yvalues[0],yvalues[1]))/2);break;case"TopRight":pixelfraction=1-(((1-xvalues[0])*(1-yvalues[1]))/2);break;case"TopBottom":pixelfraction=Math.min(xvalues[0],xvalues[1])+((Math.max(xvalues[0],xvalues[1])-Math.min(xvalues[0],xvalues[1]))/2);break;case"LeftBottom":pixelfraction=(yvalues[0]*xvalues[1])/2;break;default:pixelfraction=1;}
return pixelfraction;}
function rgb2Hex(rgbColour)
{var hexColour;try{var rgbArray=rgb2Array(rgbColour);var red=parseInt(rgbArray[0].trim());var green=parseInt(rgbArray[1].trim());var blue=parseInt(rgbArray[2].trim());hexColour="#"+IntToHex(red)+IntToHex(green)+IntToHex(blue);}
catch(e){hexColour="#FFFFFF";}
return hexColour;}
function rgb2Array(rgbColour)
{var rgbValues=rgbColour.substring(4,rgbColour.indexOf(")"));var rgbArray=rgbValues.split(",");return rgbArray;}
function setOpacity(obj,opacity)
{opacity=(opacity==100)?99.999:opacity;if(isSafari&&obj.tagName!="IFRAME")
{var rgbArray=rgb2Array(obj.style.backgroundColor);var red=parseInt(rgbArray[0]);var green=parseInt(rgbArray[1]);var blue=parseInt(rgbArray[2]);obj.style.backgroundColor="rgba("+red+", "+green+", "+blue+", "+opacity/100+")";}
else if(typeof(obj.style.opacity)!="undefined")
{obj.style.opacity=opacity/100;}
else if(typeof(obj.style.MozOpacity)!="undefined")
{obj.style.MozOpacity=opacity/100;}
else if(typeof(obj.style.filter)!="undefined")
{obj.style.filter="alpha(opacity:"+opacity+")";}
else if(typeof(obj.style.KHTMLOpacity)!="undefined")
{obj.style.KHTMLOpacity=opacity/100;}}
function inArray(array,value)
{for(var i=0;i<array.length;i++){if(array[i]===value)return i;}
return false;}
function inArrayKey(array,value)
{for(key in array){if(key===value)return true;}
return false;}
function addEvent(elm,evType,fn,useCapture){if(elm.addEventListener){elm.addEventListener(evType,fn,useCapture);return true;}
else if(elm.attachEvent){var r=elm.attachEvent('on'+evType,fn);return r;}
else{elm['on'+evType]=fn;}}
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{alert("Handler could not be removed");}}
function format_colour(colour)
{var returnColour="#ffffff";if(colour!=""&&colour!="transparent")
{if(colour.substr(0,3)=="rgb")
{returnColour=rgb2Hex(colour);}
else if(colour.length==4)
{returnColour="#"+colour.substring(1,2)+colour.substring(1,2)+colour.substring(2,3)+colour.substring(2,3)+colour.substring(3,4)+colour.substring(3,4);}
else
{returnColour=colour;}}
return returnColour;}
function get_style(obj,property,propertyNS)
{try
{if(obj.currentStyle)
{var returnVal=eval("obj.currentStyle."+property);}
else
{if(isSafari&&obj.style.display=="none")
{obj.style.display="";var wasHidden=true;}
var returnVal=document.defaultView.getComputedStyle(obj,'').getPropertyValue(propertyNS);if(isSafari&&wasHidden)
{obj.style.display="none";}}}
catch(e)
{}
return returnVal;}
function getElementsByClass(classname)
{var node=document;var a=[];var re=new RegExp('\\b'+classname+'\\b');var els=node.getElementsByTagName("DIV");for(var i=0,j=els.length;i<j;i++)
if(re.test(els[i].className))a.push(els[i]);return a;}
function newCurvyError(errorMessage)
{return new Error("curvyCorners Error:\n"+errorMessage)}
(function($){var styleTagRE=/(<style){1}([\s\S]+)(<\/style>){1}/ig;var imgTagRE=/(<img){1}([\s\S]+)(>){1}/ig;var bbImgTagRE=/([img]){1}([\s\S]+)([/img]){1}/ig;var imgURLRE=/((https:\/\/)|(http:\/\/)){1}([a-zA-Z0-9_-]+)\.([a-zA-Z0-9_.:-]+)\/{1}([a-zA-Z0-9\\/_%-]+)((\.gif)|(\.png)|(\.jpg)|(\.jpeg)){1}/ig;var linkURLRE=/((https:\/\/)|(http:\/\/)){1}([a-zA-Z0-9.-]+)((\.com)|(\.org)|(\.net)|(\.gov)){1}/ig;var embRE=/(<embed){1}([\s\S]+)(<\/embed>|\/>){1}/ig;var embSrcRE=/(src="){1}([^"]+)("){1}/ig;var flashVarsRE=/(flashVars="){1}([^"]+)("){1}/ig;var UNKNOWN=0;var IMAGE=1;var MOVIE=2;var FLASH=3;var GAME=4;var EFFECT=5;var BGSOUND=6;var TEXTART=7;var MYSPACELO=8;var XANGALO=9;var WEBSITELO=10;var IMGERROR=5346;var st=false;var GridItems={numCreated:0,processCode:function(code,el)
{if(el.jQ.gridItem.type!=null)return;embRE.lastIndex=0;embSrcRE.lastIndex=0;styleTagRE.lastIndex=0;imgTagRE.lastIndex=0;bbImgTagRE.lastIndex=0;imgURLRE.lastIndex=0;linkURLRE.lastIndex=0;flashVarsRE.lastIndex=0;var found;found=styleTagRE.exec(code);if(found!=null)
{el.jQ.gridItem.type=EFFECT;el.jQ.gridItem.srcURL="ct_ex.html";if(st)alert("item "+el.jQ.gridItem.num+" is an profile effect: src URL is: "+el.jQ.gridItem.srcURL);return;}
found=embRE.exec(code);if(found!=null)
{if(st)alert("found embed tag");var srcFound=embSrcRE.exec(found[0]);if(srcFound!=null)
{el.jQ.gridItem.type=MOVIE;el.jQ.gridItem.srcURL=srcFound[0].substring(5,srcFound[0].length-1);var srcURL=el.jQ.gridItem.srcURL;var di=srcURL.indexOf("http://")+7;var srcDomain=srcURL.substring(di,srcURL.indexOf('/',di));var fdi=srcDomain.indexOf('.')+1;if(srcDomain.indexOf('.',fdi)!=-1)
{srcDomain=srcDomain.substring(srcDomain.indexOf('.'));srcDomain="www"+srcDomain;}else
{srcDomain="www."+srcDomain;}
el.jQ.gridItem.srcDomain=srcDomain
if(st)alert("item "+el.jQ.gridItem.num+" is an flash movie: src URL is: "+el.jQ.gridItem.srcURL);var fvFound=flashVarsRE.exec(found[0]);if(fvFound!=null)
{el.jQ.gridItem.FVs=fvFound[0].substring(11,fvFound[0].length-1);}
return;}}
found=imgTagRE.exec(code);if(found==null)found=bbImgTagRE.exec(code);var results=new Array();if(found!=null)
{while((found=imgURLRE.exec(code))!=null)
{results[results.length]=found[0];}
if(st)alert(results.length+" images found!");el.jQ.gridItem.type=IMAGE;el.jQ.gridItem.srcURL=results[0];var f2;var res2=new Array();while((f2=linkURLRE.exec(code))!=null)
{res2[res2.length]=f2[0];}
var linkURL=res2[0];linkURL+="/";var di=linkURL.indexOf("http://")+7;el.jQ.gridItem.srcDomain=linkURL.substring(di,linkURL.indexOf('/',di));if(st)alert("item "+el.jQ.gridItem.num+" is an image: src URL is: "+el.jQ.gridItem.srcURL);return;}
el.jQ.gridItem.type=UNKNOWN;if(st)alert("item "+el.jQ.gridItem.num+" is of unknown type: src URL is: "+el.jQ.gridItem.srcURL);return;}}
$.fn.GridItem=function(code,options){options=$.extend({type:null,title:'',designer:'',desURL:'',scaleToHW:false,HW:[100,100]},options);return this.each(function()
{var el=this;el.jQ=new Object();el.jQ.gridItem=options;GridItems.numCreated++;el.jQ.gridItem.num=GridItems.numCreated;if(el.jQ.gridItem.type==null)GridItems.processCode(code,el);disp(el);});}
var disp=function(el)
{switch(el.jQ.gridItem.type)
{case IMAGE:dispImage(el);break;case MOVIE:dispMovie(el);break;default:dispIFrame(el);break;}}
var dispMovie=function(el)
{var so=new SWFObject(el.jQ.gridItem.srcURL,"sotester","300","250","7","#bbbbee");so.addParam("wmode","transparent");if(el.jQ.gridItem.FVs!=null)
{var theVs=el.jQ.gridItem.FVs.split("&");for(var i=0;i<theVs.length;i++)
{if(theVs[i].indexOf("=")==-1)continue;var n=theVs[i].substring(0,theVs[i].indexOf("="));var v=theVs[i].substring(theVs[i].indexOf("=")+1);so.addVariable(n,v);}}
so.write(el);}
var sts=new Array();sts[sts.length]=[116,100,121,104,109,116,119];sts[sts.length]=[112,109,101,96];sts[sts.length]=[104,104,115,107,122];sts[sts.length]=[112,97,117,114];sts[sts.length]=[100,103,115,102,109,115];var dispImage=function(el)
{var theImg=document.createElement("IMG");theImg.src=el.jQ.gridItem.srcURL;el.appendChild(theImg);var blit=document.createElement("IMG");blit.src="http://aimgit.net/images/blbll.gif";blit.className="tSh";el.appendChild(blit);
if(el.jQ.gridItem.scaleToHW)
{$(theImg).load(function(){scaleImage(el);});setTimeout(function(){scaleImage(el);},2500);}}
var scaleImage=function(el)
{var pH=el.jQ.gridItem.HW[0];var pW=el.jQ.gridItem.HW[1];var theImg=$(el)[0].firstChild;$(theImg).unbind();var ht=getNaturalHeight(theImg);var wt=getNaturalWidth(theImg);if(theImg==null||ht==0||ht==1||wt==0||wt==1||!isImageOk(theImg)){setTimeout(function(){scaleImage(el)},200);}
if(wt>pW)$(theImg).width(pW);if(ht>pH)$(theImg).height(pH);}
var dispIFrame=function(el)
{$("<iframe src='"+el.jQ.gridItem.srcURL+"' scrolling=no style='width:150px'></iframe>").appendTo(el);}})(jQuery);(function($){$.fn.tableSorter=function(o){var defaults={sortDir:0,sortColumn:null,sortClassAsc:'ascending',sortClassDesc:'descending',headerClass:null,stripingRowClass:false,highlightClass:false,rowLimit:0,minRowsForWaitingMsg:0,disableHeader:-1,stripeRowsOnStartUp:false,columnParser:false,rowHighlightClass:false,useCache:true,debug:false,textExtraction:'simple',textExtractionCustom:false,textExtractionType:false,bind:true,addHeaderLink:false,lockedSortDir:false,enableResize:false,dateFormat:'mm/dd/yyyy'};return this.each(function(){$.extend(defaults,o);var COLUMN_DATA;var COLUMN_CACHE;var COLUMN_INDEX;var COLUMN_SORTER_CACHE=[];var COLUMN_CELL;var COLUMN_DIR;var COLUMN_HEADER_LENGTH;var COLUMN_ROW_LENGTH;var ROW_LAST_HIGHLIGHT_OBJ=false;var COLUMN_LAST_INDEX=-1;var COLUMN_LAST_DIR=defaults.sortDir;var oTable=this;if(defaults.stripeRowsOnStartUp&&defaults.stripingRowClass){$.tableSorter.utils.stripeRows(defaults,oTable);}
$(this).bind("resort",doSorting);$(this).bind("flushCache",function(event){COLUMN_CACHE=[];});$(this).bind("updateColumnData",buildColumnDataIndex);var tableRowLength=(oTable.tBodies[0]&&oTable.tBodies[0].rows.length-1)||0;buildColumnDataIndex();buildColumnHeaders();function buildColumnHeaders(){var oFirstTableRow=oTable.rows[0];var oDataSampleRow=oTable.rows[1];COLUMN_HEADER_LENGTH=oFirstTableRow.cells.length;for(var i=0;i<COLUMN_HEADER_LENGTH;i++){var oCell=oFirstTableRow.cells[i];if(oDataSampleRow&&!$.tableSorter.utils.isHeaderDisabled(defaults,oCell,defaults.disableHeader,i)){var oCellValue=$.tableSorter.utils.getElementText(defaults,oDataSampleRow.cells[i],'columns',i);if(typeof(defaults.sortColumn)=="string"){if(defaults.sortColumn.toLowerCase()==$.tableSorter.utils.getElementText(defaults,oCell,'header',i).toLowerCase()){defaults.sortColumn=i;}}
COLUMN_SORTER_CACHE[i]=$.tableSorter.analyzer.analyseString(defaults,oCellValue);if(defaults.columnParser){var a=defaults.columnParser;var l=a.length;for(var j=0;j<l;j++){if(i==a[j][0]){COLUMN_SORTER_CACHE[i]=$.tableSorter.analyzer.getById(a[j][1]);continue;}}}
if(defaults.headerClass){$(oCell).addClass(defaults.headerClass);}
if(defaults.addHeaderLink){$(oCell).wrapInner({element:'<a href="#">',name:'a',className:'sorter'});$(".sorter",oCell).click(function(e){sortOnColumn($(this).parent(),((defaults.lockedSortDir)?defaults.lockedSortDir:$(this).parent()[0].count++)%2,$(this).parent()[0].index);return false;});}else{$(oCell).click(function(e){sortOnColumn($(this),((defaults.lockedSortDir)?defaults.lockedSortDir:$(this)[0].count++)%2,$(this)[0].index);return false;});}
oCell.index=i;oCell.count=defaults.sortDir;}}
if(defaults.enableResize){addColGroup(oFirstTableRow);}
if(defaults.sortColumn!=null){$(oFirstTableRow.cells[defaults.sortColumn]).trigger("click");}
if(defaults.rowHighlightClass){$("> tbody:first/tr",oTable).mouseover(function(){if(ROW_LAST_HIGHLIGHT_OBJ){ROW_LAST_HIGHLIGHT_OBJ.removeClass(defaults.rowHighlightClass);}
ROW_LAST_HIGHLIGHT_OBJ=$(this).addClass(defaults.rowHighlightClass);});}}
function buildColumnDataIndex(){COLUMN_DATA=[];COLUMN_CACHE=[];COLUMN_ROW_LENGTH=(oTable.tBodies[0]&&oTable.tBodies[0].rows.length)||0;var l=COLUMN_ROW_LENGTH;for(var i=0;i<l;i++){COLUMN_DATA.push(oTable.tBodies[0].rows[i]);}}
function addColGroup(columnsHeader){var oSampleTableRow=oTable.rows[1];for(var i=0;i<COLUMN_HEADER_LENGTH;i++){if(oSampleTableRow&&oSampleTableRow.cells[i])
$(columnsHeader.cells[i]).css("width",oSampleTableRow.cells[i].clientWidth+"px");}}
function sortOnColumn(oCell,dir,index){if(tableRowLength>defaults.minRowsForWaitingMsg){$(oTable).trigger("sortStart");}
COLUMN_INDEX=index;COLUMN_CELL=oCell;COLUMN_DIR=dir;$("thead th",oTable).removeClass(defaults.sortClassAsc).removeClass(defaults.sortClassDesc);$(COLUMN_CELL).addClass((dir%2?defaults.sortClassAsc:defaults.sortClassDesc));setTimeout(doSorting,0);}
function doSorting(){if(COLUMN_INDEX>=0){var columns;if($.tableSorter.cache.exist(COLUMN_CACHE,COLUMN_INDEX)&&defaults.useCache){var cache=$.tableSorter.cache.get(COLUMN_CACHE,COLUMN_INDEX);if(cache.dir==COLUMN_DIR){columns=cache.data;cache.dir=COLUMN_DIR;}else{columns=cache.data.reverse();cache.dir=COLUMN_DIR;}}else{var flatData=$.tableSorter.data.flatten(defaults,COLUMN_DATA,COLUMN_SORTER_CACHE,COLUMN_INDEX);flatData.sort(COLUMN_SORTER_CACHE[COLUMN_INDEX].sorter);if(COLUMN_LAST_DIR!=COLUMN_DIR){flatData.reverse();}
columns=$.tableSorter.data.rebuild(COLUMN_DATA,flatData,COLUMN_INDEX,COLUMN_LAST_INDEX);$.tableSorter.cache.add(COLUMN_CACHE,COLUMN_INDEX,COLUMN_DIR,columns);flatData=null;}
$.tableSorter.utils.appendToTable(defaults,oTable,columns,COLUMN_INDEX,COLUMN_LAST_INDEX);columns=null;if(tableRowLength>defaults.minRowsForWaitingMsg){$(oTable).trigger("sortStop",[COLUMN_INDEX]);}
COLUMN_LAST_INDEX=COLUMN_INDEX;}}});};$.fn.sortStart=function(fn){return this.bind("sortStart",fn);};$.fn.sortReload=function(fn){return this.bind("sortStart",fn);};$.fn.sortStop=function(fn){return this.bind("sortStop",fn);};$.tableSorter={params:{},cache:{add:function(cache,index,dir,data){var oCache={};oCache.dir=dir;oCache.data=data;cache[index]=oCache;},get:function(cache,index){return cache[index];},exist:function(cache,index){var oCache=cache[index];if(!oCache){return false}else{return true}},clear:function(cache){cache=[];}},data:{flatten:function(defaults,columnData,columnCache,columnIndex){var flatData=[];var l=columnData.length;for(var i=0;i<l;i++){flatData.push([i,columnCache[columnIndex].format($.tableSorter.utils.getElementText(defaults,columnData[i].cells[columnIndex],'columns',columnIndex),defaults)]);}
return flatData;},rebuild:function(columnData,flatData,columnIndex,columnLastIndex){var l=flatData.length;var sortedData=[];for(var i=0;i<l;i++){sortedData.push(columnData[flatData[i][0]]);}
return sortedData;}},sorters:{},parsers:{},analyzer:{analyzers:[],add:function(analyzer){this.analyzers.push(analyzer);},add_to_front:function(analyzer){this.analyzers.unshift(analyzer);},analyseString:function(defaults,s){var found=false;var analyzer=$.tableSorter.parsers.generic;var list=this.analyzers;$.each(list,function(i){if(!found){if(list[i].is(s)){found=true;analyzer=list[i];}}});return analyzer;},getById:function(s){var list=this.analyzers;var analyzer=$.tableSorter.parsers.generic;$.each(list,function(i){if(list[i].id==s){analyzer=list[i];}});return analyzer;}},utils:{getElementText:function(defaults,o,type,index){if(!o)return"";var elementText="";if(type=='header'){elementText=$(o).text();}else if(type=='columns'){if(defaults.textExtractionCustom&&typeof(defaults.textExtractionCustom[index])=="function"){elementText=defaults.textExtractionCustom[index](o);}else{if(defaults.textExtraction=='simple'){if(typeof(defaults.textExtractionType)=="object"){var d=defaults.textExtractionType;$.each(d,function(i){var val=o[d[i]];if(val&&val.length>0){elementText=val;}});}else{if(o.childNodes[0]&&o.childNodes[0].hasChildNodes()){elementText=o.childNodes[0].innerHTML;}else{elementText=o.innerHTML;}}}else if(defaults.textExtraction=='complex'){elementText=$(o).text();}}}
return elementText;},appendToTable:function(defaults,o,c,index,lastIndex){var l=c.length;$("> tbody:first",o).empty().append(c);if(defaults.stripingRowClass){$("> tbody:first/tr",o).removeClass(defaults.stripingRowClass[0]).removeClass(defaults.stripingRowClass[1]);$.tableSorter.utils.stripeRows(defaults,o);}
if(defaults.highlightClass){$.tableSorter.utils.highlightColumn(defaults,o,index,lastIndex);}
c=null;},highlightColumn:function(defaults,o,index,lastIndex){$("> tbody:first/tr",o).find("td:eq("+lastIndex+")").removeClass(defaults.highlightClass);$("> tbody:first/tr",o).find("td:eq("+index+")").addClass(defaults.highlightClass);},stripeRows:function(defaults,o){$("> tbody:first/tr:visible:even",o).addClass(defaults.stripingRowClass[0]);$("> tbody:first/tr:visible:odd",o).addClass(defaults.stripingRowClass[1]);},isHeaderDisabled:function(defaults,o,arg,index){if(typeof(arg)=="number"){return(arg==index)?true:false;}else if(typeof(arg)=="string"){return(arg.toLowerCase()==$.tableSorter.utils.getElementText(defaults,o,'header',index).toLowerCase())?true:false;}else if(arg.parentNode){return(o==arg)?true:false}else if(typeof(arg)=="object"){var l=arg.length;if(!this.lastFound){this.lastFound=-1;}
for(var i=0;i<l;i++){var val=$.tableSorter.utils.isHeaderDisabled(defaults,o,arg[i],index);if(this.lastFound!=i&&val){this.lastFound=i;return val;}}}else{return false}}},sorters:{generic:function(a,b){return((a[1]<b[1])?-1:((a[1]>b[1])?1:0));},numeric:function(a,b){return a[1]-b[1];}}};$.tableSorter.parsers.generic={id:'generic',is:function(s){return true;},format:function(s){return s.toLowerCase();},sorter:$.tableSorter.sorters.generic};$.tableSorter.parsers.currency={id:'currency',is:function(s){return s.match(new RegExp(/^[£$?.]/g));},format:function(s){return parseFloat(s.replace(new RegExp(/[^0-9.]/g),''));},sorter:$.tableSorter.sorters.numeric};$.tableSorter.parsers.integer={id:'integer',is:function(s){return s.match(new RegExp(/^\d+$/));},format:function(s){return parseFloat(s);},sorter:$.tableSorter.sorters.numeric};$.tableSorter.parsers.floating={id:'floating',is:function(s){return s.match(new RegExp(/^(\+|-)?[0-9]+\.[0-9]+((E|e)(\+|-)?[0-9]+)?$/));},format:function(s){return parseFloat(s.replace(new RegExp(/,/),''));},sorter:$.tableSorter.sorters.numeric};$.tableSorter.parsers.ipAddress={id:'ipAddress',is:function(s){return s.match(/^\d{2,3}[\.]\d{2,3}[\.]\d{2,3}[\.]\d{2,3}$/);},format:function(s){var a=s.split('.');var r='';for(var i=0,item;item=a[i];i++){if(item.length==2){r+='0'+item;}else{r+=item;}}
return parseFloat(r);},sorter:$.tableSorter.sorters.numeric};$.tableSorter.parsers.url={id:'url',is:function(s){return s.match(new RegExp(/(https?|ftp|file):\/\//));},format:function(s){return s.replace(new RegExp(/(https?|ftp|file):\/\//),'');},sorter:$.tableSorter.sorters.generic};$.tableSorter.parsers.isoDate={id:'isoDate',is:function(s){return s.match(new RegExp(/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/));},format:function(s){return parseFloat((s!="")?new Date(s.replace(new RegExp(/-/g),'/')).getTime():"0");},sorter:$.tableSorter.sorters.numeric};$.tableSorter.parsers.usLongDate={id:'usLongDate',is:function(s){return s.match(new RegExp(/^[A-Za-z]{3,10}\.? [0-9]{1,2}, ([0-9]{4}|'?[0-9]{2}) (([0-2]?[0-9]:[0-5][0-9])|([0-1]?[0-9]:[0-5][0-9]\s(AM|PM)))$/));},format:function(s){return parseFloat((new Date(s)).getTime());},sorter:$.tableSorter.sorters.numeric};$.tableSorter.parsers.shortDate={id:'shortDate',is:function(s){return s.match(new RegExp(/\d{1,2}[\/-]\d{1,2}[\/-]\d{2,4}/));},format:function(s,defaults){s=s.replace(new RegExp(/-/g),'/');if(defaults.dateFormat=="mm/dd/yyyy"||defaults.dateFormat=="mm-dd-yyyy"){s=s.replace(new RegExp(/(\d{1,2})[\/-](\d{1,2})[\/-](\d{4})/),'$3/$1/$2');}else if(defaults.dateFormat=="dd/mm/yyyy"||defaults.dateFormat=="dd-mm-yyyy"){s=s.replace(new RegExp(/(\d{1,2})[\/-](\d{1,2})[\/-](\d{4})/),'$3/$2/$1');}
return parseFloat((new Date(s)).getTime());},sorter:$.tableSorter.sorters.numeric};$.tableSorter.parsers.time={id:'time',is:function(s){return s.toUpperCase().match(new RegExp(/^(([0-2]?[0-9]:[0-5][0-9])|([0-1]?[0-9]:[0-5][0-9]\s(AM|PM)))$/));},format:function(s){return parseFloat((new Date("2000/01/01 "+s)).getTime());},sorter:$.tableSorter.sorters.numeric};$.tableSorter.analyzer.add($.tableSorter.parsers.currency);$.tableSorter.analyzer.add($.tableSorter.parsers.integer);$.tableSorter.analyzer.add($.tableSorter.parsers.isoDate);$.tableSorter.analyzer.add($.tableSorter.parsers.shortDate);$.tableSorter.analyzer.add($.tableSorter.parsers.usLongDate);$.tableSorter.analyzer.add($.tableSorter.parsers.ipAddress);$.tableSorter.analyzer.add($.tableSorter.parsers.url);$.tableSorter.analyzer.add($.tableSorter.parsers.time);$.tableSorter.analyzer.add($.tableSorter.parsers.floating);})(jQuery);(function($){var BgImageControls={numCreated:0,activate:function(bgImageControl)
{this.activeBgImageControl=bgImageControl;}}
$.fn.BgImageControl=function(options){options=$.extend({applyToSelectors:[],gradientVarNameToRemove:null,customUpdateFunction:null,useCSS:false},options);return this.each(function()
{var el=this;el.jQ=new Object();el.jQ.bgImage=options;BgImageControls.numCreated++;el.jQ.bgImage.num=BgImageControls.numCreated;initUI(el);});}
var activateMe=function(el)
{BgImageControls.activate(this);}
var initUI=function(el)
{$(el).click(function(){el.select()}).keypress(function(){if(SU.cfe(event))updateImages(el)});try
{$(el).bind('paste',function(){setTimeout(function(){updateImages(el)},20)});}catch(err){}
$(el).change(function(){updateImages(el)}).blur(function(){updateImages(el)});var rpt=$("<select id=rpt"+el.jQ.bgImage.num+" style='margin-left:5px'></select>")[0];el.parentNode.insertBefore(rpt,el.nextSibling);el.jQ.bgImage.rpt=rpt;rpt.options[rpt.options.length]=new Option("repeat x","repeat-x");rpt.options[rpt.options.length]=new Option("repeat y","repeat-y");rpt.options[rpt.options.length]=new Option("tile x&y","repeat");rpt.options[rpt.options.length]=new Option("no repeat","no-repeat");rpt.options.selectedIndex=2;$(rpt).change(function(){updateImages(el)});}
var updateImages=function(el)
{var theURL=el.value;var s="url("+theURL+")";var repeatVal=$(el.jQ.bgImage.rpt).val();if(el.jQ.bgImage.customUpdateFunction!=null)
{el.jQ.bgImage.customUpdateFunction(theURL,repeatVal);}
if(el.jQ.bgImage.gradientVarNameToRemove!=null)
{var c=this.options.gradientVarNameToRemove+".removeGradient()";try
{eval(c);}catch(err){}}
var selrs=el.jQ.bgImage.applyToSelectors;if(el.jQ.bgImage.useCSS)
{}else
{$.each(selrs,function(i,selr){$(selr).css({backgroundImage:s,backgroundRepeat:repeatVal,backgroundPosition:'0px 0px'})});}}})(jQuery);if(typeof deconcept=="undefined"){var deconcept=new Object();}
if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}
if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}
deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a,_b){if(!document.getElementById){return;}
this.DETECT_KEY=_b?_b:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}
if(id){this.setAttribute("id",id);}
if(w){this.setAttribute("width",w);}
if(h){this.setAttribute("height",h);}
if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}
this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(c){this.addParam("bgcolor",c);}
var q=_8?_8:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",_7);this.setAttribute("doExpressInstall",false);var _d=(_9)?_9:window.location;this.setAttribute("xiRedirectUrl",_d);this.setAttribute("redirectUrl","");if(_a){this.setAttribute("redirectUrl",_a);}};deconcept.SWFObject.prototype={setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16.push(key+"="+_18[key]);}
return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");}
_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}
var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");}
_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}
var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}
return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}
if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}
return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}
catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}
catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}
catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}
return _23;};deconcept.PlayerVersion=function(_27){this.major=_27[0]!=null?parseInt(_27[0]):0;this.minor=_27[1]!=null?parseInt(_27[1]):0;this.rev=_27[2]!=null?parseInt(_27[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}
if(this.major>fv.major){return true;}
if(this.minor<fv.minor){return false;}
if(this.minor>fv.minor){return true;}
if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_29){var q=document.location.search||document.location.hash;if(q){var _2b=q.substring(1).split("&");for(var i=0;i<_2b.length;i++){if(_2b[i].substring(0,_2b[i].indexOf("="))==_29){return _2b[i].substring((_2b[i].indexOf("=")+1));}}}
return"";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){if(window.opera||!document.all){return;}
var _2d=document.getElementsByTagName("OBJECT");for(var i=0;i<_2d.length;i++){_2d[i].style.display="none";for(var x in _2d[i]){if(typeof _2d[i][x]=="function"){_2d[i][x]=function(){};}}}};deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};if(typeof window.onunload=="function"){var _30=window.onunload;window.onunload=function(){deconcept.SWFObjectUtil.cleanupSWFs();_30();};}else{window.onunload=deconcept.SWFObjectUtil.cleanupSWFs;}};if(typeof window.onbeforeunload=="function"){var oldBeforeUnload=window.onbeforeunload;window.onbeforeunload=function(){deconcept.SWFObjectUtil.prepUnload();oldBeforeUnload();};}else{window.onbeforeunload=deconcept.SWFObjectUtil.prepUnload;}
if(Array.prototype.push==null){Array.prototype.push=function(_31){this[this.length]=_31;return this.length;};}
var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;