// Title: pcvm
// Description: pcvm.org
// 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 = '#8080FF';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#0000A0';
ace_state.nftcolor = '#FFFFFF';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.cellpadding = 1;

acemenu = new ACEMenu('0');
acemenu.columns = 50;
acemenu.nbgcolor = '#0000FF';
acemenu.isAbsolute = true;

acemenu.AddItem('Contact Information', 'http://www.pcvm.org/contact.html', '', false , '');
acemenu.AddItem('Donation & Application', '', '', true , '');
acemenu.AddItem('Links', 'http://www.pcvm.org/links.html', '', false , '');
acemenu.AddItem('News', 'http://www.pcvm.org/news.html', '', false , '');
acemenu.AddItem('Proposed Drawing of Memorial', 'http://www.pcvm.org/drawings.html', '', false , '');
acemenu.AddItem('VFW Gun Raffle', '', '', false , '');

acemenu = new ACEMenu('2');
acemenu.position = 'bottom';

acemenu.AddItem('Application', 'http://www.pcvm.org/application.pdf', '', false , '');



