$in = isset($_GET['step']) ? $_GET['step'] : "";
switch ($in)
//switch ($_GET['step'])
{
case '01':
include('tolstoj_resurrezione/tol01.htm');
break;
case '02':
include('tolstoj_resurrezione/tol02.htm');
break;
case '03':
include('tolstoj_resurrezione/tol03.htm');
break;
default:
include('tolstoj_resurrezione/indice.html');
break;
}
?>

