if (($_GET{sekce} == "home") || ($_GET{sekce} == "")) include "home.php";
if ($_GET{sekce} == "servis") include "servis.php";
if ($_GET{sekce} == "motoassistance") include "motoassistance.php";
if ($_GET{sekce} == "nakup_prodej") include "nakup_prodej.php";
if ($_GET{sekce} == "doplnky") include "doplnky.php";
if ($_GET{sekce} == "motoskola") include "motoskola.php";
if ($_GET{sekce} == "kontakt") include "kontakt.php";
?>