function goThere() {
  var x=document.exams.examselect.options[document.exams.examselect.selectedIndex].value;	
  location.href=x;
  return;
}

function examsList() {
  document.write("<form class=\"nopadding\" name=\"exams\"><select name=\"examselect\" onChange=\"goThere()\">");
  document.write("<option value=\"#\">Select Exam</option>");
	  document.write("<option value=\"/education/certification-accreditation/certified-architect-ficon/index.page\">Certified Architect for FICON</option>");
	  document.write("<option value=\"/education/certification-accreditation/certified-ethernet-fabric-engineer/index.page\">Certified Ethernet Fabric Engineer</option>");	
	  document.write("<option value=\"/education/certification-accreditation/certified-fabric-administrator-16-gbps/index.page\">Certified Fabric Administrator 16 Gbps</option>");
	  document.write("<option value=\"/education/certification-accreditation/certified-fabric-professional-16-gbps/index.page\">Certified Fabric Professional 16 Gbps</option>");
	  document.write("<option value=\"/education/certification-accreditation/certified-fabric-designer/index.page\">Certified Fabric Designer</option>");
	  document.write("<option value=\"/education/certification-accreditation/certified-FCoE-professional/index.page\">Certified FCoE Professional</option>");
	  document.write("<option value=\"/education/certification-accreditation/certified-layer-4-7-engineer/index.page\">Certified Layer 4-7 Engineer</option>");
	  document.write("<option value=\"/education/certification-accreditation/certified-layer-4-7-professional/index.page\">Certified Layer 4-7 Professional</option>");
	  document.write("<option value=\"/education/certification-accreditation/certified-network-designer/index.page\">Certified Network Designer</option>");
	  document.write("<option value=\"/education/certification-accreditation/certified-network-engineer/index.page\">Certified Network Engineer</option>");
	  document.write("<option value=\"/education/certification-accreditation/certified-network-professional/index.page\">Certified Network Professional</option>");
	  document.write("<option value=\"/education/certification-accreditation/certified-service-provider-network-engineer/index.page\">Certified Service Provider Network Engineer</option>");
		 
	  document.write("<option value=\"/education/certification-accreditation/accredited-data-center-specialist/index.page\">Accredited Data Center Specialist</option>");
	  document.write("<option value=\"/education/certification-accreditation/accredited-FCoE-specialist/index.page\">Accredited FCoE Specialist</option>");
	  document.write("<option value=\"/education/certification-accreditation/accredited-ficon-specialist/index.page\">Accredited FICON Specialist</option>");
	  document.write("<option value=\"/education/certification-accreditation/accredited_internetworking/index.page\">Accredited Internetworking Specialist</option>");   
	  document.write("<option value=\"/education/certification-accreditation/accredited_server_connectivity/index.page\">Accredited Server Connectivity Specialist </option>");       
	  document.write("<option value=\"/education/certification-accreditation/accredited_support/index.page\">Accredited Technical Support Specialist</option>");
	  document.write("<option value=\"/education/certification-accreditation/accredited-wlan-specialist/index.page\">Accredited WLAN Specialist</option>");
	  document.write("</select></form>");
}
