if ($page=="biezacy")
include("biezacy.html");
else
if ($page=="poprz" && $year!="")
include($year."/referaty.html");
else
if ($page=="poprz")
include("poprz.html");
else
if ($page=="tematy")
include("tematy.html");
else
if ($page=="mgr")
include("mgr.html");
else
include("main.html");
?>