function jumplawsrules(){
	//find out what is currently selected
	 var loc1=document.lawsrules.jumpMenu.options[document.lawsrules.jumpMenu.selectedIndex].text;
	//give the person the page they selected

//
     if (loc1 == "Discplinary/Other Procedures"){
          location="http://vtprofessionals.org/opr1/opr/oprbulls/bulldex.html";
          
     }else if (loc1 == "Administrative Rules"){
          location="http://www.vtprofessionals.org/opr1/opr/admnrule.html";
		  
	}else if (loc1 == "Laws"){
          location="http://www.vtprofessionals.org/opr1/opr/lawsall.html";
		  
	}else if (loc1 == "Individual Search"){
          location="http://www.sec.state.vt.us/seek/lrspseek.htm";

	}else if (loc1 == "Download Databases"){
          location="http://www.vtprofessionals.org/opr1/opr/oprdatabasedownload.html";

	}else if (loc1 == "Disciplinary Searches"){
          location="http://vtprofessionals.org/opr1/opr/pubs/press_search.html";

	}else if (loc1 == "View Press Releases"){
          location="http://www.vtprofessionals.org/opr1/opr/pubs/opress.html";


     }    
}


<!-- Jump Menu Routine for Forms and Reports" -->

//this function supports the UNIT jump menu
function jumpformsreports(){
	//find out what is currently selected
	 var loc1=document.formsreports.jumpMenu.options[document.formsreports.jumpMenu.selectedIndex].text;
	//give the person the page they selected

//
     if (loc1 == "Complaint Form"){
          location="http://www.vtprofessionals.org/opr1/opr/comform.html";
          
     }else if (loc1 == "Annual Reports"){
          location="http://vtprofessionals.org/opr1/opr/pubs/annual/18/rpttxt.html";
		  
	}else if (loc1 == "Sunrise Application"){
          location="http://www.vtprofessionals.org/opr1/opr/sunupapp.html";
		  
	}else if (loc1 == "Sunrise Reports"){
          location="http://vtprofessionals.org/downloads/sunrptdwn.html";

	}else if (loc1 == "How To Contact Us"){
          location="http://vtprofessionals.org/opr1/oprwhere.html";

	}else if (loc1 == "Members"){
          location="http://www.vtprofessionals.org/opr1/opr/who/boardex.html";

	}else if (loc1 == "Verifications"){
          location="http://www.vtprofessionals.org/opr1/opr/verify.html";
		  
	}else if (loc1 == "Meetings"){
          location="http://www.vtprofessionals.org/opr1/opr/ScheduledMeetings.htm";

     }    
}


<!-- Jump Menu Routine for Professions" -->

//this function supports the UNIT jump menu
function jumpprofessions(){
	//find out what is currently selected
	 var loc=document.professions.jumpMenu.options[document.professions.jumpMenu.selectedIndex].text;
	//give the person the page they selected
//
     if (loc == "Accountancy"){
          location="http://vtprofessionals.org/opr1/accountants/";
          
     }else if (loc == "Acupuncture"){
          location="http://vtprofessionals.org/opr1/acupuncturists/";
          
     }else if (loc == "Architecture"){
          location="http://vtprofessionals.org/opr1/architects/";
          
     }else if (loc == "Athletic Trainer"){
          location="http://vtprofessionals.org/opr1/athletic/";
          
     }else if (loc == "Auctioneer"){
          location="http://vtprofessionals.org/opr1/auctioneers/";
          
     }else if (loc == "Barber Cosmetology"){
          location="http://vtprofessionals.org/opr1/cosmetologists/";
          
     }else if (loc == "Boxing"){
          location="http://vtprofessionals.org/opr1/boxing/";
          
     }else if (loc == "Chiropractic"){
          location="http://vtprofessionals.org/opr1/chiropractors/";

     }else if (loc == "Crematory Establishment"){
          location="http://vtprofessionals.org/opr1/crematory/";
         
     }else if (loc == "Dental"){
          location="http://vtprofessionals.org/opr1/dentists/";
          
     }else if (loc == "Dietician"){
          location="http://vtprofessionals.org/opr1/dieticians/";
     
	 }else if (loc == "Drug & Alcohol Counselors"){
          location="http://www.state.vt.us/adap/index.htm";
	      
     }else if (loc == "Electrolysis"){
          location="http://vtprofessionals.org/opr1/electrologists/";
          
     }else if (loc == "Engineer"){
          location="http://vtprofessionals.org/opr1/engineers/";
          
     }else if (loc == "Funeral Service"){
          location="http://vtprofessionals.org/opr1/funeral/";
          
     }else if (loc == "Hearing Aid Dispenser"){
          location="http://vtprofessionals.org/opr1/hearing_aids/";
          
     }else if (loc == "Land Surveyor"){
          location="http://vtprofessionals.org/opr1/surveyors/";
          
     }else if (loc == "Marriage/Family Therapy"){
          location="http://vtprofessionals.org/opr1/allied/";
                    
     }else if (loc == "Mental Health Counselor"){
          location="http://vtprofessionals.org/opr1/allied/";
          
     }else if (loc == "Midwife, Licensed"){
          location="http://vtprofessionals.org/opr1/midwives/";
          
     }else if (loc == "Motor Vehicle Racing"){
          location="http://vtprofessionals.org/opr1/motor_racing/";
          
     }else if (loc == "Naturopath"){
          location="http://vtprofessionals.org/opr1/naturopaths/";
          
     }else if (loc == "Nursing"){
          location="http://vtprofessionals.org/opr1/nurses/";
          
     }else if (loc == "Nursing Home Administrator"){
          location="http://vtprofessionals.org/opr1/nursing_homes/";
          
     }else if (loc == "Occupational Therapy"){
          location="http://vtprofessionals.org/opr1/o_therapists/";
          
     }else if (loc == "Opticians"){
          location="http://vtprofessionals.org/opr1/opticians/";
          
     }else if (loc == "Optometry"){
          location="http://vtprofessionals.org/opr1/optometrists/";
          
     }else if (loc == "Osteopath"){
          location="http://vtprofessionals.org/opr1/osteopaths/";
          
     }else if (loc == "Pharmacy"){
          location="http://vtprofessionals.org/opr1/pharmacists/";
          
     }else if (loc == "Physical Therapy"){
          location="http://vtprofessionals.org/opr1/p_therapists/";
          
     }else if (loc == "Private Investigative/Security"){
          location="http://vtprofessionals.org/opr1/investigators/";
    
     }else if (loc == "Psychoanalysis"){
          location="http://vtprofessionals.org/opr1/analysts/";
          
     }else if (loc == "Psychology"){
          location="http://vtprofessionals.org/opr1/psychologists/";
          
     }else if (loc == "Psychotherapy"){
          location="http://vtprofessionals.org/opr1/allied/";
          
     }else if (loc == "Radiologic Technology"){
          location="http://vtprofessionals.org/opr1/radiologists/";
          
     }else if (loc == "Real Estate Appraiser"){
          location="http://vtprofessionals.org/opr1/appraisers/";
          
     }else if (loc == "Real Estate Broker/Salesperson"){
          location="http://vtprofessionals.org/opr1/real_estate/";
		  
	  }else if (loc == "Respiratory Care Practitioner"){
          location="http://vtprofessionals.org/opr1/r_therapists/";
          
     }else if (loc == "Social Worker"){
          location="http://vtprofessionals.org/opr1/social_workers/";
		  
	 }else if (loc == "Speech Language Pathologist & Audiologists"){
          location="http://www.state.vt.us/educ/new/html/licensing/slp_audiologist_licensure.html";
		         
     }else if (loc == "Tattooists/Body Piercers"){
          location="http://vtprofessionals.org/opr1/tattooists/";
          
     }else if (loc == "Veterinary"){
          location="http://vtprofessionals.org/opr1/veterinarians/";
          
     }else if (loc == "-----"){
          location="http://vtprofessionals.org/opr1/";
          
     }else if (loc == "-----"){
          location="http://vtprofessionals.org/opr1/";
          
     }    
}

