Sindbad~EG File Manager
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- DW6 -->
<?php include ('include/head.php'); ?>
<body onmousemove="closesubnav(event);">
<?php include ('include/body.php'); ?>
<?php
$WhichDisk = $_GET['WhichDisk'];
if(is_null($WhichDisk))
$WhichDisk = "7";
$ProductType = $_GET['ProductType'];
if(is_null($ProductType))
$ProductType="individual";
?>
<div class="style1" id="pageName">
<h2>Download MathXpert
<img alt="MathXpert logo" src="TransparentMathXpertLogo.gif" height="50" width="118"/>
</h2>
<p>
MathXpert comes in three versions: Algebra Assistant, Precalculus Assistant, and Calculus Assistant.
</p>
<p>It runs on any version of Windows. You can run it on a Mac using Virtual PC or on Linux using WINE. </p>
<p>
You can download any of the three Assistants, either in a free 14-day trial version, or the full version.
</p>
<p>
The trial version has all the capabilities of the full version, except that it will expire after 14 days, and
each time at startup will ask if you want to purchase or continue the evaluation.
</p>
<form action="download2.php" method="post" enctype="multipart/form-data" name="form1">
<table width="739">
<tr>
<td width="239">
<input type="radio" name="ProductType" value= "trial" <?php if($ProductType == "trial") echo "checked" ?>>
14-day free trial version
</td>
<td width="488">
<input type="radio" name="WhichDisk" value="7" <?php if($WhichDisk == "7") echo "checked" ?>>
MathXpert Calculus Assistant
(includes Precalculus and Algebra) </td>
</tr>
<tr>
<td>
<input type="radio" name="ProductType" value="individual"<?php if($ProductType == "individual") echo "checked" ?> > Purchase an individual copy
</td>
<td>
<input type="radio" name="WhichDisk" value ="3" <?php if($WhichDisk == "3") echo "checked" ?>>
MathXpert Precalculus Assistant
(includes Algebra)</td>
</tr>
<tr>
<td>
<input type="radio" name="ProductType" value= "lab"<?php if($ProductType == "lab") echo "checked" ?> > Purchase a lab license
</td>
<td>
<input type="radio" name="WhichDisk" value="1"<?php if($WhichDisk == "1") echo "checked" ?>> MathXpert Algebra Assistant
</td>
</tr>
<tr>
<td>
<input type="radio" name="ProductType" value= "paid"<?php if($ProductType == "paid") echo "checked" ?> > I already have a serial number
</td>
<td>
</td>
</tr>
</table>
<p></p>
<input type="submit" name="Submit" value="Continue">
</p>
</form>
</div>
<?php include ('include/footer.php'); ?>
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists