//Get the Content for the name of the page and concatenate to the path(specified in the head above) eg "home"
$page_path = "content/"."$page_name".".php";
require "$page_path";
?>
if ($page_name == "services_web_design") {$but1 = "class='current'"; }
else { $but1 = " "; }
if ($page_name == "services_internet_marketing") {$but2 = "class='current'"; }
else { $but2 = " "; }
if ($page_name == "services_business_email") {$but3 = "class='current'"; }
else { $but3 = " "; }
if ($page_name == "services_personal_domains") {$but4 = "class='current'"; }
else { $but4 = " "; }
if ($page_name == "business_systems_install_manager") {$but5 = "class='current'"; }
else { $but5 = " "; }
?>