// prohms menus

var staticTip = new TipObj('staticTip');
with (staticTip)
{
 // template
 template = '<table bgcolor="#39B54A" cellpadding="7" cellspacing="7" border="0">' +
  '<tr><td bgcolor="#ffffff" align="left" height="25" class="tipClass"><font size="2">%3%</font></td></tr>' +
  '</table>';


// about page
tips.prohms_vision = new Array(5, 5, 100,
'&gt;  <a href="prohms_vision">prohms\' vision</a><br />' +
'&gt;  <a href="why_prohms_healthcare">why prohms healthcare?</a><br />' +
'&gt;  <a href="what_is_occupational_health">what is occupational health?</a><br />' +
'&gt;  <a href="meet_the_staff">meet the staff</a><br />' +
'&gt;  <a href="mission_statement">mission statement</a><br />' +
'&gt;  <a href="our_core_values">our core values</a><br />'
);
 
// services - occupational health survielance
tips.occ_health_sur = new Array(5, 5, 100,
'&gt;  <a href="occupational_health_surveillance">occupational health surveillance</a><br />' +
'&gt;  <a href="mobile_health_screening_units">mobile health screening units</a><br />' +
'&gt;  <a href="hearing_lung_function_testing">hearing &amp; lung function testing</a><br />' +
'&gt;  <a href="vision_screening">vision screening</a><br />' +
'&gt;  <a href="pre_employment_medical_assessments">pre employment medical assessments</a><br />' +
'&gt;  <a href="driver_fork_lift_truck_driver_medicals">driver/fork lift truck driver medicals</a><br />' +
'&gt;  <a href="life_style_reviews">life style reviews</a><br />' +
'&gt;  <a href="pregnancy_assessments">pregnancy assessments</a><br />' +
'&gt;  <a href="cholesterol_testing">cholesterol testing</a><br />' +
'&gt;  <a href="blood_pressure_testing">blood pressure testing</a><br />' +
'&gt;  <a href="sickness_absence_management">sickness/absence management</a><br />' +
'&gt;  <a href="hand_arm_vibration_assessment">hand/arm vibration assessment</a><br />' +
'&gt;  <a href="occupational_health_doctor">occupational health doctor</a><br />' +
'&gt;  <a href="vocational_rehabilitation">vocational rehabilitation</a><br />' +
'&gt;  <a href="fitness_for_the_job">fitness for the job</a><br />' +
'&gt;  <a href="drug_alcohol_screening">drug &amp; alcohol screening</a><br />' +
'&gt;  <a href="ill_health_retirement_pension">ill health retirement/pension</a><br />' +
'&gt;  <a href="flu_vaccination_programmes">flu vaccination programmes</a><br />' 
);

// services - physio
tips.physio = new Array(5, 5, 100,
'&gt;  <a href="physio_ergonomics">physio &amp; ergonomics</a><br />' +
'&gt;  <a href="relaxation_alternative_therapies_sports_massage">relaxation, alternative therapies &amp; sports massage</a><br />' +
'&gt;  <a href="physiotherapy_acupuncture">physiotherapy &amp; acupuncture</a><br />' +
'&gt;  <a href="musculoskeletal_management">musculoskeletal management</a><br />' +
'&gt;  <a href="manual_handling_ergonomic_training">manual handling &amp; ergonomic training</a><br />' +
'&gt;  <a href="display_screen_equipment_assessment">display screen equipment assessment</a><br />' +
'&gt;  <a href="work_station_assessments">work station assessments</a><br />' 
);

// services - mental health
tips.mental_health = new Array(5, 5, 100,
'&gt;  <a href="mental_heath_wellbeing">mental heath &amp; wellbeing</a><br />' +
'&gt;  <a href="psychological_services">psychological services</a><br />' +
'&gt;  <a href="work_life_balance">work life balance</a><br />' +
'&gt;  <a href="counselling_cbt_support">counselling &amp; cbt support</a><br />' +
'&gt;  <a href="stress_audit_management">stress audit &amp; management</a><br />' +
'&gt;  <a href="motivation">motivation</a><br />'
);

// services - corp medical
tips.corp_medical = new Array(5, 5, 100,
'&gt;  <a href="corporate_medical">corporate medical</a><br />' +
'&gt;  <a href="legislation_compliance">legislation compliance</a><br />' 
);

// services - travel health
tips.travel_health = new Array(5, 5, 100,
'&gt;  <a href="travel_health">travel health</a><br />' +
'&gt;  <a href="pre-placement_assignment_health_assessments">pre-placement/assignment health assessments</a><br />' +
'&gt;  <a href="travel_medical_advice_immunisations">travel medical, advice &amp; immunisations</a><br />'
);

// services - personal injury
tips.personal_injury = new Array(5, 5, 100,
'&gt;  <a href="personal_injury">personal injury</a><br />' +
'&gt;  <a href="use_of_personal_protective_equipment_ppe">use of personal protective equipment (ppe)</a><br />' 
);

// services - training legal
tips.training_legal = new Array(5, 5, 100,
'&gt;  <a href="training_legal_assessments">training &amp; legal assessments</a><br />' +
'&gt;  <a href="safer_working_environment">safer working environment</a><br />' +
'&gt;  <a href="first_aid_training">first aid training</a><br />' +
'&gt;  <a href="health_safety_awareness">health &amp; safety awareness</a><br />' 
);

 tipStick = 0;
 hideDelay = 10;
}

