/*

This is general information for all FSI webpages, written using javascripts on each page.


*/

function navbar() {
document.write("<a href='index.html'>");
document.write("Home");
document.write("</a>");
document.write("&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;");

document.write("<a href='products.htm'>");
document.write("Products");
document.write("</a>");
document.write("&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;");

document.write("<a href='wizard.htm'>");
document.write("Sperm Wizard");
document.write("</a>");
document.write("&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;");

document.write("<a href='about.htm'>");
document.write("About");
document.write("</a>");
document.write("&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;");

document.write("<a href='contact.htm'>");
document.write("Contact");
document.write("</a>");
document.write("&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;");
}

function productMenu() {
document.write('<table border="0px" style="width:350px;font-size:14pt" cellpadding="0px" cellspacing="0px">');
document.write('<tr>'+'<td>');
document.write('<a href="aqc103.htm">'+'Quality Control'+'</a>');
document.write('</td>'+'<td>');
document.write('<a href="lab101.htm">'+'Laboratory Reagents'+'</a>')
document.write('</td>'+'</tr>'+'<tr>'+'<td>');
document.write('<a href="at100.htm">'+'Training Materials'+'</a>')
document.write('</td>'+'<td>');
document.write('<a href="proficiency.htm">'+'Proficiency Challenge'+'</a>')
document.write('</td>'+'</tr>'+'<tr>'+'<td>');
document.write('<a href="referencelabs.htm">'+'Reference Labs'+'</a>');
document.write('</td>'+'<td>');
document.write('<a href="studies.htm">'+'Toxicology Studies'+'</a>');
document.write('</td>'+'</tr>');
document.write('</table>');
}


function trainingMenu() {
document.write('<table width="800px" border="0px" align="center" cellpadding="0" cellspacing="0">');
document.write('<tr>'+'<td>');

document.write('<a href="at100.htm">'+'The Andrology Trainer&trade; Second Edition'+'</a>');
document.write('</td>'+'<td>');
document.write('<a href="sw100.htm">'+'Sperm Wizard&trade; Dilution Troubleshooting Tool'+'</a>');
document.write('</td>'+'</tr>'+'<tr>'+'<td>');

document.write('<a href="at300.htm">'+'The Andrology Trainer&trade; Tech Pack'+'</a>');
document.write('</td>'+'<td>');
document.write('<a href="sw200.htm">'+'Sperm Wizard&trade; Semen Analysis Starter Pack'+'</a>');
document.write('</td>'+'</tr>'+'<tr>'+'<td>');

document.write('<a href="at500.htm">'+'The Andrology Trainer&trade; Training Pack'+'</a>');
document.write('</td>'+'<td>');
document.write('<a href="sw300.htm">'+'Sperm Wizard&trade; Morphology Training Program'+'</a>');
document.write('</td>'+'</tr>'+'<tr>'+'<td>');

document.write('<a href="sc102.htm">'+'Sperm Confirm&trade; Atlas'+'</a>');
document.write('</td>'+'<td>');
document.write('<a href="sw500.htm">'+'Sperm Morphology Smear Wizard'+'</a>');
document.write('</td>'+'</tr>'+'<tr>'+'<td>');

document.write('<a href="manuals.htm">'+'Procedure Manuals'+'</a>');
document.write('</td>'+'<td>');
document.write('');

document.write('</td>'+'</tr>');
document.write('</table>');
}


var address = "11811 Shaker Blvd, Suite 330&nbsp; &nbsp; &nbsp;   Cleveland  OH  44120  &nbsp; &nbsp; &nbsp; &nbsp;  216-491-0030 Phone  &nbsp; &nbsp; &nbsp; &nbsp;  216-491-0032 Fax";