$SUBJECTS=array('','Kinetics','Mass/Energy Balances and Thermodynamics','Fluids','Heat Transfer','Mass Transfer','Plant Design and Ops');
$FILE_TYPE=array('','Example','Figure','Handout','Module','Presentation','Sample','Table','Specification');
$i=4;
//$j=$_GET['subject'];
$j=1;
$file_type=$FILE_TYPE[$i];
$subject=$SUBJECTS[$j];
echo '‘.$subject.’: ‘.$file_type.’‘;
echo ‘‘;
/*
Module 1.01 Reaction Rate Constant and Its Temperature Dependency as Given by Arrhenius Law
Module 1.02 Concentrations of Reactants and Products for a given Conversion under Constant Pressure or Constant Volume conditions
Module 1.03 Epsilon, the fractional volume change, for variable pressure operations
Module 1.04 Performance of a Batch Reactor
Module 1.05 Performance of a Plug Flow Reactor
Module 1.06 Performance of a Continuously Stirred Tank or Mixed Flow Reactor
Module 1.07 CSTR under Constant Volume Conditions
Module 1.08 CSTR operating under Constant Pressure Conditions
*/
?>