$podstronaJarkopol = true;
$zawartosc = $_GET['zawartosc'];
if ($zawartosc == 'ONas.html')
include $folderGlowny . 'podstrony/oNas.php';
else if ($zawartosc == 'Oferta.html')
include $folderGlowny . 'podstrony/oferta.php';
else if ($zawartosc == 'StronyInternetowe.html')
include $folderGlowny . 'podstrony/stronyInternetowe.php';
else if ($zawartosc == 'SystemyInformatyczne.html')
include $folderGlowny . 'podstrony/systemyInformatyczne.php';
/*else if ($zawartosc == 'SprzetKomputerowy.html')
include $folderGlowny . 'podstrony/sprzetKomputerowy.php';*/
else if ($zawartosc == 'SieciKomputerowe.html')
include $folderGlowny . 'podstrony/sieciKomputerowe.php';
/*else if ($zawartosc == 'UslugiHostingowe.html')
include $folderGlowny . 'podstrony/uslugiHostingowe.php';*/
else if ($zawartosc == 'CentraleTelefoniczne.html')
include $folderGlowny . 'podstrony/centraleTelefoniczne.php';
else if ($zawartosc == 'SystemyAlarmowe.html')
include $folderGlowny . 'podstrony/systemyAlarmowe.php';
else if ($zawartosc == 'TelewizjaPrzemyslowa.html')
include $folderGlowny . 'podstrony/telewizjaPrzemyslowa.php';
else if ($zawartosc == 'EwidencjaCzasuPracy.html')
include $folderGlowny . 'podstrony/ewidencjaCzasuPracy.php';
/*else if ($zawartosc == 'SystemInteligentnegoDomu.html')
include $folderGlowny . 'podstrony/systemInteligentnegoDomu.php';
else if ($zawartosc == 'OkablowanieStrukturalne.html')
include $folderGlowny . 'podstrony/okablowanieStrukturalne.php';
else if ($zawartosc == 'Fotografia.html')
include $folderGlowny . 'podstrony/fotografia.php';*/
else if ($zawartosc == 'ZaufaliNam.html')
include $folderGlowny . 'podstrony/zaufaliNam.php';
else if ($zawartosc == 'Portfolio.html')
include $folderGlowny . 'podstrony/portfolio.php';
else if ($zawartosc == 'Kontakt.html' or $zawartosc == 'WyslijWiadomosc.html')
include $folderGlowny . 'podstrony/kontakt.php';
else if ($zawartosc == 'DostepAutoryzowany.html' or $zawartosc == 'DostepAutoryzowanyBlad.html')
include $folderGlowny . 'podstrony/dostepAutoryzowany.php';
else if ($zawartosc == 'FirmaWSieci.html')
include $folderGlowny . 'podstrony/firmaWSieci.php';
else if ($zawartosc == 'www.siecifirmowe.ekk.pl')
include $folderGlowny . 'podstrony/sieciFirmowe.php';
else if ($zawartosc == 'www.poczta.uos.pl')
include $folderGlowny . 'podstrony/zimbra.php';
else if ($zawartosc == 'Praktyki.html')
include $folderGlowny . 'podstrony/praktyki.php';
else
include $folderGlowny . 'podstrony/glowna.php';
?>