$in = isset($_GET['step']) ? $_GET['step'] : "";
switch ($in)
//switch ($_GET['step'])
{
case '01':
include('marx/marx01.html');
break;
case '02':
include('marx/marx02.html');
break;
case '03':
include('marx/marx03.html');
break;
case '04':
include('marx/marx04.html');
break;
case '05':
include('marx/marx05.html');
break;
case '06':
include('marx/marx06.html');
break;
case '07':
include('marx/marx07.html');
break;
case '08':
include('marx/marx08.html');
break;
case '09':
include('marx/marx09.html');
break;
case '10':
include('marx/marx10.html');
break;
case '11':
include('marx/marx11.html');
break;
default:
include('marx/indice.html');
break;
}
?>

