$a = strpos($HTTP_USER_AGENT, "MS"); if($a) echo ""; else echo ""; if(!isset($region) || ($region == "Germany")){ $header = "germany_header.gif"; $picture = "germany_picture.jpg"; $region = "Germany"; } else if($region == "Scandinavia"){ $header = "scandinavia_header.gif"; $picture = "scandinavia_picture.jpg"; } else if($region == "Europe"){ $header = "europe_header.gif"; $picture = "europe_picture.jpg"; } else if($region == "UK"){ $header = "uk_header.gif"; $picture = "uk_picture.jpg"; } else if($region == "other"){ $header = "other_header.gif"; $picture = "other_picture.jpg"; } ?>