header('Content-Type: text/html; charset=tis-620');
echo "";
include_once("db_config.php");
$sql="select * from web_menu2 where menu_type=1 order by menu_order";
$result=mysqli_query($connect,$sql);
echo <<
TA;
$rw=2;
while ($db=mysqli_fetch_array($result)) {
if ($rw%2==0) {
echo <<