// Title: Vertical Menu (Relative)
// 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 = '#11811e';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#001949';
ace_state.nftcolor = '#FFFFFF';
ace_state.arrowimage = '../../arrow2.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;
ace_state.fopacity = '80';

acemenu = new ACEMenu('0');
acemenu.width = '160';
acemenu.hspacing = 0;
acemenu.hbgcolor = '#001949';
acemenu.hftcolor = '#FFFFFF';
acemenu.nbgcolor = '#c1c7d3';
acemenu.nftcolor = '#373737';
acemenu.arrowimage = '../../arrow.gif';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '8pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';
acemenu.textalign = 'center';
acemenu.itemborder = '1px #FFFFFF solid';
acemenu.menuborder = '0px #FFFFFF solid';
acemenu.hbdrsize = '1';
acemenu.hbdrcolor = '#FFFFFF';
acemenu.cellpadding = 0;
acemenu.cellspacing = 2;
acemenu.layerpadding = 0;

acemenu.AddItem('Link Popularity Checker', 'link-popularity-checker.php', '_parent', false , 'Advertyz.com\'s Link popularity checking tool.', '0', '0');
acemenu.AddItem('Search Engine Saturation', 'search-engine-saturation.php', '_parent', false , '', '0', '0');
acemenu.AddItem('Google PageRank Tool', 'google-pagerank-tool.php', '_parent', false , '', '0', '0');
acemenu.AddItem('Alexa Rank Check Tool', 'alexa-rank-tool.php', '_parent', false , '', '0', '0');
acemenu.AddItem('Keyword Research Tool', 'keyword-research-tool.php', '_parent', false , '', '0', '0');
acemenu.AddItem('Search Engine Position Tool', 'search-engine-position-tool.php', '_parent', false , '', '0', '0');
acemenu.AddItem('Google Indexed Pages w/PR', 'google-indexed-pages.php', '', false , '', '0', '0');
acemenu.AddItem('Google Linked Pages w/PR', 'google-linked-pages.php', '', false , '', '0', '0');
acemenu.AddItem('Link Search By Keyword w/PR', 'link-search.php', '', false , '', '0', '0');
acemenu.AddItem('Google PR History/Forecast', 'http://www.seocompany.ca/pagerank/page-rank-update-list.html', '_parent', false , '', '0', '0');
acemenu.AddItem('PageRank Estimator', 'google-pagerank-estimator.php', '_parent', false , '', '0', '0');
acemenu.AddItem('Text Link Estimator', 'text-link-estimator.php', '_parent', false , '', '0', '0');


