<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" lang="hu"> <!--<![endif]-->
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=1">
  <link rel="Shortcut Icon" href="http://nmhh.hu/favicon.ico?1014" type="image/x-icon"/>
  <title>Nemzeti Hírközlési Hatóság - DRM vételmegfigyelő állomás</title>
<?php
    include "inc_css.html";
?>
</head>
<body class="index customer_home">

<?php
    include "inc_pageheader.php";
?>

<main role="main" id="main">
	<div id="content" style="padding-top: 40px; padding-left: 10px; padding-right: 10px;">
		<?php
		if (isset($_GET['mid'])) $m=$_GET['mid']; else $m=1;
		if ($m>0) include("inc/$m.php");
		else echo "404 URL nem létezik";
		?>
	</div><!-- content vege -->
</main>

<?php
    include "inc_pagefooter.html";
?>

</body>
</html>
