/*****************************************************************************
DHTML coolMenus - Get it at coolmenus.dhtmlcentral.com

Menu definitions file
******************************************************************************/

foundationMenu=new makeCM("foundationMenu"); 

foundationMenu.resizeCheck=1; 
foundationMenu.rows=1;  
foundationMenu.onlineRoot="http://www.pinerest.org/"; 
//foundationMenu.onlineRoot="http://localhost/"; 
foundationMenu.offlineRoot="file:///C|/Documents and Settings/ed9468/My Documents/NEW Pine Rest Website/Website/"; 
foundationMenu.pxBetween=0; 
foundationMenu.fillImg="menu/spacer.gif"; 
foundationMenu.fromTop=147; 
// foundationMenu.fromLeft=295; 
foundationMenu.wait=1000; 
foundationMenu.zIndex=400;
foundationMenu.useBar=0; 
foundationMenu.menuPlacement="center"; 

//foundationMenu.level[x]=new cm_makeLevel(width, height, regClass, overClass, borderX, borderY, borderClass, rows, align, offsetX, offsetY, arrow, arrowWidth, arrowHeight)

foundationMenu.level[0]=new cm_makeLevel(0,17,'fmenuItem','fmenuItemSelected',1,1,'fmenuTopBorder',0,'bottom',0,5,0,0,0);
foundationMenu.level[1]=new cm_makeLevel(155,20,'fmenuItem','fmenuItemSelected',1,1,'fmenuBorder',0,'right',-20,5,'menu/f_arrow.gif',10,12);
foundationMenu.level[2]=new cm_makeLevel(210,20,'fmenuItem','fmenuItemSelected',1,1,'fmenuBorder',0,0,0,0,0,0,0);

//foundationMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass, align, rows, nolink, onclick, onmouseover, onmouseout) 

// Main Menu:
foundationMenu.makeMenu('fHome','','Home','foundation/default.asp','',44,17,'menu/f_home.gif','menu/f_home_2.gif');
foundationMenu.makeMenu('fFactsheet','','Fact Sheet','foundation/factsheet.asp','',74,17,'menu/f_factsheet.gif','menu/f_factsheet_2.gif');
foundationMenu.makeMenu('fEndowments','','Endowments','foundation/endowments.asp','',121,17,'menu/f_endowment.gif','menu/f_endowment_2.gif');
foundationMenu.makeMenu('fPaf','','Patient Assistance Fund','foundation/paf.asp','',154,17,'menu/f_pa_fund.gif','menu/f_pa_fund_2.gif');
foundationMenu.makeMenu('fEvents','','Events','foundation/events.asp','',49,17,'menu/f_events.gif','menu/f_events_2.gif');
foundationMenu.makeMenu('fGiving','','Giving','foundation/giving.asp','',52,17,'menu/f_giving.gif','menu/f_giving_2.gif');
foundationMenu.makeMenu('fReports','','Reports and Newsletters','foundation/reports.asp','',155,17,'menu/f_reports.gif','menu/f_reports_2.gif');
foundationMenu.makeMenu('fRustic','','Rustic Market','foundation/rustic.asp','',92,17,'menu/f_rustic.gif','menu/f_rustic_2.gif');
foundationMenu.makeMenu('fContact','','Contact Us','foundation/contact.asp','',74,17,'menu/f_contact.gif','menu/f_contact_2.gif');


// Endowments Submenus:
foundationMenu.makeMenu('fEndowments_1','fEndowments','Endowment for Pine Rest<br>Christian Homes','foundation/chfund.asp','',170,33);
foundationMenu.makeMenu('fEndowments_2','fEndowments','General Endowment Fund','foundation/generalfund.asp','',170);
foundationMenu.makeMenu('fEndowments_3','fEndowments','Iowa Endowment','foundation/iowa_endowment.asp','',170);

// Giving Submenus:
foundationMenu.makeMenu('fGivingOnline','fGiving','Online Giving','foundation/givingol.asp','',150);
foundationMenu.makeMenu('fGivingPlanned','fGiving','Planned Giving','foundation/plannedgiving.asp','',150);

// Reports Submenus:
foundationMenu.makeMenu('fReportsNewsletter','fReports','Annual Reports and Newsletters','foundation/reports.asp','',150, 33);
foundationMenu.makeMenu('fReportsLiterature','fReports','Request Literature','foundation/forms.asp','',150);

foundationMenu.construct();

