var strTablOpen,strTablClos;
var strACC,strA10,strB10,strB12,strBE,strSEC,strP10;

strTablOpen = "<TABLE border='0' width='450' cellpadding='0' cellspacing='0' align='center'>";

strTablClos = "</TABLE>";


if (pk_a10 != "")
{
   strA10 = "<tr>";
   strA10 = strA10 + "<td align='center'>";
   strA10 = strA10 + "<table cellpadding='0' cellspacing='0' class='basic-3'>";
   strA10 = strA10 + "<tr>";
   strA10 = strA10 + "<td width='80' class='pick-a10'>PICK</td>";
   strA10 = strA10 + "<td width='150' class='or-a10'>";
   strA10 = strA10 + pk_a10;
   strA10 = strA10 + "</td>";
   strA10 = strA10 + "<td width='70' class='pick-text-comment'>";
   strA10 = strA10 + pk_a10_line;
   strA10 = strA10 + "</td>";
   strA10 = strA10 + "<td width='150' class='pick-text-comment'>";
   strA10 = strA10 + pk_a10_opp;
   strA10 = strA10 + "</td></tr></table>";
   strA10 = strA10 + "</td></tr>";
}
else
{
   strA10 = "";
}

if (pk_acc != "")
{
   strACC = "<tr>";
   strACC = strACC + "<td align='center'>";
   strACC = strACC + "<table cellpadding='0' cellspacing='0' class='basic-3'>";
   strACC = strACC + "<tr>";
   strACC = strACC + "<td width='80' class='pick-acc'>PICK</td>";
   strACC = strACC + "<td width='150' class='or-acc'>";
   strACC = strACC + pk_acc;
   strACC = strACC + "</td>";
   strACC = strACC + "<td width='70' class='pick-text-comment'>";
   strACC = strACC + pk_acc_line;
   strACC = strACC + "</td>";
   strACC = strACC + "<td width='150' class='pick-text-comment'>";
   strACC = strACC + pk_acc_opp;
   strACC = strACC + "</td></tr></table>";
   strACC = strACC + "</td></tr>";
}
else
{
   strACC = "";
}

if (pk_b10 != "")
{
   strB10 = "<tr>";
   strB10 = strB10 + "<td align='center'>";
   strB10 = strB10 + "<table cellpadding='0' cellspacing='0' class='basic-3'>";
   strB10 = strB10 + "<tr>";
   strB10 = strB10 + "<td  width='80' class='pick-bt'>PICK</td>";
   strB10 = strB10 + "<td width='150' class='or-bt'>";
   strB10 = strB10 + pk_b10;
   strB10 = strB10 + "</td>";
   strB10 = strB10 + "<td width='70' class='pick-text-comment'>";
   strB10 = strB10 + pk_b10_line;
   strB10 = strB10 + "</td>";
   strB10 = strB10 + "<td width='150' class='pick-text-comment'>";
   strB10 = strB10 + pk_b10_opp;
   strB10 = strB10 + "</td></tr></table>";
   strB10 = strB10 + "</td></tr>";
}
else
{
   strB10 = "";
}

if (pk_b12 != "")
{
   strB12 = "<tr>";
   strB12 = strB12 + "<td align='center'>";
   strB12 = strB12 + "<table cellpadding='0' cellspacing='0' class='basic-3'>";
   strB12 = strB12 + "<tr>";
   strB12 = strB12 + "<td  width='80' class='pick-btw'>PICK</td>";
   strB12 = strB12 + "<td width='150' class='or-btw'>";
   strB12 = strB12 + pk_b12;
   strB12 = strB12 + "</td>";
   strB12 = strB12 + "<td width='70' class='pick-text-comment'>";
   strB12 = strB12 + pk_b12_line;
   strB12 = strB12 + "</td>";
   strB12 = strB12 + "<td width='150' class='pick-text-comment'>";
   strB12 = strB12 + pk_b12_opp;
   strB12 = strB12 + "</td></tr></table>";
   strB12 = strB12 + "</td></tr>";
}
else
{
   strB12 = "";
}

if (pk_be != "")
{
   strBE = "<tr>";
   strBE = strBE + "<td align='center'>";
   strBE = strBE + "<table cellpadding='0' cellspacing='0' class='basic-3'>";
   strBE = strBE + "<tr>";
   strBE = strBE + "<td width='80' class='pick-be'>PICK</td>";
   strBE = strBE + "<td width='150' class='or-be'>";
   strBE = strBE + pk_be;
   strBE = strBE + "</td>";
   strBE = strBE + "<td width='70' class='pick-text-comment'>";
   strBE = strBE + pk_be_line;
   strBE = strBE + "</td>";
   strBE = strBE + "<td width='150' class='pick-text-comment'>";
   strBE = strBE + pk_be_opp;
   strBE = strBE + "</td></tr></table>";
   strBE = strBE + "</td></tr>";
}
else
{
   strBE = "";
}

if (pk_p10 != "")
{
   strP10 = "<tr>";
   strP10 = strP10 + "<td align='center'>";
   strP10 = strP10 + "<table cellpadding='0' cellspacing='0' class='basic-3'>";
   strP10 = strP10 + "<tr>";
   strP10 = strP10 + "<td width='80' class='pick-pt'>PICK</td>";
   strP10 = strP10 + "<td width='150' class='or-pt'>";
   strP10 = strP10 + pk_p10;
   strP10 = strP10 + "</td>";
   strP10 = strP10 + "<td width='70' class='pick-text-comment'>";
   strP10 = strP10 + pk_p10_line;
   strP10 = strP10 + "</td>";
   strP10 = strP10 + "<td width='150' class='pick-text-comment'>";
   strP10 = strP10 + pk_p10_opp;
   strP10 = strP10 + "</td></tr></table>";
   strP10 = strP10 + "</td></tr>";
}
else
{
   strP10 = "";
}

if (pk_sec != "")
{
   strSEC = "<tr>";
   strSEC = strSEC + "<td align='center'>";
   strSEC = strSEC + "<table cellpadding='0' cellspacing='0' class='basic-3'>";
   strSEC = strSEC + "<tr>";
   strSEC = strSEC + "<td width='80' class='pick-sc'>PICK</td>";
   strSEC = strSEC + "<td width='150' class='or-sc'>";
   strSEC = strSEC + pk_sec;
   strSEC = strSEC + "</td>";
   strSEC = strSEC + "<td width='70' class='pick-text-comment'>";
   strSEC = strSEC + pk_sec_line;
   strSEC = strSEC + "</td>";
   strSEC = strSEC + "<td width='150' class='pick-text-comment'>";
   strSEC = strSEC + pk_sec_opp;
   strSEC = strSEC + "</td></tr></table>";
   strSEC = strSEC + "</td></tr>";
}
else
{
   strSEC = "";
}
