function init() {
	if (TransMenu.isSupported()) {
		TransMenu.initialize();
		menu_services.onactivate = function() {document.getElementById('services').className = 'hover'; };
		menu_services.ondeactivate = function() {document.getElementById('services').className = ''; };

	}
}

if (TransMenu.isSupported()) {
	var ms = new TransMenuSet(TransMenu.direction.down, 1, 0, TransMenu.reference.bottomLeft);

	var menu_services = ms.addMenu(document.getElementById("services"));
		menu_services.addItem("Orthopedic Therapy","http://www.activcarept.com//orthopedic.htm","");
		menu_services.addItem("Neck/Back Therapy","http://www.activcarept.com//backneckpain.htm","");
		menu_services.addItem("Geriatric Therapy","http://www.activcarept.com//geriatrics.htm","");
		menu_services.addItem("Pain Management","http://www.activcarept.com//painmanagement.htm","");
		menu_services.addItem("Women's Health","http://www.activcarept.com//womenshealth.htm","");
		menu_services.addItem("Men's Health","http://www.activcarept.com//menshealth.htm","");
		menu_services.addItem("Neurological Rehab","http://www.activcarept.com//neurological.htm","");
		menu_services.addItem("Balance and Vestibular Therapy","http://www.activcarept.com//vestibularbalance.htm","");
		menu_services.addItem("Sports Medicine","http://www.activcarept.com//sportsmedicine.htm","");
		menu_services.addItem("Lymphedema ","http://www.activcarept.com//Lymphadema.htm","");
		menu_services.addItem("Oncology","http://www.activcarept.com//Oncology.htm","");
		menu_services.addItem("Cardio Conditioning","http://www.activcarept.com//cardiologydeconditioning.htm","");

	TransMenu.renderAll();
}
