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