function ageneratelinks()
{
		degenerateall()	
		linkslayer.style.visibility = 'visible'

		linkslayer.innerHTML = "<br><a href=\"http://okhcf.ceat.okstate.edu/hospital/cvf.pdf\">Hospital HCF Contact Verification Form</a><hr width=\"150\"><a href=\"http://okhcf.ceat.okstate.edu/hospital/trrf.pdf\">Training Record Release Form</a><hr width=\"150\"><a href=\"http://okhcf.ceat.okstate.edu/hospital/paf.pdf\">Proctor Agreement Form </a><hr width=\"150\"><a href=\"javascript:degenerateall()\" onclick=\"degenerateall()\" ></a>"
		
}


function generatelinks()
{
		degenerateall()	
		linkslayer.style.visibility = 'visible'

		linkslayer.innerHTML = "<br><a href=\"http://www.osha.gov/dts/osta/bestpractices/firstreceivers_hospital.html\">Hospital 1st Receivers</a><hr width=\"150\"><a href=\"http://www.training.fema.gov/EMIWeb/IS/IS700.asp\">NIMS 700 Course</a><hr width=\"150\"><a href=\"http://outreach.okstate.edu\">Outreach Homepage </a><hr width=\"150\"><a href=\"http://www.osha.gov/pls/oshaweb/owadisp.show_document?p_table=STANDARDS&p_id=9765\">OSHA; Hazardous Waste Operations and Emergency Response </a><hr width=\"150\"><a href=\"http://www.bt.cdc.gov/agent/\">CDC Emergency Preparedness and Response Agents, Diseases, and Other Threats </a><hr width=\"150\"><a href=\"http://www.ahrq.gov/path/katrina.htm\">AHRQ Disaster Response Tools and Resources</a> <a href=\"javascript:degenerateall()\" onclick=\"degenerateall()\" ></a>"
		
}

function degenerateall()
{
	
	linkslayer.style.visibility = 'hidden'
	referencelayer.style.visibility = 'hidden'

}

function generatereference()
{
degenerateall()
referencelayer.style.visibility = 'visible'

referencelayer.innerHTML = "<br><a href=\"http://okhcf.ceat.okstate.edu/hospital/quick_ref/awareness.pdf\">Awareness</a><hr width=\"150\"><a href=\"http://okhcf.ceat.okstate.edu/hospital/quick_ref/operations.pdf\">Operations</a><hr width=\"150\"><a href=\"http://okhcf.ceat.okstate.edu/hospital/quick_ref/recertification.pdf\">Recertification</a>"

}


