<h3>Further Info...</h3>
<p>Thanks for using the Gearing Calculator! This is based on my original work which can be downloaded as an excel spreadsheet <a href="gearing.xls">here</a>. Be advised that it is no longer supported and has some annoying bugs. This new version has many new benifits - no longer requires excel, has less features, and allows for custom inputs.</p>
<p>I have also included a tire size calculator to make life easier and can be found <a href="tirecalc.php" onclick="return popitup(\'tirecalc.php\')">here</a>. You can also e-mail me transmission setups to be included in the drop down list. Just use the contact link below!</p>
<h3>To Do\'s</h3>
<p>I am going to stream line the code sometime in the near future, so that the tranny information is more dynamic. AKA, only show fields which have data, and allow more then 2 final drives per group.</p>
<br /><br />';
}
}
elseif ($submit == "" OR $submit =="Reset")
{
$page_content .= '
<h3>Select your gearbox:</h3>
<select id="user-inputs" name="gearbox">
<option value="custom">Enter your custom gearing, OR</option>
<option value="a413-1">Dodge A-413/670 Group 1 (2.60 & 2.78)</option>
<option value="a413-2">Dodge A-413/670 Group 2 (3.02 & 3.22)</option>
<option value="a413-3">Dodge A-413/670 Group 3 (3.50 & 3.72)</option>
<option value="a460">Dodge A-460</option>
<option value="a465">Dodge A-465</option>
<option value="a520">Dodge A-520</option>
<option value="a523-1">Dodge A-523 (90-91)</option>
<option value="a523-2">Dodge A-523 (92)</option>
<option value="a525">Dodge A-525</option>
<option value="a543-1">Dodge A-543 (90-91)</option>
<option value="a543-2">Dodge A-543 (92)</option>
<option value="a555">Dodge A-555</option>
<option value="a568-1">Dodge A-568 (90-91)</option>
<option value="a568-2">Dodge A-568 (92)</option>
<option value="a604">Dodge A-604 (all)</option>
</select> <br /><br />
<input type="submit" id="user-inputs" name="submit" value="Submit Gearbox">
<br /><br />
<hr />
<h3>Further Info...</h3>
<p>Thanks for using the Gearing Calculator! This is based on my original work which can be downloaded as an excel spreadsheet <a href="gearing.xls">here</a>. Be advised that it is no longer supported and has some annoying bugs. This new version has many new benifits - no longer requires excel, has less features, and allows for custom inputs.</p>
<p>I have also included a tire size calculator to make life easier and can be found <a href="tirecalc.php" onclick="return popitup(\'tirecalc.php\')">here</a>. You can also e-mail me transmission setups to be included in the drop down list. Just use the contact link below!</p>
<h3>To Do\'s</h3>
<p>I am going to stream line the code sometime in the near future, so that the tranny information is more dynamic. AKA, only show fields which have data, and allow more then 2 final drives per group.</p>
<br /><br />';
}
$page_content .= '</div></form>';
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'test.php'); // change this depending on your filename
// ################### PRE-CACHE TEMPLATES AND DATA ######################
// get special phrase groups
$phrasegroups = array(
);
// get special data templates from the datastore
$specialtemplates = array(
);
// pre-cache templates used by all actions
$globaltemplates = array(
'TEST',
);
// pre-cache templates used by specific actions
$actiontemplates = array(