$CACHE_TIME_ALL=360;
header( "Cache-Control: max-age=".CACHE_TIME_ALL.", must-revalidate" );
header( "Last-Modified: " . gmdate("D, d M Y H:i:s", time()-3600) . " GMT");
header( "Expires: " . gmdate("D, d M Y H:i:s", time()+CACHE_TIME_ALL) . " GMT");
header( "Content-type:text/html");
Print "";
Print "
";
Print "NSM Archive - Ground energy of electron and hole in Quantum Well";
Print "";
Print "";
Print "";
Print ("");
extract($_REQUEST);
$Color1="#0000CC";
$Color2="#e4e4e4";
$Color3="#f4f4f4";
$Color4="#dcdcdc";
$Semi= array("GaAs","GaSb","InAs","InSb","GaInAs","GaInAsP","Strange");
$GaAs=0; $GaSb=1;
$InAs=2; $InSb=3;
$GaInAs=4; $GaInAsP=5;
$Strange=6;
include "top.php";
if (!isset($Step)){ $Step=0; }
Switch ($Step){
case(0): for ($I=0; $I <= 6; $I++){ $T[$I]=""; $x_inp[$I]=""; $y_inp[$I]="";} include "step0.php"; break;
case(1): include "step1.php"; break;
case(2): include "step2.php"; break;
case(3): include "step3.php"; break;
}
?>