
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=500            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#8BB900";
oncolor="#515151";
offbgcolor="#0099CC";
offcolor="#FFFFFF";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=75;
left=02;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=/MAIN1b.html;");
aI("text=Practice Information;showmenu=PracInfo;");
aI("text=How do I?;showmenu=HowdoI;");
aI("text=Meet the Team;showmenu=Meettheteam;");
aI("text=Local Links;showmenu=Local Links;");
aI("text=Other;showmenu=Other;");
aI("text=Practice Game Station;showmenu=PGS;");
}

with(milonic=new menuname("PracInfo")){
style=menuStyle;
overflow="scroll";
aI("text=Interpretation Service/Address;url=/interpretation_service.htm;");
aI("text=Practice Location/Address;url=/location.htm;");
aI("text=Practice Opening Hours;url=/practice_hours.htm;");
aI("text=Services Offered by the Practice;showmenu=Services;");
aI("text=Practice Overview;url=/overview.htm;");
aI("text=Practice Vacancies;url=/currentvacancies.htm;");
aI("text=Practice News;url=/practice-news.html;");
aI("text=Practice Projects (W.I.P.);url=/;");
aI("text=G.P.Training;url=/gp_training.htm;");
aI("text=Fees for Non NHS Services;url=/nhs_feesNOTAVAIL.htm;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
overflow="scroll";
aI("text=Antenatal;url=/services/services.htm#Antenatal");
aI("text=Asthma;url=/services/services.htm#Asthma");
aI("text=Blood Test;url=/services/services.htm#Blood Test");
aI("text=C.H.D. Clinic;url=/services/services.htm#C.H.D. Clinic");
aI("text=Child Health and Immunisations;url=/services/services.htm#Child Health and Immunisations");
aI("text=C.O.P.D. Clinic;url=/services/services.htm#C.O.P.D. Clinic");
aI("text=Cryotherapy (Wart) Clinic;url=/services/services.htm#Cryotherapy (Wart) Clinic");
aI("text=Diabetic Clinic;url=/services/services.htm#Diabetic Clinic");
aI("text=Dispensary;url=/services/services.htm#Dispensary");
aI("text=Family Planning;url=/services/services.htm#Family Planning");
aI("text=Flu Clinic;url=/services/services.htm#Flu Clinic");
aI("text=High Blood Pressure Review;url=/services/services.htm#Blood Pressure Review");
aI("text=Minor Illness Clinic;url=/services/services.htm#Minor Illness Clinic");
aI("text=Minor Surgery;url=/services/services.htm#Minor Surgery");
aI("text=Non NHS Services;url=/services/services.htm#Non NHS Services");
aI("text=Research Projects;url=/services/services.htm#Research Projects");
aI("text=Stopping Smoking;url=/services/services.htm#Stopping Smoking");
aI("text=Travel Advice;url=/services/services.htm#Travel");
}

with(milonic=new menuname("HowdoI")){
style=menuStyle;
aI("text=Make an Appointment;url=/routine.htm;");
aI("text=Receive a Home Visit;url=/home_visits.htm;");
aI("text=Check if my G.P. is working from the surgery today;url=/DrlocationChart.htm;");
aI("text=Talk to my G.P. by Phone;url=/telephone_calls.htm;");
aI("text=Get seen by a G.P. out of hours;url=/out_of_hours.htm;");
aI("text=Obtain a Repeat Prescription;showmenu=Script;");
aI("text=Register With the Practice;url=/registration.htm;");
aI("text=Contact a Health Visitor;url=/Health Visitors.htm;");
}

with(milonic=new menuname("Script")){
style=menuStyle;
aI("text=Post/in Practice;url=/by_hand.htm;");
aI("text=Fax;url=/by_fax.htm;");
aI("text=On-Line/e-mail;url=/repeatform.htm;");
}

with(milonic=new menuname("Meettheteam")){
style=menuStyle;
aI("text=Doctors;showmenu=Doctors;");
aI("text=Practice Manager;url=/meettheteam/Practice_Manager.htm;");
aI("text=Practice Nursing Team;showmenu=Nurses;");
aI("text=Practice Staff;showmenu=Practice Staff;");
aI("text=District Nursing Team;url=/meettheteam/dn's.htm;");
aI("text=Health Visitors;showmenu=Health Visitors;");
}

with(milonic=new menuname("Doctors")){
style=menuStyle;
aI("text=Dr Vernon;url=/meettheteam/vernon.htm;");
aI("text=Dr Hughes;url=/meettheteam/hughes.htm;");
aI("text=Dr Paul;url=/meettheteam/hanspaul.htm;");
aI("text=Dr Walker;url=/meettheteam/EWalker.htm;");
aI("text=Dr Henry;url=/meettheteam/Henry.htm;");
aI("text=Dr Miller;url=/meettheteam/Dmiller.htm;");
aI("text=Dr Hance;url=/meettheteam/VHance.htm;");
aI("text=Dr Cornell;url=/meettheteam/Jcornell.htm;");
aI("text=Dr Arnold;url=/meettheteam/JArnold.htm;");
aI("text=Dr Beswick;url=/meettheteam/RBeswick.htm;");
}

with(milonic=new menuname("Nurses")){
style=menuStyle;
aI("text=Anne Hedley;url=/meettheteam/AnneHedley.htm;");
aI("text=Hannah Fussell;url=/meettheteam/HannahFussell.htm;");
aI("text=Kathryn McDermott;url=/meettheteam/KathrynMcDermott.htm;");
aI("text=Pippa Lamb;url=/meettheteam/PippaLamb.htm;");
aI("text=Ruth Varley;url=/meettheteam/RuthVarley.htm;");
aI("text=Sandra Wren;url=/meettheteam/SandraWren.htm;");
aI("text=Helen Black;url=/meettheteam/HelenBlack.htm;");
aI("text=Jacqui Mullins;url=/meettheteam/JacquiMullins.htm;");
}

with(milonic=new menuname("Practice Staff")){
style=menuStyle;
overflow="scroll";
aI("text=Andrea Brooker - Receptionist;url=/meettheteam/AndreaBrooker.htm;");
aI("text=Andrew Knight - IT Manager;url=/meettheteam/Aknight.htm;");
aI("text=Beryl Gapper - Reception Manager;url=/meettheteam/BerylGapper.htm;");
aI("text=Carol Setten - Receptionist;url=/meettheteam/CarolSetten.htm;");
aI("text=Caroline Stammers - Receptionist;url=/meettheteam/CarolineStammers.htm;");
aI("text=Deborah DeTisi - Dispensary;url=/meettheteam/DeborahDeTisi.htm;");
aI("text=Fiona Edwards - Practice Administrator;url=/meettheteam/FionaEdwards.htm;");
aI("text=Hanna Gamble - Registrations;url=/meettheteam/HannaGamble.htm;");
aI("text=Heather Bale - Receptionist;url=/meettheteam/HeatherBale.htm;");
aI("text=Jan Lowden - Receptionist;url=/meettheteam/JanLowden.htm;");
aI("text=Jo Havard - Home Delivery;url=/meettheteam/JoHavard.htm;");
aI("text=Jo Spicer - Admin;url=/meettheteam/JoSpicer.htm;");
aI("text=Julie Reed - Dispensary;url=/meettheteam/JulieReed.htm;");
aI("text=Kim Wise - Receptionist;url=/meettheteam/KimWise.htm;");
aI("text=Mandy Bachelor - Admin;url=/meettheteam/MandyBachelor.htm;");
aI("text=Marilyn England - Receptionist;url=/meettheteam/MarilynEngland.htm;");
aI("text=Maxine Berry - Dispensary;url=/meettheteam/MaxineBerry.htm;");
aI("text=Patti Akers - Admin;url=/meettheteam/PattiAkers.htm;");
aI("text=Patricia Wild - Receptionist;url=/meettheteam/PatriciaWild.htm;");
aI("text=Sally Murrell - Medical Secretary;url=/meettheteam/SallyMurrell.htm;");
aI("text=Samantha Bernstein - Receptionist;url=/meettheteam/SamBernstein.htm;");
aI("text=Sharon Strachan - Medical Secretary;url=/meettheteam/SharonStrachan.htm;");
aI("text=Sonia Stanier - Finance;url=/meettheteam/SoniaStanier.htm;");
aI("text=Sue King - Receptionist;url=/meettheteam/SueKing.htm;");
aI("text=Teresa Lock - Dispensary;url=/meettheteam/TeresaLock.htm;");
aI("text=Trisha Mitchell - Medical Secretary;url=/meettheteam/TrishaMitchell.htm;");
}

with(milonic=new menuname("Health Visitors")){
style=menuStyle;
aI("text=Amanda Spires;url=/meettheteam/AmandaSpiers.htm;");
aI("text=Catherine Ebbs;url=/meettheteam/CatherineEbbs.htm;");
aI("text=Helen Galsworthy;url=/meettheteam/HelenGalsworthy.htm;");
aI("text=Liz Farley-Hills;url=/meettheteam/LizFarley-Hills.htm;");
}

with(milonic=new menuname("Local Links")){
style=menuStyle;
overflow="scroll";
aI("text=LOCAL MEDICAL;");
aI("text=Mental Health Advice;url=http://www.oxfordshirementalhealth.nhs.uk/otherservices/advice.htm;");
aI("text=Pilates - Lesley Brett;url=http://www.oxfordshire.co.uk/data/006715.html;");
aI("text=Hightone-Fitness;url=http://www.hightone-fitness.co.uk/;status=PHP - Web Server Scripting as used by Milonic;");
aI("text=LOCAL OTHER;");
aI("text=Wallingford Weather;url=http://www.bbc.co.uk/weather/5day.shtml?id=2936/;status=Wallingford Weather;");
aI("text=Wallingford Directory;url=http://www.wallingford-oxon.net/;");
aI("text=Wallingford History;url=http://www.townsinbritain.co.uk/oxfordshireattractions/wallingford.html;");
aI("text=South Oxfordshire District Council;url=http://www.southoxon.gov.uk;");
aI("text=Oxford Bus;url=http://www.oxfordbus.co.uk;");
}

with(milonic=new menuname("Other")){
style=menuStyle;
overflow="scroll";
aI("text=MEDICAL LINKS;");
aI("text=Asthma UK;url=http://www.asthma.org.uk/index.html;");
aI("text=Baby Centre;url=http://www.babycentre.co.uk;");
aI("text=Best Treatments;url=http://www.besttreatments.co.uk/btuk/home.jsp");
aI("text=British Heart Foundation;url=http://www.bhf.org.uk/");
aI("text=Department of Health - Travel Advice;url=http://www.dh.gov.uk/PolicyAndGuidance/HealthAdviceForTravellers/fs/en");
aI("text=Diabetes UK;url=http://www.diabetes.org.uk;");
aI("text=MASTA - Travel Advice;url=http://www.masta.org;");
aI("text=Net Doctor;url=http://www.netdoctor.co.uk/travel/vaccines_index.shtml");
aI("text=NHS Direct;url=http://www.nhsdirect.nhs.uk;");
aI("text=Patient UK;url=http://www.patient.co.uk;");
aI("text=Substance Misuse UK;url=http://www.evolveoxon.co.uk/");
aI("text=OTHER LINKS;");
aI("text=Altavista search;url=http://www.nhsdirect.nhs.uk;");
aI("text=BT Directory Enquiries;url=http://www2.bt.com/edq_resnamesearch?namespace=coexistence;status=Find a Number that's in the Phone Book");
aI("text=Citizens Advice Bureaux;url=http://www.citizensadvice.org.uk;");
aI("text=National Rail;url=http://www.nationalrail.co.uk/;status=For the latest train times");
aI("text=StreetMap;url=http://www.streetmap.co.uk;");
}

with(milonic=new menuname("PGS")){
style=menuStyle;
overflow="scroll";
aI("text=Practice Games;url=http://www.wallingfordmedicalpractice.co.uk/FunandGames/gamestation.htm;");
}

with(milonic=new menuname(" ")){
style=menuStyle;
margin=20;
aI("text=Login;url=http://www.milonic.com/login.php;");
aI("text=Licenses;url=http://www.milonic.com/mylicenses.php;");
aI("text=Invoices;url=http://www.milonic.com/myinvoices.php;");
aI("text=Make Support Request;url=http://www.milonic.com/reqsupport.php;");
aI("text=View Support Requests;url=http://www.milonic.com/mysupport.php;");
aI("text=Your Details;url=http://www.milonic.com/mydetails.php;");
}

with(milonic=new menuname("Anti Spam")){
style=menuStyle;
aI("text=Spam Cop;url=http://www.spamcop.net/;");
aI("text=Mime Defang;url=http://www.mimedefang.org/;");
aI("text=Spam Assassin;url=http://www.spamassassin.org/;");
}

drawMenus();

