<?include_once 'head.php';include_once 'inc/functions.php';if (empty($_SESSION['i_step']))$_SESSION['i_step']=0;$step = (empty($_GET['step'])) ? "0" : $_GET['step'];include 'inc/'.$_SESSION['i_step'].'.php';?>