// JavaScript Document

function createFormLinks() {
	
	var formLinkHtml = '';
	
	formLinkHtml += '<h1>Forms</h1><p><strong>Test Request Form</strong><br /> '+
	'<a href="media/PDFLibrary/CBMForm_TestRequest 10-08-28.pdf" target="_blank">Click here to download the pdf</a>.</p><p><strong>New Client Form</strong><br />'+ 
	'<a href="media/PDFLibrary/CBMForm_NewClient.pdf" target="_blank">Click here to download the pdf</a>.</p><p>Please download, print and fax completed forms to 617.456.0801.</p>';
			
	document.getElementById('formLinks').innerHTML = formLinkHtml;
}



function createLiteratureLinks() {
	
	var literatureLinksHtml = '';
	
	literatureLinksHtml += '<h1>Literature Available for Downloading</h1><h2>PDFs to download:</h2><p class="UnbulletedList"> '+
	'<a href="media/PDFLibrary/Lit_CambridgeBiomedical_Brochure.pdf" target="_blank">Corporate Brochure</a><br />'+ 
	'<a href="media/PDFLibrary/Lit_CambridgeBiomedical_at_a_Glance.pdf" target="_blank">At A Glance</a><br />'+ 
	'<a href="media/PDFLibrary/Assay Development and Validation Services.pdf" target="_blank">Assay Development and Validation Services</a><br />'+ 
	'<a href="media/PDFLibrary/Lit_Instrument_Capabilities 10-1-21.pdf" target="_blank">Representative Instrument Capabilities</a><br />'+ 
	'<a href="media/PDFLibrary/Lit_Directory_of_Laboratory_Tests 10-04-23.pdf" target="_blank">Directory of Laboratory Tests</a><br />'+ 
	'<span class="Indent">Catalog of routine and esoteric testing</span><br />'+ 
	'<a href="dls_techbriefs.htm">Assay Technical Briefs</a><br />'+ 
	'<span class="Indent">Key elements of each Cambridge Biomedical assay</span><br />'+ 
	'<a href="cro_literature_whitepaper.cfm">Working with a CRO</a><br />'+ 
	
	'<span class="Indent">Please click on the link above and complete the online form to download the PDF.</span></p>'+ 
	'<p style="font-size:10px;">Literature is provided in PDF format.<br />Visit the <a href="http://get.adobe.com/reader/" target="_blank">Adobe website</a> to download the free Acrobat Reader.</p>';
	
			
	document.getElementById('literatureLinks').innerHTML = literatureLinksHtml;
}

function createFAQS() {
	
	var faqsHtml = '';
	
	faqsHtml += '<h1>Frequently Asked Questions</h1> '+
	'<h2 class="MultiLine">Shipping Containers<br />Is special packaging required to ship my samples to Cambridge Biomedical?</h2>'+ 
	'<p>Shipping containers should be chosen to assure the integrity of the sample is maintained during transportation. The specimen requirements for each assay will note the temperature conditions that must be maintained. It is also recommended to use an exterior box to protect the insulation of the container. Shipping samples in a single walled Styrofoam box increases the risk of failure. If the Styrofoam is damaged the ice or even samples can fall out through the hole and be lost. Placing the Styrofoam in a outer cardboard box increases the protection and minimizes exposure to the outside elements as well as assists in maintaining its integrity if damaged. For further information please contact us at customerservice@cambridgebiomedical.com.</p>'+ 
	'<h2 class="MultiLine">Shipping Times<br />How should I plan to ship my samples to Cambridge Biomedical?</h2>'+ 
	'<p>Cambridge Biomedical can accept samples at any time required by its customers. However, if receipt is required outside the normal business hours of Monday – Friday 8 AM to 6 PM EST, prior arrangements to shipping should be made with Cambridge Biomedical to ensure that the shipment is expected. Typically, overnight or second day air is recommended. Shipment days should be Sunday through Thursday. Note: when shipping second day air, please ensure that enough ice or dry ice is available for an extra day of shipping time than expected to assure the integrity of the sample is maintained if the shipment is delayed in transport.</p>'+ 
	'<h2 class="MultiLine">Checking Status<br />How do I check on the status of my samples?</h2>'+ 
	
	'<p>Cambridge Biomedical can provide a real time update on the status of samples provided. Please call our customer service group at 617.456.0800 and provide your company name, location of laboratory the shipment originated from, patient name and the patient ID number as well as the contact person and we will forward the requested information. If sending an e-mail, please forward the request to customer service at customerservice@cambridgebiomedical.com.</p>';
			
	document.getElementById('faqs').innerHTML = faqsHtml;
}


function createDirLabTests() {
	
	var dirLabTestsHtml = '';
	
	dirLabTestsHtml += '<h1>Directory of Laboratory Tests</h1> '+
	'<p>The Directory of Laboratory Tests catalogues our routine and selected esoteric tests.  The directory scope is broad and diverse, and is continually growing as we develop the new assays that our clients request. </p>'+ 
	'<p>If you do not see an assay you are interested in, please contact us at info@cambridgebiomedical.com.</p>'+ 
	'<p>The Directory of Laboratory Tests is provided in PDF format.</p>'+ 
	'<h2>Download Directory of Laboratory Tests</h2>'+ 
	
	'<h3><a href="media/PDFLibrary/Lit_Directory_of_Laboratory_Tests 10-04-23.pdf" target="_blank">Click here to download PDF</a></h3>'+
	'<p style="font-size:10px;">The Directory of Laboratory Tests is provided in PDF format.<br />Visit the <a href="http://get.adobe.com/reader/" target="_blank">Adobe website</a> to download the free Acrobat Reader.</p>';
			
	document.getElementById('dirLabTests').innerHTML = dirLabTestsHtml;
}


function createTechBriefs() {
	
	var techBriefsHtml = '';
	
	techBriefsHtml += '<h1>Technical Briefs</h1> '+
	'<p>Technical Briefs provide a summary of the key elements for each Cambridge Biomedical assay. Technical Briefs include high level descriptors for assay methodology and clinical significance, as well as detailed specifications such as specimen matrix, specimen stability, units and reference range.</p>'+ 
	'<h2>Click on assay name to download a PDF of the Technical Brief.</h2>'+ 
	'<!--[if IE 6]><br /><![endif]-->'+ 
	'<table id="ContactTable"><tr valign="top"><td class="Left"><p class="UnbulletedList">'+ 
	
	
	'<a href="media/PDFLibrary/TechBriefs/Adenosine Deaminase 10-03-12.pdf" target="_blank">Adenosine Deaminase</a><br />'+

    '<a href="media/PDFLibrary/TechBriefs/Albumin in Serum and CSF 10-03-12.pdf" target="_blank">Albumin in Serum and CSF</a><br />'+
	'<a href="media/PDFLibrary/TechBriefs/Alkaline Phosphatase Fractionation 10-03-12.pdf" target="_blank">Alkaline Phosphatase Fractionation</a><br />'+
    '<a href="media/PDFLibrary/TechBriefs/Alpha-Galactosidase 09-10-21.pdf" target="_blank">Alpha-Galactosidase</a><br />'+
    '<a href="media/PDFLibrary/TechBriefs/Antiphospholipid Antibodies 10-03-13.pdf" target="_blank">Antiphospholipid Antibodies</a><br />'+
	    '<a href="media/PDFLibrary/TechBriefs/Aspergillis Glactomannan 10-07-21.pdf" target="_blank">Aspergillis Galactomannan</a><br />'+
	'<a href="media/PDFLibrary/TechBriefs/Borrelia burgdorferi IgG and IgM Antibodies 10-03-12.pdf" target="_blank">Borrelia burgdorferi IgG and IgM Ab</a><br />'+
	'<a href="media/PDFLibrary/TechBriefs/Borrelia burgdorferi IgG and IgM Antibodies Index 10-03-12.pdf" target="_blank">Borrelia burgdorferi IgG and IgM Ab Index</a><br />'+
	'<a href="media/PDFLibrary/TechBriefs/C3a des Arg in Plasma by ELISA 10-03-12.pdf" target="_blank">C3a des Arg in Plasma by ELISA</a><br />'+
	'<a href="media/PDFLibrary/TechBriefs/C4a des Arg in Plasma by ELISA 10-03-12.pdf" target="_blank">C4a des Arg in Plasma by ELISA</a><br />'+
	'<a href="media/PDFLibrary/TechBriefs/C6 Borrelia burgdorferi-Lyme 10-03-12.pdf" target="_blank">C6 Borrelia burgdorferi-Lyme</a><br />'+
	'<a href="media/PDFLibrary/TechBriefs/C6 Peptide in CSF 10-03-12.pdf" target="_blank">C6 Peptide in CSF</a><br />'+
	'<a href="media/PDFLibrary/TechBriefs/Candida Immune Complex 10-07-02.pdf" target="_blank">Candida Immune Complex</a><br />'+	
	
	
	'<a href="media/PDFLibrary/TechBriefs/Staph Coag Negative 10-06-16.pdf" target="_blank">Coagulase Negative Staphylococcus Identification<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;and Antibiotic Susceptibility Testing</a><br />'+
	
	'<a href="media/PDFLibrary/TechBriefs/D-Lactate 10-06-11.pdf" target="_blank">D-Lactate</a><br />'+	


	'<a href="media/PDFLibrary/TechBriefs/Disaccharidases 10-05-05.pdf" target="_blank">Disaccharidases</a><br />'+
	'<a href="media/PDFLibrary/TechBriefs/Echo Virus.pdf" target="_blank">Echo Virus</a><br />'+	
	
	
	'<a href="media/PDFLibrary/TechBriefs/Endotoxin (Kinetic and Gel Clot).pdf" target="_blank">Endotoxin (Kinetic and Gel Clot)</a><br />'+

	'<a href="media/PDFLibrary/TechBriefs/Francisella tularensis IgG and IgM 10-03-13.pdf" target="_blank">Francisella tularensis IgG and IgM</a><br />'+
	'<a href="media/PDFLibrary/TechBriefs/Giardia Antibodies 10-03-12.pdf" target="_blank">Giardia Antibodies</a><br />'+
	'<a href="media/PDFLibrary/TechBriefs/Total Glutathione 10-05-20.pdf" target="_blank">Glutathione Total</a><br />'+
	'<a href="media/PDFLibrary/TechBriefs/Glycosaminoglycans in Urine 10-04-14.pdf" target="_blank">Glycosaminoglycans in Urine</a><br />'+
'<a href="media/PDFLibrary/TechBriefs/Hepatitis D 10-03-13.pdf" target="_blank">Hepatitis D IgG and Ag</a><br />'+	
'<a href="media/PDFLibrary/TechBriefs/Hepatitis E IgG and IgM 10-03-12.pdf" target="_blank">Hepatitis E IgG and IgM</a><br />'+
'<a href="media/PDFLibrary/TechBriefs/Total IgG and IgM Antibodies 10-03-13.pdf" target="_blank">IgG and IgM Antibodies Total</a><br />'+


	'</p></td><td class="Right"><p class="UnbulletedList">'+

'<a href="media/PDFLibrary/TechBriefs/Total IgG in Serum and CSF 10-03-13.pdf" target="_blank">IgG in Serum and CSF Total</a><br />'+
'<a href="media/PDFLibrary/TechBriefs/Total IgM in Serum and CSF 10-03-13.pdf" target="_blank">IgM in Serum and CSF Total</a><br />'+

'<a href="media/PDFLibrary/TechBriefs/Histoplasma capsulatum Antigen 10-03-12.pdf" target="_blank">Histoplasma capsulatum Antigen</a><br />'+
'<a href="media/PDFLibrary/TechBriefs/Human Placental Lactogen (hPL) 10-03-12.pdf" target="_blank">Human Placental Lactogen (hPL)</a><br />'+

'<a href="media/PDFLibrary/TechBriefs/Iron in Liver Tissue 10-03-12.pdf" target="_blank">Iron in Liver Tissue</a><br />'+
'<a href="media/PDFLibrary/TechBriefs/Lactoferrin 10-03-12.pdf" target="_blank">Lactoferrin</a><br />'+
'<a href="media/PDFLibrary/TechBriefs/Magnesium in Feces 10-03-12.pdf" target="_blank">Magnesium in Feces</a><br />'+
'<a href="media/PDFLibrary/TechBriefs/Melatonin 10-04-28.pdf" target="_blank">Melatonin</a><br />'+
'<a href="media/PDFLibrary/TechBriefs/Methemoglobin Reductase 10-03-12.pdf" target="_blank">Methemoglobin Reductase</a><br />'+

'<a href="media/PDFLibrary/TechBriefs/Mycoplasma by Q-PCR 10-03-13.pdf" target="_blank">Mycoplasma by Q-PCR</a><br />'+

'<a href="media/PDFLibrary/TechBriefs/Mycoplasma by Real Time PCR 10-03-13.pdf" target="_blank">Mycoplasma by Real Time PCR</a><br />'+

'<a href="media/PDFLibrary/TechBriefs/Mycoplasma pneumoniae IgA Antibodies 10-03-12.pdf" target="_blank">Mycoplasma pneumoniae IgA Ab</a><br />'+
'<a href="media/PDFLibrary/TechBriefs/Neurokinin A (Substance K) 10-03-13.pdf" target="_blank">Neurokinin A (Substance K)</a><br />'+
'<a href="media/PDFLibrary/TechBriefs/Pancreastatin 10-03-12.pdf" target="_blank">Pancreastatin</a><br />'+
	'<a href="media/PDFLibrary/TechBriefs/Fecal Porphyrins 10-03-12.pdf" target="_blank">Porphyrins - Fecal</a><br />'+
'<a href="media/PDFLibrary/TechBriefs/Porphyrins in Plasma (Total and Fractionation) 10-03-13.pdf" target="_blank">Porphyrins in Plasma (Total and Fractionation)</a><br />'+
'<a href="media/PDFLibrary/TechBriefs/Potassium, Sodium, and Chloride in Feces 10-03-13.pdf" target="_blank">Potassium, Sodium & Chloride in Feces</a><br />'+
'<a href="media/PDFLibrary/TechBriefs/Procalcitonin 10-06-11.pdf" target="_blank">Procalcitonin</a><br />'+
'<a href="media/PDFLibrary/TechBriefs/Rabies 10-07-02.pdf" target="_blank">Rabies</a><br />'+
'<a href="media/PDFLibrary/TechBriefs/Substance P 10-04-29.pdf" target="_blank">Substance P</a><br />'+





'<a href="media/PDFLibrary/TechBriefs/Human Transforming Growth Factor beta 1 10-03-13.pdf" target="_blank">Transforming Growth Factor beta 1</a><br />'+
'<a href="media/PDFLibrary/TechBriefs/Transglutaminase Antibodies 10-03-13.pdf" target="_blank">Transglutaminase Antibodies</a><br />'+
'<a href="media/PDFLibrary/TechBriefs/Vitamin B3 Niacin 10-03-12.pdf" target="_blank">Vitamin B3 Niacin</a><br />'+
'<a href="media/PDFLibrary/TechBriefs/Vitamin B5 Pantothenic Acid 10-03-12.pdf" target="_blank">Vitamin B5 Pantothenic Acid</a><br />'+
'<a href="media/PDFLibrary/TechBriefs/Vitamin B7 H Biotin 10-03-12.pdf" target="_blank">Vitamin B7 H Biotin</a><br />'+


	'</p></td></tr></table>	'+
	'<p style="font-size:10px;">Technical Briefs are provided in PDF format.<br />Visit the <a href="http://get.adobe.com/reader/" target="_blank">Adobe website</a> to download the free Acrobat Reader.</p>';

			
	document.getElementById('techBriefs').innerHTML = techBriefsHtml;
}


function createSpecialtyAssays() {
	
	var specialtyAssaysHtml = '';
	
	specialtyAssaysHtml += '<h1>Specialty Assays</h1> '+
	'<p>Specialty Assays are tests with complete validation packages that are available and scheduled upon request.</p>'+ 
	'<h2>List of Specialty Assays</h2>'+ 
	'<p>Click on the highlighted Assays to download the technical brief in PDF format.</p>'+ 
	'<table id="ContactTable"><tr valign="top"><td class="Left"><p class="UnbulletedList">'+ 
	
	
'<a href="media/PDFLibrary/SpecialtyAssay/Anti-Filaria IgG1 and IgG4 Antibodies.pdf" target="_blank">Anti-Filaria IgG1 and IgG4 Antibodies</a><br />'+
'<a href="media/PDFLibrary/SpecialtyAssay/Arthropod Identification.pdf" target="_blank">Arthropod Identification</a><br />'+
'<a href="media/PDFLibrary/SpecialtyAssay/AspirinWorks.pdf" target="_blank">AspirinWorks</a><br />'+
'<a href="media/PDFLibrary/SpecialtyAssay/Coccidioides Antibody.pdf" target="_blank">Coccidioides Antibody</a><br />'+
'<a href="media/PDFLibrary/SpecialtyAssay/Coenyzme Q10.pdf" target="_blank">Coenyzme Q10</a><br />'+
'<a href="media/PDFLibrary/SpecialtyAssay/Creatinine Analysis 10-03-12.pdf" target="_blank">Creatinine Analysis</a><br />'+
'<a href="media/PDFLibrary/SpecialtyAssay/Cytokine Profiling.pdf" target="_blank">Cytokine Profiling</a><br />'+
'<a href="media/PDFLibrary/SpecialtyAssay/Detection of Hepatitis B Virus by Q-PCR.pdf" target="_blank">Detection of Hepatitis B Virus by Q-PCR</a><br />'+
'<a href="media/PDFLibrary/SpecialtyAssay/Detection of HIV-1 by Q-PCR.pdf" target="_blank">Detection of HIV-1 by Q-PCR</a><br />'+
'<a href="media/PDFLibrary/SpecialtyAssay/Detection of HIV-2 by Q-PCR.pdf" target="_blank">Detection of HIV-2 by Q-PCR</a><br />'+
'<a href="media/PDFLibrary/SpecialtyAssay/IgA Subclasses.pdf" target="_blank">IgA Subclasses</a>'+	

	'</p></td><td class="Right"><p class="UnbulletedList">'+

'<a href="media/PDFLibrary/SpecialtyAssay/IgA Total in Serum.pdf" target="_blank">IgA Total in Serum</a><br />'+
'<a href="media/PDFLibrary/SpecialtyAssay/Interleukin 1-Beta in Serum.pdf" target="_blank">Interleukin 1-Beta in Serum</a><br />'+
'<a href="media/PDFLibrary/SpecialtyAssay/Interleukin 10.pdf" target="_blank">Interleukin 10</a><br />'+
'<a href="media/PDFLibrary/SpecialtyAssay/Isohemagglutinin Titer.pdf" target="_blank">Isohemagglutinin Titer</a><br />'+
'<a href="media/PDFLibrary/SpecialtyAssay/Oxidative Damage Panel.pdf" target="_blank">Oxidative Damage Panel</a><br />'+

'<a href="media/PDFLibrary/SpecialtyAssay/Proinsulin.pdf" target="_blank">Proinsulin</a><br />'+
'<a href="media/PDFLibrary/SpecialtyAssay/Protein S (Free and Total).pdf" target="_blank">Protein S (Free and Total)</a><br />'+

'<a href="media/PDFLibrary/SpecialtyAssay/Sterility 10-03-13.pdf" target="_blank">Sterility</a><br />'+
'<a href="media/PDFLibrary/SpecialtyAssay/Troponin T.pdf" target="_blank">Troponin T</a><br />'+
'<a href="media/PDFLibrary/SpecialtyAssay/Vitamin B1 Thiamine.pdf" target="_blank">Vitamin B1 Thiamine</a>'+


	'</p></td></tr></table>	'+
	'<p style="font-size:10px;">Specialty Assays are provided in PDF format.<br />Visit the <a href="http://get.adobe.com/reader/" target="_blank">Adobe website</a> to download the free Acrobat Reader.</p>';

			
	document.getElementById('specialtyAssays').innerHTML = specialtyAssaysHtml;
}
