//URL Transformation
$request_url=$_SERVER['REQUEST_URI'];
$request_url=substr($request_url,1);
//print($request_url);
if($request_url=='labour-unrest'){
$labour = "font-weight:bold; color:black";
$security = "font-weight:normal";
$protection = "font-weight:normal";
$investigators = "font-weight:normal";
$replacement = "font-weight:normal";
$special = "font-weight:normal";
}
elseif($request_url=='security-officers'){
$labour = "font-weight:normal";
$security = "font-weight:bold; color:black";
$protection = "font-weight:normal";
$investigators = "font-weight:normal";
$replacement = "font-weight:normal";
$special = "font-weight:normal";
}
elseif($request_url=='executive-protection'){
$labour = "font-weight:normal";
$security = "font-weight:normal";
$protection = "font-weight:bold; color:black";
$investigators = "font-weight:normal";
$replacement = "font-weight:normal";
$special = "font-weight:normal";
}
elseif($request_url=='investigators'){
$labour = "font-weight:normal";
$security = "font-weight:normal";
$protection = "font-weight:normal";
$investigators = "font-weight:bold; color:black";
$replacement = "font-weight:normal";
$special = "font-weight:normal";
}
elseif($request_url=='replacement-workers'){
$labour = "font-weight:normal";
$security = "font-weight:normal";
$protection = "font-weight:normal";
$investigators = "font-weight:normal";
$replacement = "font-weight:bold; color:black";
$special = "font-weight:normal";
}
elseif($request_url=='special-events'){
$labour = "font-weight:normal";
$security = "font-weight:normal";
$protection = "font-weight:normal";
$investigators = "font-weight:normal";
$replacement = "font-weight:normal";
$special = "font-weight:bold; color:black";
}
?>
//Home Page Template
if($request_url==''){
print("