| $pon[$i] | \n";
$opts .= sprintf " $text{'yes'}\n",
$opts{$po}==1 ? "checked" : "";
$opts .= sprintf " $text{'no'}\n",
$opts{$po}==0 ? "checked" : "";
$opts .= " | \n";
$opts .= sprintf " $text{'core_enable'}\n",
$opts{$po}==2 ? "checked" : "";
$opts .= sprintf " $text{'core_disable'}\n",
$opts{$po}==3 ? "checked" : "";
$opts .= " |
\n";
}
$opts .= "