_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0            // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset


/// Style Definitions ///

with(subStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#b40179";
//oncolor="#8314b1";
//offbgcolor="#D6C9DD";
offbgcolor="#b40179";
//offbgcolor="#8314b1";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize=1;
padding=4;
fontsize=12;
fontstyle="normal";
fontweight='bold'; 
fontfamily="Verdana, Tahoma, Arial";
//subimage="submenu_arrow_right-off.gif";
//onsubimage="submenu_arrow_right-on.gif";
subimagepadding="0 0 0 10";
//high3dcolor="#FFFFFF"; //"#edf3ee";
//low3dcolor="#367E45";
swap3d=1;
//headerbgcolor="#548959";
//headercolor="#f2f2ff";
//overfilter="Pixelate(squares=20, duration=0.3)";
//outfilter="Pixelate(squares=20, duration=0.3)";
}

/// Submenu Definitions ///

with(milonic=new menuname("sub1")){
style=subStyle;
aI("text=Office Bearers;url=http://www.hkcr.org/about/council.htm;");
aI("text=Background;url=http://www.hkcr.org/about/background.htm;");
aI("text=Committee;url=http://www.hkcr.org/about/committee.htm;");
aI("text=Annual Report;url=http://www.hkcr.org/about/annualreport.htm;");
}

with(milonic=new menuname("sub2")){
style=subStyle;
aI("text=Accredited Training Centres;url=http://www.hkcr.org/edu/centre.htm;");
aI("text=Training Regulations;url=http://www.hkcr.org/edu/regulati.htm;");
aI("text=Education and Research Fund;url=http://www.hkcr.org/edu/erf.htm;");
aI("text=CME/CPD;url=http://www.hkcr.org/edu/cme.htm;");
aI("text=Examination Calendar;url=http://www.hkcr.org/edu/examonc.htm;");
aI("text=Training Courses;url=http://www.hkcr.org/edu/trainingcourse.htm;");
aI("text=Training Guidelines;url=http://www.hkcr.org/edu/training_guidelines.htm;");
}

with(milonic=new menuname("sub3")){
style=subStyle;
aI("text=Admission Criteria;url=http://www.hkcr.org/member/admission.htm;");
aI("text=No. of Members;url=http://www.hkcr.org/member/memberlist.htm;");
aI("text=Application Forms & Fees;url=http://www.hkcr.org/member/membershipforms.htm;");

}

with(milonic=new menuname("sub4")){
style=subStyle;
aI("text=Annual Scientific Meeting;url=http://www.hkcr.org/news/annual_meeting.htm;");
aI("text=Scientific Seminars;url=http://www.hkcr.org/news/sci_sem.htm;");
aI("text=Other Conferences & Conventions;url=http://www.hkcr.org/news/otherevents.htm;");
}

with(milonic=new menuname("sub6")){
style=subStyle;
aI("text=Journal Information & Past Issues;url=http://www.hkcr.org/publ/journalindex.htm;");
aI("text=Current Issue;url=http://www.hkcr.org/publ/currentindex.htm;");
}

with(milonic=new menuname("sub7")){
style=subStyle;
aI("text=Clinical Referral Guideline ;url=http://www.hkcr.org/publ/default.htm;");
aI("text=Statement on Carotid Stenting;url=http://www.hkcr.org/publ/carotid.htm;");
aI("text=Guide on Good Medical Practice for<br>Radiologists;url=http://www.hkcr.org/publ/goodpractice2.pdf;");
aI("text=Training Requirement for Vascular<br>Brachytherapy;url=http://www.hkcr.org/publ/train_vas.htm;");
aI("text=Position Paper on Unconventional<br>(Experimental) Cancer Therapies;url=http://www.hkcr.org/publ/positionpaper.pdf;");
aI("text=Mammography Statement<br>;url=http://www.hkcr.org/publ/SHKCR_0007_Mammography_Statement.pdf;");
aI("text=Statement of HKCR in related to Medication Incident <br>of Intrathecal Injection of Vincristine;url=http://www.hkcr.org/publ/HKCR_StatementForWebsite.pdf;");
}

with(milonic=new menuname("sub12")){
style=subStyle;
aI("text=Council Meetings;url=http://www.hkcr.org/marea/meetings.htm;");
aI("text=Email;url=http://webmail.hkcr.org;");
}

drawMenus();

