$submenu = $_GET['submenu']; switch($submenu) { case turniry: include "pokerstars/tur.html"; break; case uslov: include "pokerstars/uslov.html"; break; case akcii: include "pokerstars/akcii.html"; break; break; default: include "def.html"; } ?>