include ("head.php"); ?>
include ("menuhead.php"); ?>
include ("bur1.php"); ?>
$id=$_GET["id"]; if(!isset($id)) { include("op.php"); } else { if(is_file("$id.php")) { include("$id.php"); } else echo "
..:Dzial w budowie:..
"; } ?>
if(!isset($id)) { ?>
include ("foot.php"); ?>
}; ?>