ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html dir="LTR" lang="en"><head> <meta http-equiv="content-type" content="text/html; charset=UTF-16"> <head> <title>Newsletters, Tools and Articles</title> <meta http-equiv= refresh content= 0;url=http://www.kinneysshootingsupply.com > <base href="http://kinneysshootingsupply.com/"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> <a name="Mil Dot Instructions"></a> <!-- header //--> <table summary="" cellspacing="0" cellpadding="0" width="856" align="center" border="0" style="background-color:#EDEDED"> <tbody><tr><td> <table summary="Page Header" background="images/mule deer53.jpg" height="150" align="center" cellspacing="2" cellpadding="0" width="855" align="center" border="1"> <tbody> <tr height="98"><td> <br /><img src="images/kinneys.gif" alt="Kinneys Shooting Supply" width="300" height="80"> </td></tr> <table width="856" cellpadding="10" cellspacing="" border="3"> <tr><td align="center"> <font size="5"><b>Newsletters, Tools and Articles</b> <br /> </font><p border="5" align="middle"><font size="4"> <BODY> <!--Example drop down menu 1--> <b><u>Newsletters</u></b> <form name="form1"> <select name="select1" size="1" style="background-color:#FFFFD7" onChange="displaydesc(document.form1.select1, thetext1, 'textcontainer1')"> <option selected value="http://www.kinneysshootingsupply.com/newsletter_2009_09.htm">September 2009 </option> <option value="http://www.kinneysshootingsupply.com/newsletter_2009_10.htm">October 2009</option> </select> <input type="button" value="Go" onClick="jumptolink(document.form1.select1)"><br> <span id="textcontainer1" align="left" style="font:italic 13px Arial"></span> </form> <!--Example drop down menu 2--> <b><u>Tools</u></b> <br><br> <form name="form2"> <select name="select2" size="1" style="background-color:#E3FFDF" onChange="displaydesc(document.form2.select2, thetext2, 'textcontainer2')"> <option selected value="http://www.kinneysshootingsupply.com/inch_mm_conversion.htm">Inch to Millimeter Conversion Tool</option> <option value="http://www.sierrabullets.com/index.cfm?section=reloading&page=coefficients">Sierra Ballistic Coefficient Locator</option> <option value="http://www.hornady.com/ballistics/ballistics_calculator.php">The Hornady Ballistics Calculator</option> <option value="http://biggameinfo.com/BalCalcAdv.aspx">Big Game Info Ballistics Calculator</option></select> <input type="button" value="Go" onClick="jumptolink(document.form2.select2)"><br> <span id="textcontainer2" align="left" style="font:italic 13px Arial"></span> </form> <!--Example drop down menu 3--> <b><u>Articles and Instructions</u></b> <br /><br /> <form name="form3"> <select name="select3" size="1" style="background-color:#DDA0DD" onChange="displaydesc(document.form3.select3, thetext3, 'textcontainer3')"> <option selected value="http://www.kinneysshootingsupply.com/lrx_reticle_instructions.pdf">The LRX Reticle- How to Use It</option> <option value="http://www.kinneysshootingsupply.com/mildot_instructions.htm">The Mil Dot Reticle- How to Use It</option> <option selected value="http://www.kinneysshootingsupply.com/The TRE Reticle.pdf">The TRE Reticle- How to Use It</option> <input type="button" value="Go" onClick="jumptolink(document.form3.select3)"><br> <span id="textcontainer3" align="left" style="font:italic 13px Arial"></span> </form> <!--Example drop down menu 4--> <b><u>Charts</u></b> <br><br> <form name="form4"> <select name="select4" size="1" style="background-color:#ADD8E6" onChange="displaydesc(document.form4.select4, thetext4, 'textcontainer4')"> <option selected value="http://www.kinneysshootingsupply.com/target_distance_chart.pdf">Find Distance to Target</option> <option value="http://www.kinneysshootingsupply.com/mil_size_for_distance_chart.pdf">Find Size of Mils</option> <input type="button" value="Go" onClick="jumptolink(document.form4.select4)"><br> <span id="textcontainer4" align="left" style="font:italic 13px Arial"></span> </form> <!--IMPORTANT: Below script should always follow all of your HTML codes above, and never proceed them--> <!--To be safe, just add below script at the end of your page--> <script type="text/javascript"> /*********************************************** * Drop down menu w/ description- © Dynamic Drive (www.dynamicdrive.com) * This notice must stay intact for use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ //1) CUSTOMIZE TEXT DESCRIPTIONS FOR LINKS ABOVE var thetext1=new Array() thetext1[0]="Our September Newsletter" thetext1[1]="Our October Newsletter" /// You may define additional text arrays if you have multiple drop downs: var thetext2=new Array() thetext2[0]="Convert inches to mm or mm to inches" thetext2[1]="Sierra's ballistic coefficients for both rifle and pistol bullets" thetext2[2]="Hornaday's bullet drop and ballistics calculator" thetext2[3]="BigGameInfo.com's bullet drop and ballistics calculator" var thetext3=new Array() thetext3[0]="Instructions for the Nikko Stirling LRX reticle" thetext3[1]="An article on the use of the mil dot reticle" thetext3[2]="Instructions for the Leapers TRE reticle" var thetext4=new Array() thetext4[0]="Find the distance to the target by using the mil dot target size" thetext4[1]="Find the size of the target by using a known distance to the target" // Now, see 2) below for final customization step function displaydesc(which, descriptionarray, container){ if (document.getElementById) document.getElementById(container).innerHTML=descriptionarray[which.selectedIndex] } function jumptolink(what){ var selectedopt=what.options[what.selectedIndex] if (document.getElementById && selectedopt.getAttribute("target")=="newwin") window.open(selectedopt.value) else window.location=selectedopt.value } //2) Call function displaydesc() for each drop down menu you have on the page // This function displays the initial description for the selected menu item // displaydesc(name of select menu, name of corresponding text array, ID of SPAN container tag): // Important: Remove the calls not in use (ie: 2nd line below if there's only 1 menu on your page) displaydesc(document.form1.select1, thetext1, 'textcontainer1') displaydesc(document.form2.select2, thetext2, 'textcontainer2') displaydesc(document.form3.select3, thetext3, 'textcontainer3') displaydesc(document.form4.select4, thetext4, 'textcontainer4') </script> <br /> <!-- footer //--> <tr> <td align="center" class="main">Kinney's Shooting Supply, LLC<br /> (336) 813-8282<br /> <a href="mailto:shooting@kinneys.net">Email Us</a><br /> <a href="http://www.kinneysshootingsupply.com/">Or Visit our Site</a> <br /> <br /> Copyright &copy; 2009 - Kinney's Shooting Supply</td> </tr></tbody></table> <!-- footer_eof //--><br /> </body></html>