// Title: Image Menu
// 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.hspacing = 0;
ace_state.hbgcolor = '#8080FF';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#FFFFFF';
ace_state.nftcolor = '#000000';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.cellpadding = 0;
ace_state.layerpadding = 3;

acemenu = new ACEMenu('0');
acemenu.columns = 50;
acemenu.width = '250';
acemenu.hbgcolor = '#FF9200';
acemenu.textalign = 'center';
acemenu.htmlAfter = '&nbsp;&nbsp;';
acemenu.htmlBefore = '&nbsp;&nbsp;';
acemenu.divider = '&nbsp;';

acemenu.AddRollover('index.htm', 'images/home_n.gif', 'images/home_h.gif', '', false , 'Home', '0', '0');
acemenu.AddRollover('products.htm', 'images/pl-300_n.gif', 'images/pl-300_h.gif', '', false , 'Our Products', '0', '0');
acemenu.AddRollover('dealers.htm', 'images/dealer_n.gif', 'images/dealer_h.gif', '', false , 'Our dealers', '0', '0');
acemenu.AddRollover('aboutus.htm', 'images/about_n.gif', 'images/about_h.gif', '', false , 'About Us', '0', '0');
acemenu.AddRollover('instructions.htm', 'images/instructions_n.gif', 'images/instructions_h.gif', '', false , 'Instructions', '0', '0');
acemenu.AddRollover('http://202.51.172.125/customer', 'images/phonecard_n.gif', 'images/phonecard_h.gif', '_blank', false , 'Phonecard User Portal', '0', '0');
acemenu.AddRollover('contacts.htm', 'images/envelope_n.gif', 'images/envelope_h.gif', '', false , 'Contact Us', '0', '0');


