$res=query("select text from ".$dbname."_texts where name='about'");
$row=@mysql_fetch_assoc($res);
echo owh($row['text']);
$res=query("select text from ".$dbname."_texts where name='about_full'");
$row=@mysql_fetch_assoc($res);
echo '
'.owh($row['text']).'
';
?>