// JavaScript Document

function SF_ColorPicker(name, ocontainer, click_func, dblclick_func)
{

 this.name=name;
 this.container=ocontainer;
 this.clickFunction = click_func;
 this.dblClickFunction = dblclick_func;
 
 this.draggable=true;
 
 this.title_bgcolor = '#707070';
 this.title_forecolor = 'white';
 this.title="Colorpicker";
 
 this.bgcolor="#F3F3F3";

 this.width="234px";
 this.height="133px";
 
 this.render = function ()
 {
    
    var drag_event ="";
    if(this.draggable)
     drag_event = " onselectstart=\"return false\" onmousedown=\"startDrag(document.getElementById('" + this.container.id + "'), arguments[0]); \" onMouseUp=\"stopDrag();\"";
    var str = "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"2\">";
    str += "<tr>"; 
    str += "  <td bgcolor=\"" + this.title_bgcolor + "\" " + drag_event + " style=\"-moz-user-select: none;\"><div align=\"center\"><strong><font color=\"" + this.title_forecolor + "\">" + this.title + "</font></strong></div></td>";
    str += "  <td bgcolor=\"" + this.title_bgcolor + "\"><div align=\"center\"><strong><font color=\"" + this.title_forecolor + "\"><a href=\"javascript:;\" onMouseDown=\"document.getElementById('" + this.container.id + "').style.visibility='hidden';\" style=\"color: " + this.title_forecolor + ";\">x</a></font></strong></div></td>";
    str += "</tr>";
    str += "<tr bgcolor=\"" + this.bgcolor  + "\">"; 
    str += "<td colspan=\"2\"> <div align=\"center\"> ";
    str += "<table width=\"97%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"border:0px none;cursor: pointer;\">";
    str += "<tr>";
    str += "<td bgcolor=\"#000000\" id=\"img000000\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('000000')\" onDblClick=\"" + this.name + ".dblClickFunction('000000')\"></td>";
    str += "<td bgcolor=\"#060606\" id=\"img060606\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('060606')\" onDblClick=\"" + this.name + ".dblClickFunction('060606')\"></td>";
    str += "<td bgcolor=\"#0c0c0c\" id=\"img0c0c0c\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('0c0c0c')\" onDblClick=\"" + this.name + ".dblClickFunction('0c0c0c')\"></td>";
    str += "<td bgcolor=\"#121212\" id=\"img121212\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('121212')\" onDblClick=\"" + this.name + ".dblClickFunction('121212')\"></td>";
    str += "<td bgcolor=\"#181818\" id=\"img181818\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('181818')\" onDblClick=\"" + this.name + ".dblClickFunction('181818')\"></td>";
    str += "<td bgcolor=\"#1e1e1e\" id=\"img1e1e1e\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('1e1e1e')\" onDblClick=\"" + this.name + ".dblClickFunction('1e1e1e')\"></td>";
    str += "<td bgcolor=\"#242424\" id=\"img242424\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('242424')\" onDblClick=\"" + this.name + ".dblClickFunction('242424')\"></td>";
    str += "<td bgcolor=\"#000000\" id=\"img000000\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('000000')\" onDblClick=\"" + this.name + ".dblClickFunction('000000')\"></td>";
    str += "<td bgcolor=\"#00002b\" id=\"img00002b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00002b')\" onDblClick=\"" + this.name + ".dblClickFunction('00002b')\"></td>";
    str += "<td bgcolor=\"#000056\" id=\"img000056\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('000056')\" onDblClick=\"" + this.name + ".dblClickFunction('000056')\"></td>";
    str += "<td bgcolor=\"#000081\" id=\"img000081\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('000081')\" onDblClick=\"" + this.name + ".dblClickFunction('000081')\"></td>";
    str += "<td bgcolor=\"#0000ac\" id=\"img0000ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('0000ac')\" onDblClick=\"" + this.name + ".dblClickFunction('0000ac')\"></td>";
    str += "<td bgcolor=\"#0000d7\" id=\"img0000d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('0000d7')\" onDblClick=\"" + this.name + ".dblClickFunction('0000d7')\"></td>";
    str += "<td bgcolor=\"#0000ff\" id=\"img0000ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('0000ff')\" onDblClick=\"" + this.name + ".dblClickFunction('0000ff')\"></td>";
    str += "<td bgcolor=\"#002b00\" id=\"img002b00\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('002b00')\" onDblClick=\"" + this.name + ".dblClickFunction('002b00')\"></td>";
    str += "<td bgcolor=\"#002b2b\" id=\"img002b2b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('002b2b')\" onDblClick=\"" + this.name + ".dblClickFunction('002b2b')\"></td>";
    str += "<td bgcolor=\"#002b56\" id=\"img002b56\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('002b56')\" onDblClick=\"" + this.name + ".dblClickFunction('002b56')\"></td>";
    str += "<td bgcolor=\"#002b81\" id=\"img002b81\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('002b81')\" onDblClick=\"" + this.name + ".dblClickFunction('002b81')\"></td>";
    str += "<td bgcolor=\"#002bac\" id=\"img002bac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('002bac')\" onDblClick=\"" + this.name + ".dblClickFunction('002bac')\"></td>";
    str += "<td bgcolor=\"#002bd7\" id=\"img002bd7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('002bd7')\" onDblClick=\"" + this.name + ".dblClickFunction('002bd7')\"></td>";
    str += "<td bgcolor=\"#002bff\" id=\"img002bff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('002bff')\" onDblClick=\"" + this.name + ".dblClickFunction('002bff')\"></td>";
    str += "<td bgcolor=\"#005600\" id=\"img005600\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('005600')\" onDblClick=\"" + this.name + ".dblClickFunction('005600')\"></td>";
    str += "<td bgcolor=\"#00562b\" id=\"img00562b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00562b')\" onDblClick=\"" + this.name + ".dblClickFunction('00562b')\"></td>";
    str += "<td bgcolor=\"#005656\" id=\"img005656\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('005656')\" onDblClick=\"" + this.name + ".dblClickFunction('005656')\"></td>";
    str += "<td bgcolor=\"#005681\" id=\"img005681\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('005681')\" onDblClick=\"" + this.name + ".dblClickFunction('005681')\"></td>";
    str += "<td bgcolor=\"#0056ac\" id=\"img0056ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('0056ac')\" onDblClick=\"" + this.name + ".dblClickFunction('0056ac')\"></td>";
    str += "<td bgcolor=\"#0056d7\" id=\"img0056d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('0056d7')\" onDblClick=\"" + this.name + ".dblClickFunction('0056d7')\"></td>";
    str += "<td bgcolor=\"#0056ff\" id=\"img0056ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('0056ff')\" onDblClick=\"" + this.name + ".dblClickFunction('0056ff')\"></td>";
str += "</tr>";
str += "<tr>";
    str += "<td bgcolor=\"#252525\" id=\"img252525\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('252525')\" onDblClick=\"" + this.name + ".dblClickFunction('252525')\"></td>";
    str += "<td bgcolor=\"#2b2b2b\" id=\"img2b2b2b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b2b2b')\" onDblClick=\"" + this.name + ".dblClickFunction('2b2b2b')\"></td>";
    str += "<td bgcolor=\"#313131\" id=\"img313131\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('313131')\" onDblClick=\"" + this.name + ".dblClickFunction('313131')\"></td>";
    str += "<td bgcolor=\"#373737\" id=\"img373737\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('373737')\" onDblClick=\"" + this.name + ".dblClickFunction('373737')\"></td>";
    str += "<td bgcolor=\"#3d3d3d\" id=\"img3d3d3d\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('3d3d3d')\" onDblClick=\"" + this.name + ".dblClickFunction('3d3d3d')\"></td>";
    str += "<td bgcolor=\"#434343\" id=\"img434343\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('434343')\" onDblClick=\"" + this.name + ".dblClickFunction('434343')\"></td>";
    str += "<td bgcolor=\"#494949\" id=\"img494949\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('494949')\" onDblClick=\"" + this.name + ".dblClickFunction('494949')\"></td>";
    str += "<td bgcolor=\"#2b0000\" id=\"img2b0000\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b0000')\" onDblClick=\"" + this.name + ".dblClickFunction('2b0000')\"></td>";
    str += "<td bgcolor=\"#2b002b\" id=\"img2b002b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b002b')\" onDblClick=\"" + this.name + ".dblClickFunction('2b002b')\"></td>";
    str += "<td bgcolor=\"#2b0056\" id=\"img2b0056\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b0056')\" onDblClick=\"" + this.name + ".dblClickFunction('2b0056')\"></td>";
    str += "<td bgcolor=\"#2b0081\" id=\"img2b0081\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b0081')\" onDblClick=\"" + this.name + ".dblClickFunction('2b0081')\"></td>";
    str += "<td bgcolor=\"#2b00ac\" id=\"img2b00ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b00ac')\" onDblClick=\"" + this.name + ".dblClickFunction('2b00ac')\"></td>";
    str += "<td bgcolor=\"#2b00d7\" id=\"img2b00d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b00d7')\" onDblClick=\"" + this.name + ".dblClickFunction('2b00d7')\"></td>";
    str += "<td bgcolor=\"#2b00ff\" id=\"img2b00ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b00ff')\" onDblClick=\"" + this.name + ".dblClickFunction('2b00ff')\"></td>";
    str += "<td bgcolor=\"#2b2b00\" id=\"img2b2b00\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b2b00')\" onDblClick=\"" + this.name + ".dblClickFunction('2b2b00')\"></td>";
    str += "<td bgcolor=\"#2b2b2b\" id=\"img2b2b2b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b2b2b')\" onDblClick=\"" + this.name + ".dblClickFunction('2b2b2b')\"></td>";
    str += "<td bgcolor=\"#2b2b56\" id=\"img2b2b56\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b2b56')\" onDblClick=\"" + this.name + ".dblClickFunction('2b2b56')\"></td>";
    str += "<td bgcolor=\"#2b2b81\" id=\"img2b2b81\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b2b81')\" onDblClick=\"" + this.name + ".dblClickFunction('2b2b81')\"></td>";
    str += "<td bgcolor=\"#2b2bac\" id=\"img2b2bac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b2bac')\" onDblClick=\"" + this.name + ".dblClickFunction('2b2bac')\"></td>";
    str += "<td bgcolor=\"#2b2bd7\" id=\"img2b2bd7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b2bd7')\" onDblClick=\"" + this.name + ".dblClickFunction('2b2bd7')\"></td>";
    str += "<td bgcolor=\"#2b2bff\" id=\"img2b2bff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b2bff')\" onDblClick=\"" + this.name + ".dblClickFunction('2b2bff')\"></td>";
    str += "<td bgcolor=\"#2b5600\" id=\"img2b5600\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b5600')\" onDblClick=\"" + this.name + ".dblClickFunction('2b5600')\"></td>";
    str += "<td bgcolor=\"#2b562b\" id=\"img2b562b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b562b')\" onDblClick=\"" + this.name + ".dblClickFunction('2b562b')\"></td>";
    str += "<td bgcolor=\"#2b5656\" id=\"img2b5656\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b5656')\" onDblClick=\"" + this.name + ".dblClickFunction('2b5656')\"></td>";
    str += "<td bgcolor=\"#2b5681\" id=\"img2b5681\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b5681')\" onDblClick=\"" + this.name + ".dblClickFunction('2b5681')\"></td>";
    str += "<td bgcolor=\"#2b56ac\" id=\"img2b56ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b56ac')\" onDblClick=\"" + this.name + ".dblClickFunction('2b56ac')\"></td>";
    str += "<td bgcolor=\"#2b56d7\" id=\"img2b56d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b56d7')\" onDblClick=\"" + this.name + ".dblClickFunction('2b56d7')\"></td>";
    str += "<td bgcolor=\"#2b56ff\" id=\"img2b56ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b56ff')\" onDblClick=\"" + this.name + ".dblClickFunction('2b56ff')\"></td>";
str += "</tr>";
str += "<tr>";
    str += "<td bgcolor=\"#4a4a4a\" id=\"img4a4a4a\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('4a4a4a')\" onDblClick=\"" + this.name + ".dblClickFunction('4a4a4a')\"></td>";
    str += "<td bgcolor=\"#505050\" id=\"img505050\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('505050')\" onDblClick=\"" + this.name + ".dblClickFunction('505050')\"></td>";
    str += "<td bgcolor=\"#565656\" id=\"img565656\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('565656')\" onDblClick=\"" + this.name + ".dblClickFunction('565656')\"></td>";
    str += "<td bgcolor=\"#5c5c5c\" id=\"img5c5c5c\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('5c5c5c')\" onDblClick=\"" + this.name + ".dblClickFunction('5c5c5c')\"></td>";
    str += "<td bgcolor=\"#626262\" id=\"img626262\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('626262')\" onDblClick=\"" + this.name + ".dblClickFunction('626262')\"></td>";
    str += "<td bgcolor=\"#686868\" id=\"img686868\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('686868')\" onDblClick=\"" + this.name + ".dblClickFunction('686868')\"></td>";
    str += "<td bgcolor=\"#6e6e6e\" id=\"img6e6e6e\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('6e6e6e')\" onDblClick=\"" + this.name + ".dblClickFunction('6e6e6e')\"></td>";
    str += "<td bgcolor=\"#560000\" id=\"img560000\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('560000')\" onDblClick=\"" + this.name + ".dblClickFunction('560000')\"></td>";
    str += "<td bgcolor=\"#56002b\" id=\"img56002b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56002b')\" onDblClick=\"" + this.name + ".dblClickFunction('56002b')\"></td>";
    str += "<td bgcolor=\"#560056\" id=\"img560056\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('560056')\" onDblClick=\"" + this.name + ".dblClickFunction('560056')\"></td>";
    str += "<td bgcolor=\"#560081\" id=\"img560081\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('560081')\" onDblClick=\"" + this.name + ".dblClickFunction('560081')\"></td>";
    str += "<td bgcolor=\"#5600ac\" id=\"img5600ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('5600ac')\" onDblClick=\"" + this.name + ".dblClickFunction('5600ac')\"></td>";
    str += "<td bgcolor=\"#5600d7\" id=\"img5600d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('5600d7')\" onDblClick=\"" + this.name + ".dblClickFunction('5600d7')\"></td>";
    str += "<td bgcolor=\"#5600ff\" id=\"img5600ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('5600ff')\" onDblClick=\"" + this.name + ".dblClickFunction('5600ff')\"></td>";
    str += "<td bgcolor=\"#562b00\" id=\"img562b00\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('562b00')\" onDblClick=\"" + this.name + ".dblClickFunction('562b00')\"></td>";
    str += "<td bgcolor=\"#562b2b\" id=\"img562b2b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('562b2b')\" onDblClick=\"" + this.name + ".dblClickFunction('562b2b')\"></td>";
    str += "<td bgcolor=\"#562b56\" id=\"img562b56\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('562b56')\" onDblClick=\"" + this.name + ".dblClickFunction('562b56')\"></td>";
    str += "<td bgcolor=\"#562b81\" id=\"img562b81\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('562b81')\" onDblClick=\"" + this.name + ".dblClickFunction('562b81')\"></td>";
    str += "<td bgcolor=\"#562bac\" id=\"img562bac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('562bac')\" onDblClick=\"" + this.name + ".dblClickFunction('562bac')\"></td>";
    str += "<td bgcolor=\"#562bd7\" id=\"img562bd7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('562bd7')\" onDblClick=\"" + this.name + ".dblClickFunction('562bd7')\"></td>";
    str += "<td bgcolor=\"#562bff\" id=\"img562bff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('562bff')\" onDblClick=\"" + this.name + ".dblClickFunction('562bff')\"></td>";
    str += "<td bgcolor=\"#565600\" id=\"img565600\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('565600')\" onDblClick=\"" + this.name + ".dblClickFunction('565600')\"></td>";
    str += "<td bgcolor=\"#56562b\" id=\"img56562b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56562b')\" onDblClick=\"" + this.name + ".dblClickFunction('56562b')\"></td>";
    str += "<td bgcolor=\"#565656\" id=\"img565656\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('565656')\" onDblClick=\"" + this.name + ".dblClickFunction('565656')\"></td>";
    str += "<td bgcolor=\"#565681\" id=\"img565681\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('565681')\" onDblClick=\"" + this.name + ".dblClickFunction('565681')\"></td>";
    str += "<td bgcolor=\"#5656ac\" id=\"img5656ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('5656ac')\" onDblClick=\"" + this.name + ".dblClickFunction('5656ac')\"></td>";
    str += "<td bgcolor=\"#5656d7\" id=\"img5656d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('5656d7')\" onDblClick=\"" + this.name + ".dblClickFunction('5656d7')\"></td>";
    str += "<td bgcolor=\"#5656ff\" id=\"img5656ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('5656ff')\" onDblClick=\"" + this.name + ".dblClickFunction('5656ff')\"></td>";
str += "</tr>";
str += "<tr>";
    str += "<td bgcolor=\"#6f6f6f\" id=\"img6f6f6f\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('6f6f6f')\" onDblClick=\"" + this.name + ".dblClickFunction('6f6f6f')\"></td>";
    str += "<td bgcolor=\"#757575\" id=\"img757575\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('757575')\" onDblClick=\"" + this.name + ".dblClickFunction('757575')\"></td>";
    str += "<td bgcolor=\"#7b7b7b\" id=\"img7b7b7b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('7b7b7b')\" onDblClick=\"" + this.name + ".dblClickFunction('7b7b7b')\"></td>";
    str += "<td bgcolor=\"#818181\" id=\"img818181\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('818181')\" onDblClick=\"" + this.name + ".dblClickFunction('818181')\"></td>";
    str += "<td bgcolor=\"#878787\" id=\"img878787\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('878787')\" onDblClick=\"" + this.name + ".dblClickFunction('878787')\"></td>";
    str += "<td bgcolor=\"#8d8d8d\" id=\"img8d8d8d\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('8d8d8d')\" onDblClick=\"" + this.name + ".dblClickFunction('8d8d8d')\"></td>";
    str += "<td bgcolor=\"#939393\" id=\"img939393\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('939393')\" onDblClick=\"" + this.name + ".dblClickFunction('939393')\"></td>";
    str += "<td bgcolor=\"#810000\" id=\"img810000\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('810000')\" onDblClick=\"" + this.name + ".dblClickFunction('810000')\"></td>";
    str += "<td bgcolor=\"#81002b\" id=\"img81002b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81002b')\" onDblClick=\"" + this.name + ".dblClickFunction('81002b')\"></td>";
    str += "<td bgcolor=\"#810056\" id=\"img810056\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('810056')\" onDblClick=\"" + this.name + ".dblClickFunction('810056')\"></td>";
    str += "<td bgcolor=\"#810081\" id=\"img810081\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('810081')\" onDblClick=\"" + this.name + ".dblClickFunction('810081')\"></td>";
    str += "<td bgcolor=\"#8100ac\" id=\"img8100ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('8100ac')\" onDblClick=\"" + this.name + ".dblClickFunction('8100ac')\"></td>";
    str += "<td bgcolor=\"#8100d7\" id=\"img8100d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('8100d7')\" onDblClick=\"" + this.name + ".dblClickFunction('8100d7')\"></td>";
    str += "<td bgcolor=\"#8100ff\" id=\"img8100ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('8100ff')\" onDblClick=\"" + this.name + ".dblClickFunction('8100ff')\"></td>";
    str += "<td bgcolor=\"#812b00\" id=\"img812b00\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('812b00')\" onDblClick=\"" + this.name + ".dblClickFunction('812b00')\"></td>";
    str += "<td bgcolor=\"#812b2b\" id=\"img812b2b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('812b2b')\" onDblClick=\"" + this.name + ".dblClickFunction('812b2b')\"></td>";
    str += "<td bgcolor=\"#812b56\" id=\"img812b56\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('812b56')\" onDblClick=\"" + this.name + ".dblClickFunction('812b56')\"></td>";
    str += "<td bgcolor=\"#812b81\" id=\"img812b81\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('812b81')\" onDblClick=\"" + this.name + ".dblClickFunction('812b81')\"></td>";
    str += "<td bgcolor=\"#812bac\" id=\"img812bac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('812bac')\" onDblClick=\"" + this.name + ".dblClickFunction('812bac')\"></td>";
    str += "<td bgcolor=\"#812bd7\" id=\"img812bd7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('812bd7')\" onDblClick=\"" + this.name + ".dblClickFunction('812bd7')\"></td>";
    str += "<td bgcolor=\"#812bff\" id=\"img812bff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('812bff')\" onDblClick=\"" + this.name + ".dblClickFunction('812bff')\"></td>";
    str += "<td bgcolor=\"#815600\" id=\"img815600\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('815600')\" onDblClick=\"" + this.name + ".dblClickFunction('815600')\"></td>";
    str += "<td bgcolor=\"#81562b\" id=\"img81562b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81562b')\" onDblClick=\"" + this.name + ".dblClickFunction('81562b')\"></td>";
    str += "<td bgcolor=\"#815656\" id=\"img815656\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('815656')\" onDblClick=\"" + this.name + ".dblClickFunction('815656')\"></td>";
    str += "<td bgcolor=\"#815681\" id=\"img815681\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('815681')\" onDblClick=\"" + this.name + ".dblClickFunction('815681')\"></td>";
    str += "<td bgcolor=\"#8156ac\" id=\"img8156ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('8156ac')\" onDblClick=\"" + this.name + ".dblClickFunction('8156ac')\"></td>";
    str += "<td bgcolor=\"#8156d7\" id=\"img8156d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('8156d7')\" onDblClick=\"" + this.name + ".dblClickFunction('8156d7')\"></td>";
    str += "<td bgcolor=\"#8156ff\" id=\"img8156ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('8156ff')\" onDblClick=\"" + this.name + ".dblClickFunction('8156ff')\"></td>";
str += "</tr>";
str += "<tr>";
    str += "<td bgcolor=\"#949494\" id=\"img949494\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('949494')\" onDblClick=\"" + this.name + ".dblClickFunction('949494')\"></td>";
    str += "<td bgcolor=\"#9a9a9a\" id=\"img9a9a9a\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('9a9a9a')\" onDblClick=\"" + this.name + ".dblClickFunction('9a9a9a')\"></td>";
    str += "<td bgcolor=\"#a0a0a0\" id=\"imga0a0a0\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('a0a0a0')\" onDblClick=\"" + this.name + ".dblClickFunction('a0a0a0')\"></td>";
    str += "<td bgcolor=\"#a6a6a6\" id=\"imga6a6a6\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('a6a6a6')\" onDblClick=\"" + this.name + ".dblClickFunction('a6a6a6')\"></td>";
    str += "<td bgcolor=\"#acacac\" id=\"imgacacac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('acacac')\" onDblClick=\"" + this.name + ".dblClickFunction('acacac')\"></td>";
    str += "<td bgcolor=\"#b2b2b2\" id=\"imgb2b2b2\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('b2b2b2')\" onDblClick=\"" + this.name + ".dblClickFunction('b2b2b2')\"></td>";
    str += "<td bgcolor=\"#b8b8b8\" id=\"imgb8b8b8\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('b8b8b8')\" onDblClick=\"" + this.name + ".dblClickFunction('b8b8b8')\"></td>";
    str += "<td bgcolor=\"#ac0000\" id=\"imgac0000\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac0000')\" onDblClick=\"" + this.name + ".dblClickFunction('ac0000')\"></td>";
    str += "<td bgcolor=\"#ac002b\" id=\"imgac002b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac002b')\" onDblClick=\"" + this.name + ".dblClickFunction('ac002b')\"></td>";
    str += "<td bgcolor=\"#ac0056\" id=\"imgac0056\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac0056')\" onDblClick=\"" + this.name + ".dblClickFunction('ac0056')\"></td>";
    str += "<td bgcolor=\"#ac0081\" id=\"imgac0081\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac0081')\" onDblClick=\"" + this.name + ".dblClickFunction('ac0081')\"></td>";
    str += "<td bgcolor=\"#ac00ac\" id=\"imgac00ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac00ac')\" onDblClick=\"" + this.name + ".dblClickFunction('ac00ac')\"></td>";
    str += "<td bgcolor=\"#ac00d7\" id=\"imgac00d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac00d7')\" onDblClick=\"" + this.name + ".dblClickFunction('ac00d7')\"></td>";
    str += "<td bgcolor=\"#ac00ff\" id=\"imgac00ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac00ff')\" onDblClick=\"" + this.name + ".dblClickFunction('ac00ff')\"></td>";
    str += "<td bgcolor=\"#ac2b00\" id=\"imgac2b00\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac2b00')\" onDblClick=\"" + this.name + ".dblClickFunction('ac2b00')\"></td>";
    str += "<td bgcolor=\"#ac2b2b\" id=\"imgac2b2b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac2b2b')\" onDblClick=\"" + this.name + ".dblClickFunction('ac2b2b')\"></td>";
    str += "<td bgcolor=\"#ac2b56\" id=\"imgac2b56\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac2b56')\" onDblClick=\"" + this.name + ".dblClickFunction('ac2b56')\"></td>";
    str += "<td bgcolor=\"#ac2b81\" id=\"imgac2b81\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac2b81')\" onDblClick=\"" + this.name + ".dblClickFunction('ac2b81')\"></td>";
    str += "<td bgcolor=\"#ac2bac\" id=\"imgac2bac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac2bac')\" onDblClick=\"" + this.name + ".dblClickFunction('ac2bac')\"></td>";
    str += "<td bgcolor=\"#ac2bd7\" id=\"imgac2bd7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac2bd7')\" onDblClick=\"" + this.name + ".dblClickFunction('ac2bd7')\"></td>";
    str += "<td bgcolor=\"#ac2bff\" id=\"imgac2bff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac2bff')\" onDblClick=\"" + this.name + ".dblClickFunction('ac2bff')\"></td>";
    str += "<td bgcolor=\"#ac5600\" id=\"imgac5600\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac5600')\" onDblClick=\"" + this.name + ".dblClickFunction('ac5600')\"></td>";
    str += "<td bgcolor=\"#ac562b\" id=\"imgac562b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac562b')\" onDblClick=\"" + this.name + ".dblClickFunction('ac562b')\"></td>";
    str += "<td bgcolor=\"#ac5656\" id=\"imgac5656\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac5656')\" onDblClick=\"" + this.name + ".dblClickFunction('ac5656')\"></td>";
    str += "<td bgcolor=\"#ac5681\" id=\"imgac5681\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac5681')\" onDblClick=\"" + this.name + ".dblClickFunction('ac5681')\"></td>";
    str += "<td bgcolor=\"#ac56ac\" id=\"imgac56ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac56ac')\" onDblClick=\"" + this.name + ".dblClickFunction('ac56ac')\"></td>";
    str += "<td bgcolor=\"#ac56d7\" id=\"imgac56d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac56d7')\" onDblClick=\"" + this.name + ".dblClickFunction('ac56d7')\"></td>";
    str += "<td bgcolor=\"#ac56ff\" id=\"imgac56ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac56ff')\" onDblClick=\"" + this.name + ".dblClickFunction('ac56ff')\"></td>";
str += "</tr>";
str += "<tr>";
    str += "<td bgcolor=\"#b9b9b9\" id=\"imgb9b9b9\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('b9b9b9')\" onDblClick=\"" + this.name + ".dblClickFunction('b9b9b9')\"></td>";
    str += "<td bgcolor=\"#bfbfbf\" id=\"imgbfbfbf\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('bfbfbf')\" onDblClick=\"" + this.name + ".dblClickFunction('bfbfbf')\"></td>";
    str += "<td bgcolor=\"#c5c5c5\" id=\"imgc5c5c5\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('c5c5c5')\" onDblClick=\"" + this.name + ".dblClickFunction('c5c5c5')\"></td>";
    str += "<td bgcolor=\"#cbcbcb\" id=\"imgcbcbcb\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('cbcbcb')\" onDblClick=\"" + this.name + ".dblClickFunction('cbcbcb')\"></td>";
    str += "<td bgcolor=\"#d1d1d1\" id=\"imgd1d1d1\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d1d1d1')\" onDblClick=\"" + this.name + ".dblClickFunction('d1d1d1')\"></td>";
    str += "<td bgcolor=\"#d7d7d7\" id=\"imgd7d7d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7d7d7')\" onDblClick=\"" + this.name + ".dblClickFunction('d7d7d7')\"></td>";
    str += "<td bgcolor=\"#dddddd\" id=\"imgdddddd\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('dddddd')\" onDblClick=\"" + this.name + ".dblClickFunction('dddddd')\"></td>";
    str += "<td bgcolor=\"#d70000\" id=\"imgd70000\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d70000')\" onDblClick=\"" + this.name + ".dblClickFunction('d70000')\"></td>";
    str += "<td bgcolor=\"#d7002b\" id=\"imgd7002b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7002b')\" onDblClick=\"" + this.name + ".dblClickFunction('d7002b')\"></td>";
    str += "<td bgcolor=\"#d70056\" id=\"imgd70056\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d70056')\" onDblClick=\"" + this.name + ".dblClickFunction('d70056')\"></td>";
    str += "<td bgcolor=\"#d70081\" id=\"imgd70081\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d70081')\" onDblClick=\"" + this.name + ".dblClickFunction('d70081')\"></td>";
    str += "<td bgcolor=\"#d700ac\" id=\"imgd700ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d700ac')\" onDblClick=\"" + this.name + ".dblClickFunction('d700ac')\"></td>";
    str += "<td bgcolor=\"#d700d7\" id=\"imgd700d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d700d7')\" onDblClick=\"" + this.name + ".dblClickFunction('d700d7')\"></td>";
    str += "<td bgcolor=\"#d700ff\" id=\"imgd700ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d700ff')\" onDblClick=\"" + this.name + ".dblClickFunction('d700ff')\"></td>";
    str += "<td bgcolor=\"#d72b00\" id=\"imgd72b00\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d72b00')\" onDblClick=\"" + this.name + ".dblClickFunction('d72b00')\"></td>";
    str += "<td bgcolor=\"#d72b2b\" id=\"imgd72b2b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d72b2b')\" onDblClick=\"" + this.name + ".dblClickFunction('d72b2b')\"></td>";
    str += "<td bgcolor=\"#d72b56\" id=\"imgd72b56\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d72b56')\" onDblClick=\"" + this.name + ".dblClickFunction('d72b56')\"></td>";
    str += "<td bgcolor=\"#d72b81\" id=\"imgd72b81\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d72b81')\" onDblClick=\"" + this.name + ".dblClickFunction('d72b81')\"></td>";
    str += "<td bgcolor=\"#d72bac\" id=\"imgd72bac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d72bac')\" onDblClick=\"" + this.name + ".dblClickFunction('d72bac')\"></td>";
    str += "<td bgcolor=\"#d72bd7\" id=\"imgd72bd7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d72bd7')\" onDblClick=\"" + this.name + ".dblClickFunction('d72bd7')\"></td>";
    str += "<td bgcolor=\"#d72bff\" id=\"imgd72bff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d72bff')\" onDblClick=\"" + this.name + ".dblClickFunction('d72bff')\"></td>";
    str += "<td bgcolor=\"#d75600\" id=\"imgd75600\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d75600')\" onDblClick=\"" + this.name + ".dblClickFunction('d75600')\"></td>";
    str += "<td bgcolor=\"#d7562b\" id=\"imgd7562b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7562b')\" onDblClick=\"" + this.name + ".dblClickFunction('d7562b')\"></td>";
    str += "<td bgcolor=\"#d75656\" id=\"imgd75656\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d75656')\" onDblClick=\"" + this.name + ".dblClickFunction('d75656')\"></td>";
    str += "<td bgcolor=\"#d75681\" id=\"imgd75681\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d75681')\" onDblClick=\"" + this.name + ".dblClickFunction('d75681')\"></td>";
    str += "<td bgcolor=\"#d756ac\" id=\"imgd756ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d756ac')\" onDblClick=\"" + this.name + ".dblClickFunction('d756ac')\"></td>";
    str += "<td bgcolor=\"#d756d7\" id=\"imgd756d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d756d7')\" onDblClick=\"" + this.name + ".dblClickFunction('d756d7')\"></td>";
    str += "<td bgcolor=\"#d756ff\" id=\"imgd756ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d756ff')\" onDblClick=\"" + this.name + ".dblClickFunction('d756ff')\"></td>";
str += "</tr>";
str += "<tr>";
    str += "<td bgcolor=\"#dedede\" id=\"imgdedede\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('dedede')\" onDblClick=\"" + this.name + ".dblClickFunction('dedede')\"></td>";
    str += "<td bgcolor=\"#e4e4e4\" id=\"imge4e4e4\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('e4e4e4')\" onDblClick=\"" + this.name + ".dblClickFunction('e4e4e4')\"></td>";
    str += "<td bgcolor=\"#eaeaea\" id=\"imgeaeaea\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('eaeaea')\" onDblClick=\"" + this.name + ".dblClickFunction('eaeaea')\"></td>";
    str += "<td bgcolor=\"#f0f0f0\" id=\"imgf0f0f0\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('f0f0f0')\" onDblClick=\"" + this.name + ".dblClickFunction('f0f0f0')\"></td>";
    str += "<td bgcolor=\"#f6f6f6\" id=\"imgf6f6f6\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('f6f6f6')\" onDblClick=\"" + this.name + ".dblClickFunction('f6f6f6')\"></td>";
    str += "<td bgcolor=\"#fcfcfc\" id=\"imgfcfcfc\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('fcfcfc')\" onDblClick=\"" + this.name + ".dblClickFunction('fcfcfc')\"></td>";
    str += "<td bgcolor=\"#ffffff\" id=\"imgffffff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ffffff')\" onDblClick=\"" + this.name + ".dblClickFunction('ffffff')\"></td>";
    str += "<td bgcolor=\"#ff0000\" id=\"imgff0000\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff0000')\" onDblClick=\"" + this.name + ".dblClickFunction('ff0000')\"></td>";
    str += "<td bgcolor=\"#ff002b\" id=\"imgff002b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff002b')\" onDblClick=\"" + this.name + ".dblClickFunction('ff002b')\"></td>";
    str += "<td bgcolor=\"#ff0056\" id=\"imgff0056\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff0056')\" onDblClick=\"" + this.name + ".dblClickFunction('ff0056')\"></td>";
    str += "<td bgcolor=\"#ff0081\" id=\"imgff0081\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff0081')\" onDblClick=\"" + this.name + ".dblClickFunction('ff0081')\"></td>";
    str += "<td bgcolor=\"#ff00ac\" id=\"imgff00ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff00ac')\" onDblClick=\"" + this.name + ".dblClickFunction('ff00ac')\"></td>";
    str += "<td bgcolor=\"#ff00d7\" id=\"imgff00d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff00d7')\" onDblClick=\"" + this.name + ".dblClickFunction('ff00d7')\"></td>";
    str += "<td bgcolor=\"#ff00ff\" id=\"imgff00ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff00ff')\" onDblClick=\"" + this.name + ".dblClickFunction('ff00ff')\"></td>";
    str += "<td bgcolor=\"#ff2b00\" id=\"imgff2b00\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff2b00')\" onDblClick=\"" + this.name + ".dblClickFunction('ff2b00')\"></td>";
    str += "<td bgcolor=\"#ff2b2b\" id=\"imgff2b2b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff2b2b')\" onDblClick=\"" + this.name + ".dblClickFunction('ff2b2b')\"></td>";
    str += "<td bgcolor=\"#ff2b56\" id=\"imgff2b56\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff2b56')\" onDblClick=\"" + this.name + ".dblClickFunction('ff2b56')\"></td>";
    str += "<td bgcolor=\"#ff2b81\" id=\"imgff2b81\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff2b81')\" onDblClick=\"" + this.name + ".dblClickFunction('ff2b81')\"></td>";
    str += "<td bgcolor=\"#ff2bac\" id=\"imgff2bac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff2bac')\" onDblClick=\"" + this.name + ".dblClickFunction('ff2bac')\"></td>";
    str += "<td bgcolor=\"#ff2bd7\" id=\"imgff2bd7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff2bd7')\" onDblClick=\"" + this.name + ".dblClickFunction('ff2bd7')\"></td>";
    str += "<td bgcolor=\"#ff2bff\" id=\"imgff2bff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff2bff')\" onDblClick=\"" + this.name + ".dblClickFunction('ff2bff')\"></td>";
    str += "<td bgcolor=\"#ff5600\" id=\"imgff5600\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff5600')\" onDblClick=\"" + this.name + ".dblClickFunction('ff5600')\"></td>";
    str += "<td bgcolor=\"#ff562b\" id=\"imgff562b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff562b')\" onDblClick=\"" + this.name + ".dblClickFunction('ff562b')\"></td>";
    str += "<td bgcolor=\"#ff5656\" id=\"imgff5656\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff5656')\" onDblClick=\"" + this.name + ".dblClickFunction('ff5656')\"></td>";
    str += "<td bgcolor=\"#ff5681\" id=\"imgff5681\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff5681')\" onDblClick=\"" + this.name + ".dblClickFunction('ff5681')\"></td>";
    str += "<td bgcolor=\"#ff56ac\" id=\"imgff56ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff56ac')\" onDblClick=\"" + this.name + ".dblClickFunction('ff56ac')\"></td>";
    str += "<td bgcolor=\"#ff56d7\" id=\"imgff56d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff56d7')\" onDblClick=\"" + this.name + ".dblClickFunction('ff56d7')\"></td>";
    str += "<td bgcolor=\"#ff56ff\" id=\"imgff56ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff56ff')\" onDblClick=\"" + this.name + ".dblClickFunction('ff56ff')\"></td>";
str += "</tr>";

str += "<tr>";
    str += "<td bgcolor=\"#008100\" id=\"img008100\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('008100')\" onDblClick=\"" + this.name + ".dblClickFunction('008100')\"></td>";
    str += "<td bgcolor=\"#00812b\" id=\"img00812b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00812b')\" onDblClick=\"" + this.name + ".dblClickFunction('00812b')\"></td>";
    str += "<td bgcolor=\"#008156\" id=\"img008156\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('008156')\" onDblClick=\"" + this.name + ".dblClickFunction('008156')\"></td>";
    str += "<td bgcolor=\"#008181\" id=\"img008181\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('008181')\" onDblClick=\"" + this.name + ".dblClickFunction('008181')\"></td>";
    str += "<td bgcolor=\"#0081ac\" id=\"img0081ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('0081ac')\" onDblClick=\"" + this.name + ".dblClickFunction('0081ac')\"></td>";
    str += "<td bgcolor=\"#0081d7\" id=\"img0081d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('0081d7')\" onDblClick=\"" + this.name + ".dblClickFunction('0081d7')\"></td>";
    str += "<td bgcolor=\"#0081ff\" id=\"img0081ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('0081ff')\" onDblClick=\"" + this.name + ".dblClickFunction('0081ff')\"></td>";
    str += "<td bgcolor=\"#00ac00\" id=\"img00ac00\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00ac00')\" onDblClick=\"" + this.name + ".dblClickFunction('00ac00')\"></td>";
    str += "<td bgcolor=\"#00ac2b\" id=\"img00ac2b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00ac2b')\" onDblClick=\"" + this.name + ".dblClickFunction('00ac2b')\"></td>";
    str += "<td bgcolor=\"#00ac56\" id=\"img00ac56\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00ac56')\" onDblClick=\"" + this.name + ".dblClickFunction('00ac56')\"></td>";
    str += "<td bgcolor=\"#00ac81\" id=\"img00ac81\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00ac81')\" onDblClick=\"" + this.name + ".dblClickFunction('00ac81')\"></td>";
    str += "<td bgcolor=\"#00acac\" id=\"img00acac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00acac')\" onDblClick=\"" + this.name + ".dblClickFunction('00acac')\"></td>";
    str += "<td bgcolor=\"#00acd7\" id=\"img00acd7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00acd7')\" onDblClick=\"" + this.name + ".dblClickFunction('00acd7')\"></td>";
    str += "<td bgcolor=\"#00acff\" id=\"img00acff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00acff')\" onDblClick=\"" + this.name + ".dblClickFunction('00acff')\"></td>";
    str += "<td bgcolor=\"#00d700\" id=\"img00d700\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00d700')\" onDblClick=\"" + this.name + ".dblClickFunction('00d700')\"></td>";
    str += "<td bgcolor=\"#00d72b\" id=\"img00d72b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00d72b')\" onDblClick=\"" + this.name + ".dblClickFunction('00d72b')\"></td>";
    str += "<td bgcolor=\"#00d756\" id=\"img00d756\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00d756')\" onDblClick=\"" + this.name + ".dblClickFunction('00d756')\"></td>";
    str += "<td bgcolor=\"#00d781\" id=\"img00d781\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00d781')\" onDblClick=\"" + this.name + ".dblClickFunction('00d781')\"></td>";
    str += "<td bgcolor=\"#00d7ac\" id=\"img00d7ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00d7ac')\" onDblClick=\"" + this.name + ".dblClickFunction('00d7ac')\"></td>";
    str += "<td bgcolor=\"#00d7d7\" id=\"img00d7d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00d7d7')\" onDblClick=\"" + this.name + ".dblClickFunction('00d7d7')\"></td>";
    str += "<td bgcolor=\"#00d7ff\" id=\"img00d7ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00d7ff')\" onDblClick=\"" + this.name + ".dblClickFunction('00d7ff')\"></td>";
    str += "<td bgcolor=\"#00ff00\" id=\"img00ff00\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00ff00')\" onDblClick=\"" + this.name + ".dblClickFunction('00ff00')\"></td>";
    str += "<td bgcolor=\"#00ff2b\" id=\"img00ff2b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00ff2b')\" onDblClick=\"" + this.name + ".dblClickFunction('00ff2b')\"></td>";
    str += "<td bgcolor=\"#00ff56\" id=\"img00ff56\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00ff56')\" onDblClick=\"" + this.name + ".dblClickFunction('00ff56')\"></td>";
    str += "<td bgcolor=\"#00ff81\" id=\"img00ff81\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00ff81')\" onDblClick=\"" + this.name + ".dblClickFunction('00ff81')\"></td>";
    str += "<td bgcolor=\"#00ffac\" id=\"img00ffac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00ffac')\" onDblClick=\"" + this.name + ".dblClickFunction('00ffac')\"></td>";
    str += "<td bgcolor=\"#00ffd7\" id=\"img00ffd7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00ffd7')\" onDblClick=\"" + this.name + ".dblClickFunction('00ffd7')\"></td>";
    str += "<td bgcolor=\"#00ffff\" id=\"img00ffff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('00ffff')\" onDblClick=\"" + this.name + ".dblClickFunction('00ffff')\"></td>";
str += "</tr>";
str += "<tr>";
    str += "<td bgcolor=\"#2b8100\" id=\"img2b8100\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b8100')\" onDblClick=\"" + this.name + ".dblClickFunction('2b8100')\"></td>";
    str += "<td bgcolor=\"#2b812b\" id=\"img2b812b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b812b')\" onDblClick=\"" + this.name + ".dblClickFunction('2b812b')\"></td>";
    str += "<td bgcolor=\"#2b8156\" id=\"img2b8156\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b8156')\" onDblClick=\"" + this.name + ".dblClickFunction('2b8156')\"></td>";
    str += "<td bgcolor=\"#2b8181\" id=\"img2b8181\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b8181')\" onDblClick=\"" + this.name + ".dblClickFunction('2b8181')\"></td>";
    str += "<td bgcolor=\"#2b81ac\" id=\"img2b81ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b81ac')\" onDblClick=\"" + this.name + ".dblClickFunction('2b81ac')\"></td>";
    str += "<td bgcolor=\"#2b81d7\" id=\"img2b81d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b81d7')\" onDblClick=\"" + this.name + ".dblClickFunction('2b81d7')\"></td>";
    str += "<td bgcolor=\"#2b81ff\" id=\"img2b81ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2b81ff')\" onDblClick=\"" + this.name + ".dblClickFunction('2b81ff')\"></td>";
    str += "<td bgcolor=\"#2bac00\" id=\"img2bac00\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2bac00')\" onDblClick=\"" + this.name + ".dblClickFunction('2bac00')\"></td>";
    str += "<td bgcolor=\"#2bac2b\" id=\"img2bac2b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2bac2b')\" onDblClick=\"" + this.name + ".dblClickFunction('2bac2b')\"></td>";
    str += "<td bgcolor=\"#2bac56\" id=\"img2bac56\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2bac56')\" onDblClick=\"" + this.name + ".dblClickFunction('2bac56')\"></td>";
    str += "<td bgcolor=\"#2bac81\" id=\"img2bac81\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2bac81')\" onDblClick=\"" + this.name + ".dblClickFunction('2bac81')\"></td>";
    str += "<td bgcolor=\"#2bacac\" id=\"img2bacac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2bacac')\" onDblClick=\"" + this.name + ".dblClickFunction('2bacac')\"></td>";
    str += "<td bgcolor=\"#2bacd7\" id=\"img2bacd7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2bacd7')\" onDblClick=\"" + this.name + ".dblClickFunction('2bacd7')\"></td>";
    str += "<td bgcolor=\"#2bacff\" id=\"img2bacff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2bacff')\" onDblClick=\"" + this.name + ".dblClickFunction('2bacff')\"></td>";
    str += "<td bgcolor=\"#2bd700\" id=\"img2bd700\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2bd700')\" onDblClick=\"" + this.name + ".dblClickFunction('2bd700')\"></td>";
    str += "<td bgcolor=\"#2bd72b\" id=\"img2bd72b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2bd72b')\" onDblClick=\"" + this.name + ".dblClickFunction('2bd72b')\"></td>";
    str += "<td bgcolor=\"#2bd756\" id=\"img2bd756\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2bd756')\" onDblClick=\"" + this.name + ".dblClickFunction('2bd756')\"></td>";
    str += "<td bgcolor=\"#2bd781\" id=\"img2bd781\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2bd781')\" onDblClick=\"" + this.name + ".dblClickFunction('2bd781')\"></td>";
    str += "<td bgcolor=\"#2bd7ac\" id=\"img2bd7ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2bd7ac')\" onDblClick=\"" + this.name + ".dblClickFunction('2bd7ac')\"></td>";
    str += "<td bgcolor=\"#2bd7d7\" id=\"img2bd7d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2bd7d7')\" onDblClick=\"" + this.name + ".dblClickFunction('2bd7d7')\"></td>";
    str += "<td bgcolor=\"#2bd7ff\" id=\"img2bd7ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2bd7ff')\" onDblClick=\"" + this.name + ".dblClickFunction('2bd7ff')\"></td>";
    str += "<td bgcolor=\"#2bff00\" id=\"img2bff00\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2bff00')\" onDblClick=\"" + this.name + ".dblClickFunction('2bff00')\"></td>";
    str += "<td bgcolor=\"#2bff2b\" id=\"img2bff2b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2bff2b')\" onDblClick=\"" + this.name + ".dblClickFunction('2bff2b')\"></td>";
    str += "<td bgcolor=\"#2bff56\" id=\"img2bff56\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2bff56')\" onDblClick=\"" + this.name + ".dblClickFunction('2bff56')\"></td>";
    str += "<td bgcolor=\"#2bff81\" id=\"img2bff81\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2bff81')\" onDblClick=\"" + this.name + ".dblClickFunction('2bff81')\"></td>";
    str += "<td bgcolor=\"#2bffac\" id=\"img2bffac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2bffac')\" onDblClick=\"" + this.name + ".dblClickFunction('2bffac')\"></td>";
    str += "<td bgcolor=\"#2bffd7\" id=\"img2bffd7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2bffd7')\" onDblClick=\"" + this.name + ".dblClickFunction('2bffd7')\"></td>";
    str += "<td bgcolor=\"#2bffff\" id=\"img2bffff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('2bffff')\" onDblClick=\"" + this.name + ".dblClickFunction('2bffff')\"></td>";
str += "</tr>";
str += "<tr>";
    str += "<td bgcolor=\"#568100\" id=\"img568100\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('568100')\" onDblClick=\"" + this.name + ".dblClickFunction('568100')\"></td>";
    str += "<td bgcolor=\"#56812b\" id=\"img56812b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56812b')\" onDblClick=\"" + this.name + ".dblClickFunction('56812b')\"></td>";
    str += "<td bgcolor=\"#568156\" id=\"img568156\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('568156')\" onDblClick=\"" + this.name + ".dblClickFunction('568156')\"></td>";
    str += "<td bgcolor=\"#568181\" id=\"img568181\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('568181')\" onDblClick=\"" + this.name + ".dblClickFunction('568181')\"></td>";
    str += "<td bgcolor=\"#5681ac\" id=\"img5681ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('5681ac')\" onDblClick=\"" + this.name + ".dblClickFunction('5681ac')\"></td>";
    str += "<td bgcolor=\"#5681d7\" id=\"img5681d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('5681d7')\" onDblClick=\"" + this.name + ".dblClickFunction('5681d7')\"></td>";
    str += "<td bgcolor=\"#5681ff\" id=\"img5681ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('5681ff')\" onDblClick=\"" + this.name + ".dblClickFunction('5681ff')\"></td>";
    str += "<td bgcolor=\"#56ac00\" id=\"img56ac00\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56ac00')\" onDblClick=\"" + this.name + ".dblClickFunction('56ac00')\"></td>";
    str += "<td bgcolor=\"#56ac2b\" id=\"img56ac2b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56ac2b')\" onDblClick=\"" + this.name + ".dblClickFunction('56ac2b')\"></td>";
    str += "<td bgcolor=\"#56ac56\" id=\"img56ac56\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56ac56')\" onDblClick=\"" + this.name + ".dblClickFunction('56ac56')\"></td>";
    str += "<td bgcolor=\"#56ac81\" id=\"img56ac81\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56ac81')\" onDblClick=\"" + this.name + ".dblClickFunction('56ac81')\"></td>";
    str += "<td bgcolor=\"#56acac\" id=\"img56acac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56acac')\" onDblClick=\"" + this.name + ".dblClickFunction('56acac')\"></td>";
    str += "<td bgcolor=\"#56acd7\" id=\"img56acd7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56acd7')\" onDblClick=\"" + this.name + ".dblClickFunction('56acd7')\"></td>";
    str += "<td bgcolor=\"#56acff\" id=\"img56acff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56acff')\" onDblClick=\"" + this.name + ".dblClickFunction('56acff')\"></td>";
    str += "<td bgcolor=\"#56d700\" id=\"img56d700\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56d700')\" onDblClick=\"" + this.name + ".dblClickFunction('56d700')\"></td>";
    str += "<td bgcolor=\"#56d72b\" id=\"img56d72b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56d72b')\" onDblClick=\"" + this.name + ".dblClickFunction('56d72b')\"></td>";
    str += "<td bgcolor=\"#56d756\" id=\"img56d756\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56d756')\" onDblClick=\"" + this.name + ".dblClickFunction('56d756')\"></td>";
    str += "<td bgcolor=\"#56d781\" id=\"img56d781\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56d781')\" onDblClick=\"" + this.name + ".dblClickFunction('56d781')\"></td>";
    str += "<td bgcolor=\"#56d7ac\" id=\"img56d7ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56d7ac')\" onDblClick=\"" + this.name + ".dblClickFunction('56d7ac')\"></td>";
    str += "<td bgcolor=\"#56d7d7\" id=\"img56d7d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56d7d7')\" onDblClick=\"" + this.name + ".dblClickFunction('56d7d7')\"></td>";
    str += "<td bgcolor=\"#56d7ff\" id=\"img56d7ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56d7ff')\" onDblClick=\"" + this.name + ".dblClickFunction('56d7ff')\"></td>";
    str += "<td bgcolor=\"#56ff00\" id=\"img56ff00\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56ff00')\" onDblClick=\"" + this.name + ".dblClickFunction('56ff00')\"></td>";
    str += "<td bgcolor=\"#56ff2b\" id=\"img56ff2b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56ff2b')\" onDblClick=\"" + this.name + ".dblClickFunction('56ff2b')\"></td>";
    str += "<td bgcolor=\"#56ff56\" id=\"img56ff56\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56ff56')\" onDblClick=\"" + this.name + ".dblClickFunction('56ff56')\"></td>";
    str += "<td bgcolor=\"#56ff81\" id=\"img56ff81\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56ff81')\" onDblClick=\"" + this.name + ".dblClickFunction('56ff81')\"></td>";
    str += "<td bgcolor=\"#56ffac\" id=\"img56ffac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56ffac')\" onDblClick=\"" + this.name + ".dblClickFunction('56ffac')\"></td>";
    str += "<td bgcolor=\"#56ffd7\" id=\"img56ffd7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56ffd7')\" onDblClick=\"" + this.name + ".dblClickFunction('56ffd7')\"></td>";
    str += "<td bgcolor=\"#56ffff\" id=\"img56ffff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('56ffff')\" onDblClick=\"" + this.name + ".dblClickFunction('56ffff')\"></td>";
str += "</tr>";
str += "<tr>";
    str += "<td bgcolor=\"#818100\" id=\"img818100\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('818100')\" onDblClick=\"" + this.name + ".dblClickFunction('818100')\"></td>";
    str += "<td bgcolor=\"#81812b\" id=\"img81812b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81812b')\" onDblClick=\"" + this.name + ".dblClickFunction('81812b')\"></td>";
    str += "<td bgcolor=\"#818156\" id=\"img818156\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('818156')\" onDblClick=\"" + this.name + ".dblClickFunction('818156')\"></td>";
    str += "<td bgcolor=\"#818181\" id=\"img818181\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('818181')\" onDblClick=\"" + this.name + ".dblClickFunction('818181')\"></td>";
    str += "<td bgcolor=\"#8181ac\" id=\"img8181ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('8181ac')\" onDblClick=\"" + this.name + ".dblClickFunction('8181ac')\"></td>";
    str += "<td bgcolor=\"#8181d7\" id=\"img8181d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('8181d7')\" onDblClick=\"" + this.name + ".dblClickFunction('8181d7')\"></td>";
    str += "<td bgcolor=\"#8181ff\" id=\"img8181ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('8181ff')\" onDblClick=\"" + this.name + ".dblClickFunction('8181ff')\"></td>";
    str += "<td bgcolor=\"#81ac00\" id=\"img81ac00\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81ac00')\" onDblClick=\"" + this.name + ".dblClickFunction('81ac00')\"></td>";
    str += "<td bgcolor=\"#81ac2b\" id=\"img81ac2b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81ac2b')\" onDblClick=\"" + this.name + ".dblClickFunction('81ac2b')\"></td>";
    str += "<td bgcolor=\"#81ac56\" id=\"img81ac56\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81ac56')\" onDblClick=\"" + this.name + ".dblClickFunction('81ac56')\"></td>";
    str += "<td bgcolor=\"#81ac81\" id=\"img81ac81\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81ac81')\" onDblClick=\"" + this.name + ".dblClickFunction('81ac81')\"></td>";
    str += "<td bgcolor=\"#81acac\" id=\"img81acac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81acac')\" onDblClick=\"" + this.name + ".dblClickFunction('81acac')\"></td>";
    str += "<td bgcolor=\"#81acd7\" id=\"img81acd7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81acd7')\" onDblClick=\"" + this.name + ".dblClickFunction('81acd7')\"></td>";
    str += "<td bgcolor=\"#81acff\" id=\"img81acff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81acff')\" onDblClick=\"" + this.name + ".dblClickFunction('81acff')\"></td>";
    str += "<td bgcolor=\"#81d700\" id=\"img81d700\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81d700')\" onDblClick=\"" + this.name + ".dblClickFunction('81d700')\"></td>";
    str += "<td bgcolor=\"#81d72b\" id=\"img81d72b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81d72b')\" onDblClick=\"" + this.name + ".dblClickFunction('81d72b')\"></td>";
    str += "<td bgcolor=\"#81d756\" id=\"img81d756\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81d756')\" onDblClick=\"" + this.name + ".dblClickFunction('81d756')\"></td>";
    str += "<td bgcolor=\"#81d781\" id=\"img81d781\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81d781')\" onDblClick=\"" + this.name + ".dblClickFunction('81d781')\"></td>";
    str += "<td bgcolor=\"#81d7ac\" id=\"img81d7ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81d7ac')\" onDblClick=\"" + this.name + ".dblClickFunction('81d7ac')\"></td>";
    str += "<td bgcolor=\"#81d7d7\" id=\"img81d7d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81d7d7')\" onDblClick=\"" + this.name + ".dblClickFunction('81d7d7')\"></td>";
    str += "<td bgcolor=\"#81d7ff\" id=\"img81d7ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81d7ff')\" onDblClick=\"" + this.name + ".dblClickFunction('81d7ff')\"></td>";
    str += "<td bgcolor=\"#81ff00\" id=\"img81ff00\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81ff00')\" onDblClick=\"" + this.name + ".dblClickFunction('81ff00')\"></td>";
    str += "<td bgcolor=\"#81ff2b\" id=\"img81ff2b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81ff2b')\" onDblClick=\"" + this.name + ".dblClickFunction('81ff2b')\"></td>";
    str += "<td bgcolor=\"#81ff56\" id=\"img81ff56\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81ff56')\" onDblClick=\"" + this.name + ".dblClickFunction('81ff56')\"></td>";
    str += "<td bgcolor=\"#81ff81\" id=\"img81ff81\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81ff81')\" onDblClick=\"" + this.name + ".dblClickFunction('81ff81')\"></td>";
    str += "<td bgcolor=\"#81ffac\" id=\"img81ffac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81ffac')\" onDblClick=\"" + this.name + ".dblClickFunction('81ffac')\"></td>";
    str += "<td bgcolor=\"#81ffd7\" id=\"img81ffd7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81ffd7')\" onDblClick=\"" + this.name + ".dblClickFunction('81ffd7')\"></td>";
    str += "<td bgcolor=\"#81ffff\" id=\"img81ffff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('81ffff')\" onDblClick=\"" + this.name + ".dblClickFunction('81ffff')\"></td>";
str += "</tr>";
str += "<tr>";
    str += "<td bgcolor=\"#ac8100\" id=\"imgac8100\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac8100')\" onDblClick=\"" + this.name + ".dblClickFunction('ac8100')\"></td>";
    str += "<td bgcolor=\"#ac812b\" id=\"imgac812b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac812b')\" onDblClick=\"" + this.name + ".dblClickFunction('ac812b')\"></td>";
    str += "<td bgcolor=\"#ac8156\" id=\"imgac8156\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac8156')\" onDblClick=\"" + this.name + ".dblClickFunction('ac8156')\"></td>";
    str += "<td bgcolor=\"#ac8181\" id=\"imgac8181\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac8181')\" onDblClick=\"" + this.name + ".dblClickFunction('ac8181')\"></td>";
    str += "<td bgcolor=\"#ac81ac\" id=\"imgac81ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac81ac')\" onDblClick=\"" + this.name + ".dblClickFunction('ac81ac')\"></td>";
    str += "<td bgcolor=\"#ac81d7\" id=\"imgac81d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac81d7')\" onDblClick=\"" + this.name + ".dblClickFunction('ac81d7')\"></td>";
    str += "<td bgcolor=\"#ac81ff\" id=\"imgac81ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ac81ff')\" onDblClick=\"" + this.name + ".dblClickFunction('ac81ff')\"></td>";
    str += "<td bgcolor=\"#acac00\" id=\"imgacac00\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('acac00')\" onDblClick=\"" + this.name + ".dblClickFunction('acac00')\"></td>";
    str += "<td bgcolor=\"#acac2b\" id=\"imgacac2b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('acac2b')\" onDblClick=\"" + this.name + ".dblClickFunction('acac2b')\"></td>";
    str += "<td bgcolor=\"#acac56\" id=\"imgacac56\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('acac56')\" onDblClick=\"" + this.name + ".dblClickFunction('acac56')\"></td>";
    str += "<td bgcolor=\"#acac81\" id=\"imgacac81\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('acac81')\" onDblClick=\"" + this.name + ".dblClickFunction('acac81')\"></td>";
    str += "<td bgcolor=\"#acacac\" id=\"imgacacac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('acacac')\" onDblClick=\"" + this.name + ".dblClickFunction('acacac')\"></td>";
    str += "<td bgcolor=\"#acacd7\" id=\"imgacacd7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('acacd7')\" onDblClick=\"" + this.name + ".dblClickFunction('acacd7')\"></td>";
    str += "<td bgcolor=\"#acacff\" id=\"imgacacff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('acacff')\" onDblClick=\"" + this.name + ".dblClickFunction('acacff')\"></td>";
    str += "<td bgcolor=\"#acd700\" id=\"imgacd700\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('acd700')\" onDblClick=\"" + this.name + ".dblClickFunction('acd700')\"></td>";
    str += "<td bgcolor=\"#acd72b\" id=\"imgacd72b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('acd72b')\" onDblClick=\"" + this.name + ".dblClickFunction('acd72b')\"></td>";
    str += "<td bgcolor=\"#acd756\" id=\"imgacd756\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('acd756')\" onDblClick=\"" + this.name + ".dblClickFunction('acd756')\"></td>";
    str += "<td bgcolor=\"#acd781\" id=\"imgacd781\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('acd781')\" onDblClick=\"" + this.name + ".dblClickFunction('acd781')\"></td>";
    str += "<td bgcolor=\"#acd7ac\" id=\"imgacd7ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('acd7ac')\" onDblClick=\"" + this.name + ".dblClickFunction('acd7ac')\"></td>";
    str += "<td bgcolor=\"#acd7d7\" id=\"imgacd7d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('acd7d7')\" onDblClick=\"" + this.name + ".dblClickFunction('acd7d7')\"></td>";
    str += "<td bgcolor=\"#acd7ff\" id=\"imgacd7ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('acd7ff')\" onDblClick=\"" + this.name + ".dblClickFunction('acd7ff')\"></td>";
    str += "<td bgcolor=\"#acff00\" id=\"imgacff00\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('acff00')\" onDblClick=\"" + this.name + ".dblClickFunction('acff00')\"></td>";
    str += "<td bgcolor=\"#acff2b\" id=\"imgacff2b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('acff2b')\" onDblClick=\"" + this.name + ".dblClickFunction('acff2b')\"></td>";
    str += "<td bgcolor=\"#acff56\" id=\"imgacff56\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('acff56')\" onDblClick=\"" + this.name + ".dblClickFunction('acff56')\"></td>";
    str += "<td bgcolor=\"#acff81\" id=\"imgacff81\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('acff81')\" onDblClick=\"" + this.name + ".dblClickFunction('acff81')\"></td>";
    str += "<td bgcolor=\"#acffac\" id=\"imgacffac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('acffac')\" onDblClick=\"" + this.name + ".dblClickFunction('acffac')\"></td>";
    str += "<td bgcolor=\"#acffd7\" id=\"imgacffd7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('acffd7')\" onDblClick=\"" + this.name + ".dblClickFunction('acffd7')\"></td>";
    str += "<td bgcolor=\"#acffff\" id=\"imgacffff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('acffff')\" onDblClick=\"" + this.name + ".dblClickFunction('acffff')\"></td>";
str += "</tr>";
str += "<tr>";
    str += "<td bgcolor=\"#d78100\" id=\"imgd78100\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d78100')\" onDblClick=\"" + this.name + ".dblClickFunction('d78100')\"></td>";
    str += "<td bgcolor=\"#d7812b\" id=\"imgd7812b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7812b')\" onDblClick=\"" + this.name + ".dblClickFunction('d7812b')\"></td>";
    str += "<td bgcolor=\"#d78156\" id=\"imgd78156\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d78156')\" onDblClick=\"" + this.name + ".dblClickFunction('d78156')\"></td>";
    str += "<td bgcolor=\"#d78181\" id=\"imgd78181\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d78181')\" onDblClick=\"" + this.name + ".dblClickFunction('d78181')\"></td>";
    str += "<td bgcolor=\"#d781ac\" id=\"imgd781ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d781ac')\" onDblClick=\"" + this.name + ".dblClickFunction('d781ac')\"></td>";
    str += "<td bgcolor=\"#d781d7\" id=\"imgd781d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d781d7')\" onDblClick=\"" + this.name + ".dblClickFunction('d781d7')\"></td>";
    str += "<td bgcolor=\"#d781ff\" id=\"imgd781ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d781ff')\" onDblClick=\"" + this.name + ".dblClickFunction('d781ff')\"></td>";
    str += "<td bgcolor=\"#d7ac00\" id=\"imgd7ac00\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7ac00')\" onDblClick=\"" + this.name + ".dblClickFunction('d7ac00')\"></td>";
    str += "<td bgcolor=\"#d7ac2b\" id=\"imgd7ac2b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7ac2b')\" onDblClick=\"" + this.name + ".dblClickFunction('d7ac2b')\"></td>";
    str += "<td bgcolor=\"#d7ac56\" id=\"imgd7ac56\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7ac56')\" onDblClick=\"" + this.name + ".dblClickFunction('d7ac56')\"></td>";
    str += "<td bgcolor=\"#d7ac81\" id=\"imgd7ac81\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7ac81')\" onDblClick=\"" + this.name + ".dblClickFunction('d7ac81')\"></td>";
    str += "<td bgcolor=\"#d7acac\" id=\"imgd7acac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7acac')\" onDblClick=\"" + this.name + ".dblClickFunction('d7acac')\"></td>";
    str += "<td bgcolor=\"#d7acd7\" id=\"imgd7acd7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7acd7')\" onDblClick=\"" + this.name + ".dblClickFunction('d7acd7')\"></td>";
    str += "<td bgcolor=\"#d7acff\" id=\"imgd7acff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7acff')\" onDblClick=\"" + this.name + ".dblClickFunction('d7acff')\"></td>";
    str += "<td bgcolor=\"#d7d700\" id=\"imgd7d700\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7d700')\" onDblClick=\"" + this.name + ".dblClickFunction('d7d700')\"></td>";
    str += "<td bgcolor=\"#d7d72b\" id=\"imgd7d72b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7d72b')\" onDblClick=\"" + this.name + ".dblClickFunction('d7d72b')\"></td>";
    str += "<td bgcolor=\"#d7d756\" id=\"imgd7d756\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7d756')\" onDblClick=\"" + this.name + ".dblClickFunction('d7d756')\"></td>";
    str += "<td bgcolor=\"#d7d781\" id=\"imgd7d781\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7d781')\" onDblClick=\"" + this.name + ".dblClickFunction('d7d781')\"></td>";
    str += "<td bgcolor=\"#d7d7ac\" id=\"imgd7d7ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7d7ac')\" onDblClick=\"" + this.name + ".dblClickFunction('d7d7ac')\"></td>";
    str += "<td bgcolor=\"#d7d7d7\" id=\"imgd7d7d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7d7d7')\" onDblClick=\"" + this.name + ".dblClickFunction('d7d7d7')\"></td>";
    str += "<td bgcolor=\"#d7d7ff\" id=\"imgd7d7ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7d7ff')\" onDblClick=\"" + this.name + ".dblClickFunction('d7d7ff')\"></td>";
    str += "<td bgcolor=\"#d7ff00\" id=\"imgd7ff00\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7ff00')\" onDblClick=\"" + this.name + ".dblClickFunction('d7ff00')\"></td>";
    str += "<td bgcolor=\"#d7ff2b\" id=\"imgd7ff2b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7ff2b')\" onDblClick=\"" + this.name + ".dblClickFunction('d7ff2b')\"></td>";
    str += "<td bgcolor=\"#d7ff56\" id=\"imgd7ff56\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7ff56')\" onDblClick=\"" + this.name + ".dblClickFunction('d7ff56')\"></td>";
    str += "<td bgcolor=\"#d7ff81\" id=\"imgd7ff81\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7ff81')\" onDblClick=\"" + this.name + ".dblClickFunction('d7ff81')\"></td>";
    str += "<td bgcolor=\"#d7ffac\" id=\"imgd7ffac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7ffac')\" onDblClick=\"" + this.name + ".dblClickFunction('d7ffac')\"></td>";
    str += "<td bgcolor=\"#d7ffd7\" id=\"imgd7ffd7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7ffd7')\" onDblClick=\"" + this.name + ".dblClickFunction('d7ffd7')\"></td>";
    str += "<td bgcolor=\"#d7ffff\" id=\"imgd7ffff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('d7ffff')\" onDblClick=\"" + this.name + ".dblClickFunction('d7ffff')\"></td>";
str += "</tr>";
str += "<tr>";
    str += "<td bgcolor=\"#ff8100\" id=\"imgff8100\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff8100')\" onDblClick=\"" + this.name + ".dblClickFunction('ff8100')\"></td>";
    str += "<td bgcolor=\"#ff812b\" id=\"imgff812b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff812b')\" onDblClick=\"" + this.name + ".dblClickFunction('ff812b')\"></td>";
    str += "<td bgcolor=\"#ff8156\" id=\"imgff8156\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff8156')\" onDblClick=\"" + this.name + ".dblClickFunction('ff8156')\"></td>";
    str += "<td bgcolor=\"#ff8181\" id=\"imgff8181\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff8181')\" onDblClick=\"" + this.name + ".dblClickFunction('ff8181')\"></td>";
    str += "<td bgcolor=\"#ff81ac\" id=\"imgff81ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff81ac')\" onDblClick=\"" + this.name + ".dblClickFunction('ff81ac')\"></td>";
    str += "<td bgcolor=\"#ff81d7\" id=\"imgff81d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff81d7')\" onDblClick=\"" + this.name + ".dblClickFunction('ff81d7')\"></td>";
    str += "<td bgcolor=\"#ff81ff\" id=\"imgff81ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ff81ff')\" onDblClick=\"" + this.name + ".dblClickFunction('ff81ff')\"></td>";
    str += "<td bgcolor=\"#ffac00\" id=\"imgffac00\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ffac00')\" onDblClick=\"" + this.name + ".dblClickFunction('ffac00')\"></td>";
    str += "<td bgcolor=\"#ffac2b\" id=\"imgffac2b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ffac2b')\" onDblClick=\"" + this.name + ".dblClickFunction('ffac2b')\"></td>";
    str += "<td bgcolor=\"#ffac56\" id=\"imgffac56\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ffac56')\" onDblClick=\"" + this.name + ".dblClickFunction('ffac56')\"></td>";
    str += "<td bgcolor=\"#ffac81\" id=\"imgffac81\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ffac81')\" onDblClick=\"" + this.name + ".dblClickFunction('ffac81')\"></td>";
    str += "<td bgcolor=\"#ffacac\" id=\"imgffacac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ffacac')\" onDblClick=\"" + this.name + ".dblClickFunction('ffacac')\"></td>";
    str += "<td bgcolor=\"#ffacd7\" id=\"imgffacd7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ffacd7')\" onDblClick=\"" + this.name + ".dblClickFunction('ffacd7')\"></td>";
    str += "<td bgcolor=\"#ffacff\" id=\"imgffacff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ffacff')\" onDblClick=\"" + this.name + ".dblClickFunction('ffacff')\"></td>";
    str += "<td bgcolor=\"#ffd700\" id=\"imgffd700\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ffd700')\" onDblClick=\"" + this.name + ".dblClickFunction('ffd700')\"></td>";
    str += "<td bgcolor=\"#ffd72b\" id=\"imgffd72b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ffd72b')\" onDblClick=\"" + this.name + ".dblClickFunction('ffd72b')\"></td>";
    str += "<td bgcolor=\"#ffd756\" id=\"imgffd756\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ffd756')\" onDblClick=\"" + this.name + ".dblClickFunction('ffd756')\"></td>";
    str += "<td bgcolor=\"#ffd781\" id=\"imgffd781\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ffd781')\" onDblClick=\"" + this.name + ".dblClickFunction('ffd781')\"></td>";
    str += "<td bgcolor=\"#ffd7ac\" id=\"imgffd7ac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ffd7ac')\" onDblClick=\"" + this.name + ".dblClickFunction('ffd7ac')\"></td>";
    str += "<td bgcolor=\"#ffd7d7\" id=\"imgffd7d7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ffd7d7')\" onDblClick=\"" + this.name + ".dblClickFunction('ffd7d7')\"></td>";
    str += "<td bgcolor=\"#ffd7ff\" id=\"imgffd7ff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ffd7ff')\" onDblClick=\"" + this.name + ".dblClickFunction('ffd7ff')\"></td>";
    str += "<td bgcolor=\"#ffff00\" id=\"imgffff00\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ffff00')\" onDblClick=\"" + this.name + ".dblClickFunction('ffff00')\"></td>";
    str += "<td bgcolor=\"#ffff2b\" id=\"imgffff2b\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ffff2b')\" onDblClick=\"" + this.name + ".dblClickFunction('ffff2b')\"></td>";
    str += "<td bgcolor=\"#ffff56\" id=\"imgffff56\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ffff56')\" onDblClick=\"" + this.name + ".dblClickFunction('ffff56')\"></td>";
    str += "<td bgcolor=\"#ffff81\" id=\"imgffff81\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ffff81')\" onDblClick=\"" + this.name + ".dblClickFunction('ffff81')\"></td>";
    str += "<td bgcolor=\"#ffffac\" id=\"imgffffac\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ffffac')\" onDblClick=\"" + this.name + ".dblClickFunction('ffffac')\"></td>";
    str += "<td bgcolor=\"#ffffd7\" id=\"imgffffd7\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ffffd7')\" onDblClick=\"" + this.name + ".dblClickFunction('ffffd7')\"></td>";
    str += "<td bgcolor=\"#ffffff\" id=\"imgffffff\"   style=\"width:8px; height:8px;\"   onMouseDown=\"" + this.name + ".clickFunction('ffffff')\" onDblClick=\"" + this.name + ".dblClickFunction('ffffff')\"></td>";
    str += "</tr>";

    str += "</table></div><div align=\"center\"> </div></td></tr></table>";
    this.container.style.border= "1px solid #707070";
    this.container.innerHTML=str;
    

 }
 
 this.hide = function(){
  this.container.style.visibility = 'hidden';
 }
 
 this.show = function(){
  this.container.style.visibility = 'visible';
 }
 
 this.setAlpha = function(alphaval)
 {
  this.container.style.filter = 'alpha(opacity=' + alphaval + ')';
  this.container.style.MozOpacity = alphaval / 100;
 }
 
 
 this.resizeContainer = function()
 {
  this.container.style.width=this.width;
  this.container.style.height=this.height;
 }
 
 this.setPos=function(x,y)
 {
  this.container.style.top=y;
  this.container.style.left=x;
 }
 
 return this;
}

