<!--
// Instructions for loading pdf files
function loadPdfInstructions ()
{
  document.write ('<font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#FFFFFF">');
  document.write ('To read this .pdf file, you must have Adobe Reader&reg;.<br>');
  document.write ('We recommend you save the file onto your computer<br>&nbsp;&nbsp;for the best viewing. Here\'s how:<br>');
  document.write ('<font color="#FFFF00">MAC: </font>Click or control click over the link.<br>');
  document.write ('&nbsp;&nbsp;&nbsp;Then select "Source" under format and click "Save As".<br>');
  document.write ('<font color="#FFFF00">PC:  </font>Right click over the link and left click on "Save Target [Link] As"<br>');
  document.write ('&nbsp;&nbsp;&nbsp;Then select your desired folder and click "Save"<br><br>');
  document.write ('Those who do not have Adobe Reader&reg;<br>&nbsp;&nbsp;can download the plug-in by clicking on this button:<br>');
  document.write ('<a href="http://www.adobe.com/products/acrobat/readstep.html">');
  document.write ('http://www.adobe.com/products/acrobat/readstep.html</a><br>');
  document.write ('Then click on the icon and follow the instructions.');
  document.write ('</font><br><br>');
}
//-->
