<?
echo "<table width='100%'>n";
echo "<tr>n";
echo "<td>n";
echo "Сообщение:<br />n";
echo "</td>n";
echo "</tr>n";
echo "<tr>n";
echo "<td width='100%'>n";
if (!isset($msg2))$msg2=NULL;
echo '<textarea name="msg" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">'.$msg2.'</textarea><br />';
echo "</td>n";
echo "</tr>n";
echo "</table>n";
?>