function formHandler(){





var URL = document.form.site.options[document.form.site.selectedIndex].value;





window.location.href = "/rescources/calculators/php/"+URL;





}















































document.write('<form name="form">');























document.write('<select name="site" size=1>');























document.write('<option value="#">Ballisticians Corner Jump');























document.write('<option value="wound.php">Permanant Wound Channel');























document.write('<option value="penetration.php">Reletive Penetration');























document.write('<option value="thornily.php">Thornily Stopping Power');























document.write('<option value="taylor.php">Taylor KO');























document.write('<option value="energy.php">Foot-Pounds Energy');























document.write('<option value="recoil.php">Recoil');























document.write('<option value="powder.php">Loads Per Pound Powder');























document.write('<option value="density.php">Sectional Density');























document.write('<option value="cost.php">Cost Per Box');























document.write('<option value="roundball.php">Roundball Weight');























document.write('</select>');























document.write('<input type="button" value="Go" onClick="javascript:formHandler()">');























document.write('</form>');