require("conf/db.php3"); ?>
include("html/top.php3");
if (!isset($m)) { include("html/main.php3"); }
elseif ($m=="c") { include("html/search.php3"); }
elseif ($m=="l") { include("html/look4word.php3"); }
elseif ($m=="a") { include("html/add.php3"); }
else { include("html/error.php3"); }
include("html/bottom.php3"); ?>