$service = "info";
$bottom = "bottom_home.jpg";
$bgr_color = "#BFBFBF";
include("top.inc.php");?>
if($_GET['form']=="general") $form_file = "req_info.inc.html";
elseif($_GET['form']=="web_design") $form_file = "website_cost.inc.html";
elseif($_GET['form']=="web_support") $form_file = "website_support.inc.html";
elseif($_GET['form']=="comp_repair") $form_file = "comp_repair.inc.html";
elseif($_GET['form']=="comp_support") $form_file = "comp_support.inc.html";
elseif($_GET['form']=="net_support") $form_file = "net_supp.inc.html";
else $form_file = "req_info.inc.html";
?>
include("bottom.inc.php");?>