$in = isset($_GET['step']) ? $_GET['step'] : "";
switch ($in)
//switch ($_GET['step'])
{
case '01':
include('bsands/bsands1.html');
break;
case '02':
include('bsands/bsands2.html');
break;
case '03':
include('bsands/bsands3.html');
break;
case '04':
include('bsands/bsands4.html');
break;
case '05':
include('bsands/bsands5.html');
break;
case '06':
include('bsands/bsands6.html');
break;
case '07':
include('bsands/bsands7.html');
break;
case '08':
include('bsands/bsands8.html');
break;
case '09':
include('bsands/bsands9.html');
break;
case '10':
include('bsands/bsands10.html');
break;
case '11':
include('bsands/bsands11.html');
break;
case '12':
include('bsands/bsands12.html');
break;
case '13':
include('bsands/bsands13.html');
break;
case '14':
include('bsands/bsands14.html');
break;
case '15':
include('bsands/bsands15.html');
break;
case '16':
include('bsands/bsands16.html');
break;
case '17':
include('bsands/bsands17.html');
break;
default:
include('bsands/indice.html');
break;
}
?>

