/*****************************************************************************
Copyright (c) 2001 Thomas Brattli (webmaster@dhtmlcentral.com)
DHTML coolMenus - Get it at coolmenus.dhtmlcentral.com
Version 4.0_beta
This script can be used freely as long as all copyright messages are intact.
Ref: http://www.dhtmlcentral.com/projects/coolmenus/reference.asp?m=35
******************************************************************************/

//menu object creation
oM=new makeCM("oM");

//menu properties
oM.pxBetween=0;
oM.fromTop=230;
oM.fromLeft=0;
oM.wait=800;
oM.resizeCheck=1;
oM.zIndex=0;
oM.menuPlacement="left";
oM.rows=0;
oM.onlineRoot="";
oM.offlineRoot="file:///K|/customers/SCH/www/internet/redevelopment/sch_remix/";
oM.fillImg="/images/cm_fill.gif";

// background bar properties
oM.useBar=0;
oM.barWidth="100%";
oM.barHeight="menu";
oM.barX=0;
oM.barY="menu";
oM.barClass="clBar";
oM.barBorderX=0;
oM.barBorderY=0;
oM.barBorderClass="";

// level properties
// oM.level[x]=new cm_makeLevel(width, height, regClass, overClass, borderX, borderY, borderClass, rows, align, offsetX, offsetY, arrow, arrowWidth, arrowHeight)
oM.level[0]=new cm_makeLevel(148,20,"clT","clTover",1,1,"clB",0,"right",1,0,0,0,0);
oM.level[1]=new cm_makeLevel(210,20,"clS","clSover",1,1,"clB",0,"right",1,0,"/images/menu_arrow.gif",10,9);
oM.level[2]=new cm_makeLevel(280,20,"clS2","clS2over");
oM.level[3]=new cm_makeLevel(160,20);

// item properties
// oM.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout)
oM.makeMenu('m0','m','Home','/','','','');
//
oM.makeMenu('m5','m','General Information','/general/','','','');
oM.makeMenu('m10','m5','Welcome Message','/general/#welcome','','','');
//
oM.makeMenu('m15','m5','About Us','/general/about/','','','');
oM.makeMenu('m20','m15','Introduction','/general/about/#introduction','','','');
oM.makeMenu('m25','m15','Children First and Foremost','/general/about/#first_and_foremost','','','');
oM.makeMenu('m30','m15','Mission, Vision and Strategic Plan','/general/about/#mission_vision','','','');
oM.makeMenu('m35','m15','Our Beginnings','/general/about/#our_beginnings','','','');
oM.makeMenu('m40','m15','World Leaders','/general/about/#world_leaders','','','');
oM.makeMenu('m45','m15','Our Care','/general/about/#our_care','','','');
oM.makeMenu('m50','m15','A Hospital Designed for Children','/general/about/#designed_for_children','','','');
oM.makeMenu('m55','m15','Teaching Hospital','/general/about/#teaching','','','');
oM.makeMenu('m60','m15','What We Do','/general/about/#what_we_do','','','');
//
oM.makeMenu('m75','m5','Your Stay in Hospital','/general/stay/','','','');
oM.makeMenu('m80','m75','Welcome','/general/stay/#welcome','','','');
oM.makeMenu('m85','m75','What to Bring to Hospital','/general/stay/#what_to_bring','','','');
oM.makeMenu('m90','m75','Surgery','/general/stay/#surgery','','','');
oM.makeMenu('m95','m75','Patient Safety','/general/stay/#safety','','','');
oM.makeMenu('m100','m75','Hospital Fees and Charges','/general/stay/#fees_charges','','','');
oM.makeMenu('m105','m75','Parent/Carer Accomodation','/general/stay/#accommodation','','','');
//
oM.makeMenu('m120','m5','Visiting the Hospital','/general/visit/','','','');
oM.makeMenu('m125','m120','Visiting Hours','/general/visit/#visiting_hours','','','');
oM.makeMenu('m130','m120','Visitor/Patient Parking','/general/visit/#parking','','','');
oM.makeMenu('m135','m120','Bus Routes','/general/visit/#bus_routes','','','');
oM.makeMenu('m140','m120','Maps & Directions','/general/visit/#maps_directions','','','');
//
oM.makeMenu('m160','m5','Hospital Facilities','/general/facilities/','','','');
oM.makeMenu('m165','m160','Interpreter Service','/general/facilities/#interpreter','','','');
oM.makeMenu('m170','m160','Foundation Shop','/general/facilities/#foundation_shop','','','');
oM.makeMenu('m175','m160','Food Outlets','/general/facilities/#food_outlets','','','');
oM.makeMenu('m177','m160','Pharmacy','/general/facilities/#pharmacy','','','');
oM.makeMenu('m180','m160','Home Equipment Lending Service','/general/facilities/#help','','','');
oM.makeMenu('m185','m160','Chaplaincy Services','/general/facilities/#chaplaincy','','','');
oM.makeMenu('m190','m160','Starlight Express Room','/general/facilities/#starlight','','','');
oM.makeMenu('m195','m160','Recreation and Play Therapy','/general/facilities/#play_therapy','','','');
oM.makeMenu('m200','m160','Hospital School','/general/facilities/#school','','','');
oM.makeMenu('m205','m160','Phones','/general/facilities/#phones','','','');
//
oM.makeMenu('m220','m5','Consumer','/general/consumer/','','','');
oM.makeMenu('m225','m220','Patient Friend','/general/consumer/#patient_friend','','','');
oM.makeMenu('m230','m220','Confidentiality','/general/consumer/#confidentiality','','','');
oM.makeMenu('m235','m220','Rights and Responsibilities','/general/consumer/#rights_responsibilities','','','');
oM.makeMenu('m240','m220','Privacy','/general/site/privacy/','','','');
oM.makeMenu('m244','m220','Consumer Support','/general/consumer/#consumer_support','','','');
oM.makeMenu('m245','m220','Parent Consumer Council','/general/consumer/#pcc','','','');
//
oM.makeMenu('m250','m5','Patient Enquiries','/general/#enquiries','','','');
oM.makeMenu('m255','m5','Volunteers','/general/#volunteers','','','');
oM.makeMenu('m257','m5','Links','/links/','','','');
oM.makeMenu('m258','m5','Take a Virtual Tour','/vt/','','','');
oM.makeMenu('m259','m5','Patient Held Record','/general/patient_held_record/','','','');
//
oM.makeMenu('m260','m5','About This Web Site','/general/site/','','','');
oM.makeMenu('m265','m260','Web Site Disclaimer','/general/site/disclaimer/','','','');
oM.makeMenu('m266','m260','Privacy Statement','/general/site/privacy/','','','');
oM.makeMenu('m267','m260','Sitemap','/general/site/sitemap/','','','');
//
oM.makeMenu('m270','m','Health Information','/health/','','','');
oM.makeMenu('m275','m270','Introduction','/health/#introduction','','','');
oM.makeMenu('m280','m270','Fact Sheets','/health/factsheets/','','','');
oM.makeMenu('m282','m270','Childrens Rights','/health/#childrens_rights','','','');
oM.makeMenu('m285','m270','Health Topics','/health/#nswhealth_topics','','','');
oM.makeMenu('m290','m270','Conditions/Diseases','/health/#conditions_diseases','','','');
oM.makeMenu('m292','m270','Child Health Publications','/health/publications/','','','');
oM.makeMenu('m294','m270','Health Links','/links/','','','');
oM.makeMenu('m300','m270','Health Professionals','/health/professionals/','','','');
oM.makeMenu('m305','m300','Introduction','/health/professionals/#introduction','','','');
oM.makeMenu('m310','m300','Medical Articles','/health/professionals/#articles','','','');
oM.makeMenu('m315','m300','Clinical Pathways & Guidelines','/health/professionals/cpg/','','','');
oM.makeMenu('m320','m300','GESCHN Clinical Practice Guidelines','/geschn/index.asp?id=18','_blank','','');
oM.makeMenu('m322','m300','Paediatric Inpatient Medication Chart','/health/professionals/nimc/','_blank','','');
oM.makeMenu('m325','m300','Directory of Services','/services/#search','','','');
oM.makeMenu('m326','m300','Educational Events','/events/?t=1','','','');
//
oM.makeMenu('m330','m','Services','/services/','','','');
oM.makeMenu('m335','m330','Directory of Services','/services/','','','');
oM.makeMenu('m333','m335','Search the Directory','/services/#search','','','');
oM.makeMenu('m340','m335','View All Services','/services/services.html','','','');
oM.makeMenu('m345','m335','View All Clinics','/services/clinics.html','','','');
//
oM.makeMenu('m965','m330','Allied Health','/departments/allied_health/','','','');
//
oM.makeMenu('m960','m330','Crohns And Colitis','/departments/crohns_colitis/','','','');
//
oM.makeMenu('m970','m330','Community Child Health','/departments/community_child_health/','','','');
//
oM.makeMenu('m930','m330','Epilepsy','/departments/epilepsy/','','','');
//
oM.makeMenu('m925','m330','GESCHN','/geschn/','','','');
//
oM.makeMenu('m927','m330','Hearing Services','/departments/hearing_services/','','','');
//
oM.makeMenu('m920','m330','HIV Service','/departments/hiv/','','','');
//
oM.makeMenu('m940','m330','Nursing','/departments/nursing/','','','');
//
oM.makeMenu('m910','m330','Pain Research Unit','/departments/pain_research/','','','');
//
oM.makeMenu('m955','m330','Practice Development Unit','/departments/practice_development/','','','');
//
oM.makeMenu('m950','m330','Sleep Medicine','/departments/sleep_medicine/','','','');
//
oM.makeMenu('m905','m330','Sydney Cord Blood Bank','/departments/acbb/','','','');
//
oM.makeMenu('m350','m','How to Help','/help/','','','');
oM.makeMenu('m355','m350','SCH Foundation','/help/foundation/','','','');
oM.makeMenu('m360','m355','About Us','/help/foundation/#about','','','');
oM.makeMenu('m361','m355','Our Mission','/help/foundation/#mission','','','');
oM.makeMenu('m362','m355','Our Vision','/help/foundation/#vision','','','');
oM.makeMenu('m363','m355','Our Board','/help/foundation/#board','','','');
oM.makeMenu('m364','m355','What We Raise Money For','/help/foundation/#raise_money','','','');
oM.makeMenu('m365','m355','Donations','/help/donations/','','','');
oM.makeMenu('m366','m355','Annual Report','/help/foundation/#annual_report','','','');
oM.makeMenu('m367','m355','Contact Us','/help/foundation/#contact','','','');
oM.makeMenu('m370','m350','Donations','/help/donations/','','','');
oM.makeMenu('m372','m370','Donations Policy','/help/donations/#donations_policy','','','');
oM.makeMenu('m375','m370','Donations Form','/help/donations/#donations','','','');
oM.makeMenu('m380','m370','Direct Debit','/help/donations/#direct_debit','','','');
oM.makeMenu('m385','m370','Payroll Deduction','/help/donations/#payroll_deduction','','','');
oM.makeMenu('m387','m370','Donations In Kind','/help/donations/#donations_in_kind','','','');
oM.makeMenu('m390','m370','Collection Tins','/help/donations/#collections','','','');
oM.makeMenu('m395','m370','In Memorium & In Celebration','/help/donations/#in_memorium_celebration','','','');
oM.makeMenu('m400','m370','Cultural Gifts Program','/help/donations/#cultural_gifts ','','','');
oM.makeMenu('m405','m350','Bequests - "Will Power"','/help/bequests/','','','');
oM.makeMenu('m410','m350','Corporate & Business Support','/help/corporate_support/','','','');
oM.makeMenu('m411','m410','Introduction','/help/corporate_support/#introduction','','','');
oM.makeMenu('m412','m410','Sunshine Partners','/help/corporate_support/#sunshine_partners','','','');
oM.makeMenu('m413','m410','Platinum Sunshine Partners','/help/corporate_support/#platinum_sunshine_partners','','','');
oM.makeMenu('m414','m410','Fellowships','/help/corporate_support/#fellowships','','','');
oM.makeMenu('m415','m410','Become a Partner','/help/corporate_support/#become_a_partner','','','');
oM.makeMenu('m420','m350','Fundraising Events','/help/fundraising/','','','');
oM.makeMenu('m421','m420','Getting Involved','/help/fundraising/#getting_involved','','','');
oM.makeMenu('m422','m420','Events Calendar','/events/?t=0','','','');
oM.makeMenu('m430','m350','Research Funding','/help/research/','','','');
oM.makeMenu('m435','m430','Research Grants','/help/research/#grants','','','');
oM.makeMenu('m440','m430','Leslie Stevens Fund for Newborn Care','/help/research/#leslie_stephens_fund','','','');
oM.makeMenu('m445','m350','Volunteers','/help/volunteers/','','','');
oM.makeMenu('m450','m350','Our Supporters','/help/supporters/','','','');
//
oM.makeMenu('m480','m','News','/news/','','','');
oM.makeMenu('m485','m480','Media Releases','/news/media_releases/','','','');
oM.makeMenu('m490','m480','The Way Forward','/news/way_forward/','','','');
oM.makeMenu('m495','m480','Annual Reports','/news/#annual_reports','','','');
oM.makeMenu('m500','m495','SCH Annual Reports','/news/annual_reports/SCH_2002_annual_report.pdf','_blank','','');
oM.makeMenu('m505','m495','SCH Foundation Annual Report','/help/foundation/#annual_report','','','');
//
oM.makeMenu('m525','m','Events','/events/','','','');
oM.makeMenu('m530','m525','View All Events','/events/','','','');
oM.makeMenu('m535','m525','Educational Events','/events/?t=1','','','');
oM.makeMenu('m540','m525','Special Events','/events/?t=0','','','');
oM.makeMenu('m545','m525','Fundraising Events','/help/fundraising/','','','');
oM.makeMenu('m550','m525','Other Events','/events/?t=2','','','');
//
oM.makeMenu('m570','m','Jobs','/jobs/','','','');
oM.makeMenu('m575','m570','Introduction','/jobs/#introduction','','','');
oM.makeMenu('m580','m570','Positions Vacant','/jobs/listing/','','','');
oM.makeMenu('m585','m570','Junior Medical Recruitment','/jobs/#jmo','','','');
oM.makeMenu('m587','m570','New Graduate Nursing','/jobs/#pnr','','','');
oM.makeMenu('m590','m570','Nursing Jobs','/jobs/#nursing','','','');
oM.makeMenu('m595','m570','How to Apply','/jobs/#howtoapply','','','');
oM.makeMenu('m600','m570','Work Experience','/jobs/#work_experience','','','');
//
oM.makeMenu('m625','m','Education','/education/','','','');
oM.makeMenu('m630','m625','Introduction','/education/#introduction','','','');
oM.makeMenu('m635','m625','Factsheets','/health/#factsheets','','','');
oM.makeMenu('m640','m625','Educational Events','/events/?t=1','','','');
oM.makeMenu('m645','m625','Take a Virtual Tour','/vt/','','','');
//
oM.makeMenu('m700','m','Contact Us','/contact/','','','');
oM.makeMenu('m705','m700','By Telephone','/contact/#telephone','','','');
oM.makeMenu('m710','m700','By Email','/contact/email.asp','','','');
oM.makeMenu('m715','m700','In Writing','/contact/#writing','','','');
oM.makeMenu('m720','m700','Directory of Services','/services/#search','','','');
oM.makeMenu('m725','m700','Website Feedback','/contact/#website_feedback','','','');
//
oM.makeMenu('m770','m','Staff Only','/staff/','','','');
//
// Construct the menu
oM.construct()