
/*
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=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=40;

with(menuStyle=new mm_style()){
offcolor="#FFFFFF";
offbgcolor="#C82229";
oncolor="#C82229";
onbgcolor="#F9E8E5";
bordercolor="#F1D2C5";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=5;
fontsize=10;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
pagebgcolor="#C82229";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="3";
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=0;
left=0;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home Page;url=../index.html;");
aI("text=About Us;showmenu=about;");
aI("text=Newsletters;url=../newsletter/issue_list.cfm;");
aI("text=Interest Groups;showmenu=groups;");
aI("text=Membership;showmenu=members;");
aI("text=Congresses;showmenu=congresses;");
aI("text=Cases;url=../cases_list.html");
aI("text=Guidelines;showmenu=guidelines;");
aI("text=Links;showmenu=links;url=../links.html;");
aI("text=Contact Us;url=../about.html#contact;");
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=The Association;url=../about.html;");
aI("text=Executive Committee;url=../executive.html;");
aI("text=Standing Committees;url=../standingcommittees.html;");
aI("text=Regional Branches;url=../branches.html;");
aI("text=Organogram;url=../organogram.html;");
aI("text=SA Heart Constitution;url=../constitution.html;");
aI("text=Constitutional Amendments;url=../amendments.html;");
aI("text=Reports of the AGM;showmenu=agm;");
aI("text=Member Search Facility;url=../search/memsrch1.cfm;");
aI("text=Special Interest Groups;showmenu=groups;");
aI("text=Members Only;showmenu=membersonly;");
}

with(milonic=new menuname("groups")){
style=menuStyle;
aI("text=Arrhythmia Society (CASSA);url=../cassa.html;");
aI("text=Paediatric Cardiac Society of SA;url=../paeds.html;");
aI("text=Nuclear Cardiology Group;url=../nuclear.html;");
aI("text=SA Heart Association Surgical Group;url=../surgical.html;");
aI("text=Society for Interventional Cardiology;url=../sasci.html;");
aI("text=Lipid & Atherosclerosis Society (LASSA);url=../lassa.html;");
aI("text=Heart Failure Society (HeFSSA);url=../hefssa.html;");
}

with(milonic=new menuname("members")){
style=menuStyle;
aI("text=Join SA Heart;url=../members.html;");
aI("text=Benefits & Fees;url=../members.html;");
aI("text=SA Heart Constitution;url=../constitution.html;");
aI("text=Constitutional Amendments;url=../amendments.html;");
aI("text=Minutes of the AGM;showmenu=agm;");
aI("text=Member Search Facility;url=../search/memsrch1.cfm;");
aI("text=Members Only;showmenu=membersonly;");
}

with(milonic=new menuname("membersonly")){
style=menuStyle;
aI("text=Member Search - Full Details;url=../search/memsrch1.cfm?member=1;");
}

with(milonic=new menuname("agm")){
style=menuStyle;
aI("text=Reports of 2009 AGM;url=../agm2009_reports.html;");
aI("text=Reports of 2008 AGM;url=../agm2008_reports.html;");
aI("text=Reports of 2007 AGM;url=../agm2007_reports.html;");
aI("text=Reports of 2006 AGM;url=../agm2006_reports.html;");
aI("text=Reports of 2005 AGM;url=../agm2005_reports.html;");
aI("text=Reports of 2004 AGM;url=../agm2004_reports.html;");
aI("text=Minutes of 2003 AGM;url=../agm2003.cfm;");
aI("text=Minutes of 2002 AGM;url=../agm2002.cfm;");
aI("text=Minutes of 2001 AGM;url=../agm2001.cfm;");
aI("text=Minutes of 2000 AGM;url=../agm2000.cfm;");
}


with(milonic=new menuname("congresses")){
style=menuStyle;
//aI("text=SA Heart Congress 2007;url=http://www.heart2heart.co.za/;");
aI("text=Congress Calendar;url=../congresses/year_list.cfm;");
}

with(milonic=new menuname("guidelines")){
style=menuStyle;
aI("text=Training - Adult Cardiology;url=../guidelines_training.html;");
aI("text=Training - Paediatric Cardiology;url=../guidelines_training.html;");
aI("text=ACS Guideline - Part 1;url=../guidelines_acs1.pdf;");
aI("text=Use of Eluting Stents;url=../guidelines_stents_eluting.html;");
aI("text=Paediatric Echocardiography;url=../Guideline_PaedEcho.pdf;");
}

with(milonic=new menuname("links")){
style=menuStyle;
aI("text=Links for Doctors;url=../links.html;");
aI("text=Links for Patients;url=../links_pts.html;");
}


drawMenus();

