// Title: Grassland
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 1;
ace_state.position = 'right';
ace_state.closedelay = 500;
ace_state.hbgcolor = '#00FF00';
ace_state.hftcolor = '#FFFFFF';
ace_state.nbgcolor = '#008000';
ace_state.nftcolor = '#FFFFFF';
ace_state.arrowimage = 'images/arrow_green_r.gif';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.cellpadding = 1;
ace_state.layerpadding = 3;

acemenu = new ACEMenu('0');
acemenu.columns = 50;
acemenu.hbgcolor = '#00BB5E';
acemenu.hftcolor = '#FFFFFF';
acemenu.nbgcolor = '#000000';
acemenu.arrowimage = 'images/arrow_green_d.gif';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '10pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';

acemenu.AddItem('Home', 'index.htm', '', false , '', '0', '0');
acemenu.AddItem('Choice Bill Pay', 'https://choiceonline.choicefcu.org/ChoiceCommunity/Login/Login.aspx', '_blank', false , '', '0', '0');
acemenu.AddItem('Choice Online', 'https://choiceonline.choicefcu.org/ChoiceCommunity/Login/Login.aspx', '_blank', false , '', '0', '0');
acemenu.AddItem('Apply for Loan', 'https://choiceonline.choicefcu.org/choicecommunity_loanapp/index.aspx', '_blank', false , 'click here', '0', '0');
acemenu.AddItem('Mortgage Center', 'http://pacuso.homeownersmtg.com/default.asp?siteId=F57F5980-C4FF-463D-A3D3-355F14C18BB7', '_blank', false , '', '0', '0');


