// JavaScript Document

//Custom Jump Menu

function goPage(form){
	var i = form.jumpMenu.selectedIndex;
	if (i !=0) {
		window.location = urls[i];
		}
	}


// THESE VALUES ARE USED BY JUMP MENU 
var pages = new Array(
	"- Quick Links -",
	"Common Questions",
	"Company Info and HIstory",
	"Contact Us",
	"Corporate Officers",
	"Correctional Services",
	"Discount Savings Card",
	"Employment",
	"Find a pharmacy",
	"IV Solutions",
	"Log-in",
	"Maxor Pharmacies",
	"Maxor Pharmacy Management",
	"Maxor Pharmacy Consulting Services",
	"MaxorPlus",
	"MaxorPlus Members",
	"Maxor Specialty",
	"New prescriptions",
	"Patient Education",
	"Prescription refills",
	"Press Releases",
	"Privacy Statement",
	"Register",
	"US Family Health Plan Members");
var urls = new Array(
	"",
	"http://maxor.johnattebury.com/common_questions.shtml",
	"http://www.maxor.com/company_information.shtml",
	"https://maxsource.maxor.com/contact_us.aspx",
	"http://www.maxor.com/corporate_officers.shtml",
	"http://www.maxor.com/correctional/",
	"http://www.maxor.com/pharmacy/max_rx.shtml",
	"http://www.maxor.com/employment.shtml",
	"http://www.maxor.com/pharmacy/find_a_pharmacy.shtml",
	"http://www.ivsolutions.com/index.aspx",
	"https://maxsource.maxor.com/HTPatProfileFE/HtPatProfileLogin.aspx",
	"http://www.maxor.com/pharmacy/",
	"http://www.maxorspecialty.com/index.aspx",
	"http://www.maxor.com/pharmacy/new_prescriptions.shtml",
	"http://www.maxor.com/patienteducation.shtml",
	"https://maxsource.maxor.com/pharmacy/refill.aspx",
	"http://www.maxor.com/press_releases.shtml",
	"http://www.maxor.com/privacy_practices/maxor_notice_of_privacy_practices.pdf",
	"https://maxsource.maxor.com/HTPatProfileFE/HTPatProfileRegister.aspx",
	"http://www.maxor.com/pharmacy/");