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