
ordernumber="";//Once you have licensed FX Menu, the order number will be sent to you by share-it!.

emptyimage="../transparent.gif";// Transparent image in gif format.
showdelay=200;//Time delay before submenus are displayed. Unit is milliseconds.
hidedelay=800;//Time delay before submenus are hidden. Unit is milliseconds.

/*Start Style Declarations*/

with(itemStyle=new fxstyle()){
width=140;
height=20;
color="#000000";
coloron="#000000";
bgcolor="#ffffff";
bgcoloron="#98c8ff";
fontsize="9pt";
fontfamily="Verdana,Arial";
paddingtop=1;
paddingleft=3;
arrow="arrowblack.gif";
arrowon="arrowwhite.gif";
arrowright=16;
arrowtop=4;
}

with(menuStyle=new fxmenustyle()){
menubgcolor="#E8E8FF";
menuborderwidth=3;
menubordercolor="#303098";
separatorsize=3;
separatorcolor="#303098";
highlightpath=true;
wiseposition=true;
}


/*Start Menu Declarations*/

with(new fxmenu("MainMenu")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="absolute";
top=5;
left=110;
orientation="horizontal";
fx("text=About CPM;width=95;show=about;");
fx("text=Diary;width=55;show=diary;");
fx("text=Membership;width=100;show=member;");
fx("text=News;width=58;show=News;");
fx("text=Questions & Help;width=135;show=question;");
fx("text=Resources;width=90;show=resource;");
}

with(new fxmenu("about")){
style=itemStyle;
menustyle=menuStyle;
width=155;
fx("text=Welcome to CPM Home;url=index.html;");
fx("text=Introduction to CPM;url=about_INTRO.html;");
fx("text=What we do;show=what;");
fx("text=Prayer Ministry;url=about_PRAY.html;");
fx("text=Wholeness;url=about_WHOLE.html;");
fx("text=Leaders;url=about_LEAD.html;");
fx("text=Regions;show=regions;");
fx("text=Contacts;url=about_CONTACTS.html;");
}

with(new fxmenu("what")){
style=itemStyle;
menustyle=menuStyle;
width=165;
fx("text=An Overview;url=about_WHAT_overview.html;");
fx("text=Introductory Days;url=about_WHAT_introduction.html;");
fx("text=Prayer Ministry Courses;url=about_WHAT_pmc.html;");
fx("text=Other Events;url=about_WHAT_other.html;");
fx("text=Training Courses;url=about_WHAT_train.html;");
}

with(new fxmenu("regions")){
style=itemStyle;
menustyle=menuStyle;
width=115;
fx("text=Regions;url=about_REGIONS.html;");
fx("text=Devon;url=about_REGIONS_devon.html;");
fx("text=East Midlands;url=about_REGIONS_eastmid.html;");
fx("text=Southern;url=about_REGIONS_south.html;");
fx("text=South Midlands;url=about_REGIONS_southmid.html;");
fx("text=West Midlands;url=about_REGIONS_westmid.html;");
fx("text=West Wessex;url=about_REGIONS_westwessex.html;");
}

with(new fxmenu("diary")){
style=itemStyle;
menustyle=menuStyle;
width=135;
//fx("text=Introduction;url=diary_NEW.html;");
//fx("text=CPM Diary;url=diary_SEARCH.php3;"); 
//fx("text=CPM Diary;url=diary_OFF.html;");
fx("text=CPM Diary;url=diary.html;");
//fx("text=Diary Help;url=diary_HELP.html;");
fx("text=Notify New Event;url=diary_NOTIFY.html;");
}

with(new fxmenu("member")){
style=itemStyle;
menustyle=menuStyle;
width=205;
fx("text=Membership;url=memb_MEMBER.html;");
fx("text=Training in Prayer Ministry;url=memb_TRAIN.html;");
fx("text=Donations;url=memb_DONATIONS.html;");
fx("text=Membership Application Form;url=memb_APPFORM.html;target=blank;");
fx("text=Gift Aid Declaration;url=memb_GIFTAID.html;target=blank;");
}

with(new fxmenu("news")){
style=itemStyle;
menustyle=menuStyle;
width=125;
fx("text=Latest News;url=news_2010.html;");
fx("text=News - 2009;url=news_2009.html;");
fx("text=News - 2008;url=news_2008.html;");
fx("text=News - 2007;url=news_2007.html;");
fx("text=News - 2006;url=news_2006.html;");
fx("text=News - 2005;url=news_2005.html;");
fx("text=News - 2004;url=news_2004.html;");
fx("text=News - 2003;url=news_2003.html;");
fx("text=News - 2002;url=news_2002.html;");
fx("text=News - 2001;url=news_2001.html;");
fx("text=Website Updates;url=news_WEB.html;");
}

with(new fxmenu("question")){
style=itemStyle;
menustyle=menuStyle;
width=105;
fx("text=About CPM;url=quest_ABOUT.html;");
fx("text=Definitions;url=quest_DEFIN.html;");
fx("text=About Gift Aid;url=quest_GIFTAID.html;");
fx("text=Site Help;url=quest_HELP.html;");
fx("text=Site Map;url=quest_SITEMAP.html;");
fx("text=Site Search;url=quest_SEARCH.html;");
}

with(new fxmenu("resource")){
style=itemStyle;
menustyle=menuStyle;
width=155;
fx("text=CPM Brochure;url=res_BROCHURE.html;");
fx("text=Code of Ethics;url=res_CODE.html;");
fx("text=The Heart;url=res_HEART.html;");
fx("text=CPM Logos;url=res_LOGOS.html;");
fx("text=CPM Constitution;url=res_CONSTIT.html;");
fx("text=Books;url=res_BOOKS.html;");
fx("text=Organisations;url=res_ORGS.html;");
fx("text=Links;url=res_LINKS.html;");
fx("text=Acknowledgements;url=res_ACK.html;");
}

buildMenus();