/*
 DHTML Menu version 3.3.19
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 You may use this menu on your web site free of charge as long as you place prominent links to http://www.milonic.co.uk/menu and
 your inform us of your intentions with your URL AND ALL copyright notices remain in place in all files including your home page
 Comercial support contracts are available on request if you cannot comply with the above rules.
 This script featured on Dynamic Drive (http://www.dynamicdrive.com)
 */

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.


////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
        effect = "Fade(duration=0.35);Alpha(style=0,opacity=100);Shadow(color='#ffffff', Direction=0, Strength=0)"
}
else
{
        effect = "Shadow(color='#ffffff', Direction=0, Strength=0)" // Stop IE5.5 bug when using more than one filter
}

timegap=100                                     // The time delay for menus to remain visible
followspeed=5                           // Follow Scrolling speed
followrate=40                           // Follow Scrolling Rate
suboffset_top=0;                        // Sub menu offset Top position 
suboffset_left=0;                       // Sub menu offset Left position

style1=[                // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"",                             // Mouse Off Font Color
"",                             // Mouse Off Background Color
"",                             // Mouse On Font Color
"",                             // Mouse On Background Color
"",                             // Menu Border Color 
,                               // Font Size in pixels
"",                             // Font Style (italic or normal)
"",                             // Font Weight (bold or normal)
"",                             // Font Name
0,                              // Menu Item Padding
"",                             // Sub Menu Image (Leave this blank if not needed)
,                               // 3D Border & Separator bar
"",                             // 3D High Color
"",                             // 3D Low Color
"",                             // Current Page Item Font Color (leave this blank to disable)
"",                             // Current Page Item Background Color (leave this blank to disable)
"",                             // Top Bar image (Leave this blank to disable)
"",                             // Menu Header Font Color (Leave blank if headers are not needed)
"",                             // Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[          // This is the array that contains your menu properties and details
"menupic",                      // Menu Name - This is needed in order for the menu to be called
-4,                                     // Menu Top - The Top position of the menu in pixels
3,                                      // Menu Left - The Left position of the menu in pixels
,                                       // Menu Width - Menus width in pixels
0,                                      // Menu Border Width 
,                                       // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,                         // Properties Array - this is set higher up, as above
1,                                      // Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"",                                     // Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,                         // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                                      // Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0,                                      // Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,                                       // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,                                       // Position of TOP sub image left:center:right
,                                       // Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,                                       // Right To Left - Used in Hebrew for example. (1=on/0=off)
,                                       // Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,                                       // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                                       // Background image for menu when BGColor set to transparent.
,                                       // Scrollable Menu
,                                       // Reserved for future use
,"<img src=aa-gaskins-pic.gif border=0>","aa-template-background-101.shtml",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
])
        
dumpmenus()


// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
        effect = "Fade(duration=0.35);Alpha(style=0,opacity=100);Shadow(color='#ffffff', Direction=0, Strength=0)"
}
else
{
        effect = "Shadow(color='#ffffff', Direction=0, Strength=0)" // Stop IE5.5 bug when using more than one filter
}

timegap=100                                     // The time delay for menus to remain visible
followspeed=5                           // Follow Scrolling speed
followrate=40                           // Follow Scrolling Rate
suboffset_top=0;                        // Sub menu offset Top position 
suboffset_left=0;                       // Sub menu offset Left position

style4=[                // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"EAFBE3",               // Mouse Off Font Color
"",                             // Mouse Off Background Color
"000000",               // Mouse On Font Color
"97FE3F",                               // Mouse On Background Color
"",                             // Menu Border Color 
9.5,                            // Font Size in pixels
"normal",               // Font Style (italic or normal)
"bold",                 // Font Weight (bold or normal)
"Arial, Helvetica, San Serif",          // Font Name
1.5,                            // Menu Item Padding
"arrow.gif",    // Sub Menu Image (Leave this blank if not needed)
,                               // 3D Border & Separator bar
"",                             // 3D High Color
"",                             // 3D Low Color
"",             // Current Page Item Font Color (leave this blank to disable)
"",                             // Current Page Item Background Color (leave this blank to disable)
"arrowdn.gif",  // Top Bar image (Leave this blank to disable)
"",                             // Menu Header Font Color (Leave blank if headers are not needed)
"",                             // Menu Header Background Color (Leave blank if headers are not needed)
]

style2sidebar=[                         // style2 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",                               // Mouse Off Font Color
"FCF5E0",                               // Mouse Off Background Color
"000000",                               // Mouse On Font Color
"FCF5E0",                               // Mouse On Background Color
"517943",                               // Menu Border Color 
10,                                             // Font Size in pixels
"normal",                               // Font Style (italic or normal)
"normal",                               // Font Weight (bold or normal)
"Verdana, Arial",               // Font Name
0,                                              // Menu Item Padding
"arrow.gif",                    // Sub Menu Image (Leave this blank if not needed)
,                                               // 3D Border & Separator bar
,                                               // 3D High Color
,                                               // 3D Low Color
"",                                             // Current Page Item Font Color (leave this blank to disable)
,                                               // Current Page Item Background Color (leave this blank to disable)
"",                                             // Top Bar image (Leave this blank to disable)
,                                               // Menu Header Font Color (Leave blank if headers are not needed)
,                                               // Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[          // This is the array that contains your menu properties and details
"menusidebar",          // Menu Name - This is needed in order for the menu to be called
107,                            // Menu Top - The Top position of the menu in pixels
1,                                      // Menu Left - The Left position of the menu in pixels
87,                                     // Menu Width - Menus width in pixels
0,                                      // Menu Border Width 
,                                       // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style4,                         // Properties Array - this is set higher up, as above
1,                                      // Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"right",                        // Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,                         // Filter - Text variable for setting transitional effects on menu activation - see above for more info
1,                                      // Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0,                                      // Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,                                       // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,                                       // Position of TOP sub image left:center:right
,                                       // Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,                                       // Right To Left - Used in Hebrew for example. (1=on/0=off)
,                                       // Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,                                       // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                                       // Reserved for future use
,                                       // Reserved for future use
,                                       // Reserved for future use

,"Home&nbsp;&nbsp;&nbsp;","aa-template-newscolumn-101.shtml",,"",0
,"Email&nbsp;Us&nbsp;&nbsp;&nbsp;","aa-template-contact-101.shtml",,"",0
,"Desktop&nbsp;Pass&nbsp;&nbsp;&nbsp;","show-menu=desktop","aa-template-desktop-101.shtml","",0
,"IPO&nbsp;Hardball&nbsp;&nbsp;&nbsp;","show-menu=hardball","aa-template-hardball-101.shtml","",0
,"IPO&nbsp;Calendars&nbsp;&nbsp;&nbsp;","show-menu=calendars","aa-template-calendars-101.shtml","",0
,"New&nbsp;Filings&nbsp;&nbsp;&nbsp;","show-menu=filings","aa-template-filings-101.shtml","",0          // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"IPO&nbsp;Corner&nbsp;&nbsp;&nbsp;","show-menu=corner","aa-template-public-ipo-corner-101.shtml","",0
,"Performance&nbsp;&nbsp;&nbsp;","show-menu=performance","aa-template-performance-101.shtml","",0               // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Media&nbsp;Quotes&nbsp;&nbsp;&nbsp;","show-menu=media","aa-template-media-101.shtml","",0             // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"RadioInterviews&nbsp;&nbsp;&nbsp;","show-menu=radio","aa-template-radio-101.shtml","",0               // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"TV Interviews&nbsp;&nbsp;&nbsp;","show-menu=tv","aa-template-tv-video-102.shtml","",0         // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"AnalystsCorner&nbsp;&nbsp;&nbsp;","show-menu=analysts","aa-template-analysts-101.shtml","",0
,"Site&nbsp;Archives&nbsp;&nbsp;&nbsp;","show-menu=archives","aa-template-archives-101.shtml","",0
,"Background&nbsp;&nbsp;&nbsp;","show-menu=background","aa-template-background-101.shtml","",0          // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"IncomingEmail&nbsp;&nbsp;&nbsp;","show-menu=incoming","aa-template-incoming-emails-101.shtml","",0
])

        addmenu(menu=["desktop",
        ,,415,1,"",style2sidebar,,"left","Shadow(color='#999999', Direction=135, Strength=3)",,,,,,,,,,,,
        ,"<a href=aa-template-desktop-101.shtml><img src=btn-slider-desktop.gif border=0></a><blockquote><img src=icon-desktop.gif border=0 align=absbottom>&nbsp;<font size=2 color=#24501F><b>&nbsp;Desktop Pass</b></font><br><b>Desktop Pass Subscribers have the advantage!</b><br>Desktop Pass privileges include access to research and analysis released weeks in advance.<br><br><a href=aa-template-desktop-101.shtml>Learn more about Desktop Pass</a><br><a href=aa-template-desktop-102.shtml>Get a Desktop Pass</a></blockquote>","",,,1
        ])

        addmenu(menu=["hardball",
        ,,415,1,"",style2sidebar,,"left","Shadow(color='#999999', Direction=135, Strength=3)",,,,,,,,,,,,
        ,"<a href=aa-template-hardball-101.shtml><img src=btn-slider-hardball.gif border=0></a><blockquote><img src=icon-hardball.gif border=0 align=absbottom><!--&nbsp;<img src=icon-cbs.gif border=0 align=absbottom>-->&nbsp;<img src=icon-world-talk.gif border=0 align=absbottom><font size=2 color=#24501F><b>&nbsp;IPO Hardball!</b></font><br><b>Weekly Radio Show:</b><br><b>CBS Market Watch and World Talk Radio</b><br>Track the IPO market with Steve Geisi (CBS MarketWatch), Francis Gaskins (IPO Desktop), and John Fitzgibbon (Red Herring).<br>Develop the ability to:<br>&#8226;&nbsp;Discover what's in demand, what's not&#8212;and why.<br>&#8226;&nbsp;Make better investment decisions.<br>&#8226;&nbsp;Cut throught information clutter.<br><br><a href=aa-template-hardball-101.shtml>See List of Shows</a></blockquote>","",,,1
        ])

        addmenu(menu=["calendars",
        ,,415,1,"",style2sidebar,,"left","Shadow(color='#999999', Direction=135, Strength=3)",,,,,,,,,,,,
        ,"<a href=aa-template-calendars-101.shtml><img src=btn-slider-calendars.gif border=0></a><blockquote><img src=icon-calendar.gif border=0 align=absbottom>&nbsp;<font size=2 color=#24501F><b>IPO Calendars</b></font><br><b>Your IPO market key, updated regularly...</b><br>Desktop Pass members receive ratings on all IPOs in the pipeline.<br><br><a href=aa-template-ipo-calendar-condensed-101.shtml>IPO Calendar (condensed)</a><br><a href=aa-template-iporated-calendar-101.shtml>IPO Rated Calendar</a><br><a href=aa-template-secondary-calendar-101.shtml>Preliminary Secondaries Calendar</a><br><a href=aa-template-iposcorecard-101.shtml>IPO Performance Calendar</a></blockquote>","",,,1
        ])

        addmenu(menu=["filings",
        ,,415,1,"",style2sidebar,,"left","Shadow(color='#999999', Direction=135, Strength=3)",,,,,,,,,,,,
        ,"<a href=aa-template-filings-101.shtml><img src=btn-slider-filings.gif border=0></a><blockquote><img src=icon-filings.gif border=0 align=absbottom>&nbsp;<font size=2 color=#24501F><b>New Filings and Terms</b></font><br><b>Check this daily for new filings and terms...</b><br>&quot;...feeding the IPO pipeline with new filings and terms.&quot;<br><br><a href=aa-template-filings-101.shtml>See New Filings and Terms</a></blockquote>","",,,1
        ])

        addmenu(menu=["corner",
        ,,415,1,"",style2sidebar,,"left","Shadow(color='#999999', Direction=135, Strength=3)",,,,,,,,,,,,
        ,"<a href=aa-template-public-ipo-corner-101.shtml><img src=btn-slider-ipo-corner.gif border=0></a><blockquote><img src=icon-ipo-corner.gif border=0 align=absbottom>&nbsp;<font size=2 color=#24501F><b>IPO Corner</b></font><br><i>Weekly column...with John Fitzgibbon</i><br><b>Focus on Important Trends and Insights...</b><br>Get the ins and outs with insightful reporting, as John Fitzgibbon, recognized IPO veteran, covers the IPO market to help you focus on important trends.<br><a href=aa-template-desktop-102.shtml>Desktop Pass Subscribers</a> enjoy the expanded version, which includes Fitzgibbon's unique <b><i>Compare and Contrast</i></b> approach.<br><br><a href=aa-template-public-ipo-corner-101.shtml>See Articles</a></blockquote>","",,,1
        ])

        addmenu(menu=["performance",
        ,,415,1,"",style2sidebar,,"left","Shadow(color='#999999', Direction=135, Strength=3)",,,,,,,,,,,,
        ,"<a href=aa-template-performance-101.shtml><img src=btn-slider-performance.gif border=0></a><blockquote><img src=icon-performance.gif border=0 align=absbottom>&nbsp;<font size=2 color=#24501F><b>IPO Performance</b></font><br><b>Easily monitor IPO performance to improve decisions</b>...<br>&#8226;&nbsp;<a href=aa-template-iposcorecard-101.shtml>Last 100 IPOs&nbsp;&#8212;&nbsp;Best to Worst</a><br>&#8226;&nbsp;<a href=aa-template-iposector-101.shtml>IPO Sector Watch&nbsp;&#8212;&nbsp;for Last 100 IPOs</a><br>&#8226;&nbsp;<a href=aa-template-2004ipo-101.shtml>2004 IPOs&nbsp;&#8212;&nbsp;Best to Worst</a><br>&#8226;&nbsp;<a href=aa-template-star-101.shtml>Pre-IPO Star Ratings</a></blockquote>","",,,1
        ])

        addmenu(menu=["media",
        ,,415,1,"",style2sidebar,,"left","Shadow(color='#999999', Direction=135, Strength=3)",,,,,,,,,,,,
        ,"<a href=aa-template-media-101.shtml><img src=btn-slider-media.gif border=0></a><blockquote><img src=icon-media-quotes.gif border=0 align=absbottom><font size=2 color=#24501F><b>&nbsp;Media Quotes</b></font><br><b>Highly quoted by the nation's financial media</b>...<br>IPOdesktop Editors are quoted by:<br>Wall Street Joural, Dow Jones Newswires, CBS, Marketwatch, Reuters, USATODAY, and others.<br><br><a href=aa-template-media-101.shtml>See Media Quote Links</a></blockquote>","",,,1
        ])

        addmenu(menu=["radio",
        ,,415,1,"",style2sidebar,,"left","Shadow(color='#999999', Direction=135, Strength=3)",,,,,,,,,,,,
        ,"<a href=aa-template-radio-101.shtml><img src=btn-slider-radio.gif border=0></a><blockquote><img src=icon-radio.gif border=0 align=absbottom>&nbsp;<font size=2 color=#24501F><b>Radio: CEO</b>/<b>Business Author Interviews</b></font><br><b>Get insight from CEOs and Business Authors</b>...<br>Your analyst and host, Francis Gaskins, speaks candidly with executive management and business authors to uncover intriguing sound bytes of information.<br><br><a href=aa-template-radio-101.shtml>See List of Shows</a></blockquote>","",,,1
        ])

        addmenu(menu=["tv",
        ,,415,1,"",style2sidebar,,"left","Shadow(color='#999999', Direction=135, Strength=3)",,,,,,,,,,,,
        ,"<a href=aa-template-tv-video-102.shtml><img src=btn-slider-tv-video.gif border=0></a><blockquote><img src=icon-tv-video.gif border=0 align=absbottom>&nbsp;<font size=2 color=#24501F><b>TV</b>/<b>Video: CEO Interviews</b></font><br><b>Appreciated by financial brokers, institutions, accredited investors & individual investors</b>...<br>Each Interview, packaged as a &quot;virtual road show,&quot; focuses on emerging growth companies.<br><br><a href=aa-template-tv-video-102.shtml>See TV-Video Interviews</a><br><a href=aa-template-tv-video-101.shtml>Learn about producing a CEO Interview for your Company</a></blockquote>","",,,1
        ])

        addmenu(menu=["analysts",
        ,,415,1,"",style2sidebar,,"left","Shadow(color='#999999', Direction=135, Strength=3)",,,,,,,,,,,,
        ,"<a href=aa-template-analysts-101.shtml><img src=btn-slider-analysts.gif border=0></a><blockquote><img src=icon-analysts.gif border=0 align=absbottom>&nbsp;<font size=2 color=#24501F><b>Analysts Corner</b></font><br><b>Cut through the clutter...</b><br>Analytical reports on recent IPOs and emerging companies.<br>&#8226;&nbsp;IPO Reports<br>&#8226;&nbsp;Emerging Company Reports<br><br><a href=aa-template-analysts-101.shtml>See Analytical Reports</a></blockquote>","",,,1
        ])

        addmenu(menu=["archives",
        ,,415,1,"",style2sidebar,,"left","Shadow(color='#999999', Direction=135, Strength=3)",,,,,,,,,,,,
        ,"<a href=aa-template-archives-101.shtml><img src=btn-slider-archives.gif border=0></a><blockquote><img src=icon-archives.gif border=0 align=absbottom>&nbsp;<font size=2 color=#24501F><b>IPOdesktop Archives</b></font><br><b>By popular demand...</b><br>Many of our readers enjoy tracking Francis Gaskins' remarkable accuracy and insight from year to year.<br><br><a href=aa-template-archives-101.shtml>See IPOdesktop Archives</a></blockquote>","",,,1
        ])

        addmenu(menu=["background",
        ,,415,1,"",style2sidebar,,"left","Shadow(color='#999999', Direction=135, Strength=3)",,,,,,,,,,,,
        ,"<a href=aa-template-background-101.shtml><img src=btn-slider-background.gif border=0></a><blockquote><img src=icon-resume.gif border=0 align=absbottom>&nbsp;<font size=2 color=#24501F><b>Francis Gaskins</b></font><br><b>IPOdesktop Editor and Co-Host...</b><br>&#8226;&nbsp;Editor, IPO Desktop...a Forbes Best IPO Site<br>&#8226;&nbsp;Co-Host of IPO Hardball...CBS Market Watch<br>&#8226;&nbsp;Financial Host...World Talk Radio<br>Francis Gaskins is the Internet's most experienced and analytical: IPO analyst, webcast producer and interviewer.<br><br><a href=aa-template-background-101.shtml>See Backgound: Francis Gaskins</a></blockquote>","",,,1
        ])

        addmenu(menu=["incoming",
        ,,415,1,"",style2sidebar,,"left","Shadow(color='#999999', Direction=135, Strength=3)",,,,,,,,,,,,
        ,"<a href=aa-template-incoming-emails-101.shtml><img src=btn-slider-incoming.gif border=0></a><blockquote><img src=icon-incoming.gif border=0 align=absbottom>&nbsp;<font size=2 color=#24501F><b>Incoming Email</b></font><br><b>Satisfied subscribers and listeners...</b><br>Francis Gaskins shares his incoming email from satisfied Desktop Pass subscribers and IPO Hardball listeners.<br><br><a href=aa-template-incoming-emails-101.shtml>See Incoming Email</a></blockquote>","",,,1
        ])

dumpmenus()


// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
        effect = "Fade(duration=0.35);Alpha(style=0,opacity=100);Shadow(color='#ffffff', Direction=0, Strength=0)"
}
else
{
        effect = "Shadow(color='#ffffff', Direction=0, Strength=0)" // Stop IE5.5 bug when using more than one filter
}

timegap=100                                     // The time delay for menus to remain visible
followspeed=5                           // Follow Scrolling speed
followrate=40                           // Follow Scrolling Rate
suboffset_top=0;                        // Sub menu offset Top position 
suboffset_left=0;                       // Sub menu offset Left position

style1=[                // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"",                             // Mouse Off Font Color
"",                             // Mouse Off Background Color
"",                             // Mouse On Font Color
"",                             // Mouse On Background Color
"",                             // Menu Border Color 
,                               // Font Size in pixels
"",                             // Font Style (italic or normal)
"",                             // Font Weight (bold or normal)
"",                             // Font Name
0,                              // Menu Item Padding
"",                             // Sub Menu Image (Leave this blank if not needed)
,                               // 3D Border & Separator bar
"",                             // 3D High Color
"",                             // 3D Low Color
"",                             // Current Page Item Font Color (leave this blank to disable)
"",                             // Current Page Item Background Color (leave this blank to disable)
"",                             // Top Bar image (Leave this blank to disable)
"",                             // Menu Header Font Color (Leave blank if headers are not needed)
"",                             // Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[          // This is the array that contains your menu properties and details
"menuleading",                  // Menu Name - This is needed in order for the menu to be called
-1,                                     // Menu Top - The Top position of the menu in pixels
185,                            // Menu Left - The Left position of the menu in pixels
,                                       // Menu Width - Menus width in pixels
0,                                      // Menu Border Width 
,                                       // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,                         // Properties Array - this is set higher up, as above
1,                                      // Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",                         // Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,                         // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                                      // Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1,                                      // Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,                                       // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,                                       // Position of TOP sub image left:center:right
,                                       // Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,                                       // Right To Left - Used in Hebrew for example. (1=on/0=off)
,                                       // Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,                                       // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                                       // Background image for menu when BGColor set to transparent.
,                                       // Scrollable Menu
,                                       // Reserved for future use
,"<img src=btn-webs-leading.gif border=0>","",,"",1              // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
])

dumpmenus()


// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
        effect = "Fade(duration=0.35);Alpha(style=0,opacity=100);Shadow(color='#ffffff', Direction=0, Strength=0)"
}
else
{
        effect = "Shadow(color='#ffffff', Direction=0, Strength=0)" // Stop IE5.5 bug when using more than one filter
}

timegap=100                                     // The time delay for menus to remain visible
followspeed=5                           // Follow Scrolling speed
followrate=40                           // Follow Scrolling Rate
suboffset_top=0;                        // Sub menu offset Top position 
suboffset_left=0;                       // Sub menu offset Left position

style1=[                // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"",                             // Mouse Off Font Color
"",                             // Mouse Off Background Color
"",                             // Mouse On Font Color
"",                             // Mouse On Background Color
"",                             // Menu Border Color 
,                               // Font Size in pixels
"",                             // Font Style (italic or normal)
"",                             // Font Weight (bold or normal)
"",                             // Font Name
0,                              // Menu Item Padding
"",                             // Sub Menu Image (Leave this blank if not needed)
,                               // 3D Border & Separator bar
"",                             // 3D High Color
"",                             // 3D Low Color
"",                             // Current Page Item Font Color (leave this blank to disable)
"",                             // Current Page Item Background Color (leave this blank to disable)
"",                             // Top Bar image (Leave this blank to disable)
"",                             // Menu Header Font Color (Leave blank if headers are not needed)
"",                             // Menu Header Background Color (Leave blank if headers are not needed)
]

style3login=[                           // style3 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",                               // Mouse Off Font Color
"FCF5E0",                               // Mouse Off Background Color
"000000",                               // Mouse On Font Color
"FCF5E0",                               // Mouse On Background Color
"517943",                               // Menu Border Color 
10,                                             // Font Size in pixels
"normal",                               // Font Style (italic or normal)
"normal",                               // Font Weight (bold or normal)
"Verdana, Arial",               // Font Name
10,                                             // Menu Item Padding
,                                               // Sub Menu Image (Leave this blank if not needed)
,                                               // 3D Border & Separator bar
,                                               // 3D High Color
,                                               // 3D Low Color
,                                               // Current Page Item Font Color (leave this blank to disable)
,                                               // Current Page Item Background Color (leave this blank to disable)
,                                               // Top Bar image (Leave this blank to disable)
,                                               // Menu Header Font Color (Leave blank if headers are not needed)
,                                               // Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[          // This is the array that contains your menu properties and details
"menulogin",                    // Menu Name - This is needed in order for the menu to be called
5,                                      // Menu Top - The Top position of the menu in pixels
420,                            // Menu Left - The Left position of the menu in pixels
,                                       // Menu Width - Menus width in pixels
0,                                      // Menu Border Width 
,                                       // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,                         // Properties Array - this is set higher up, as above
1,                                      // Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",                         // Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,                         // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                                      // Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1,                                      // Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,                                       // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,                                       // Position of TOP sub image left:center:right
,                                       // Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,                                       // Right To Left - Used in Hebrew for example. (1=on/0=off)
,                                       // Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,                                       // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                                       // Background image for menu when BGColor set to transparent.
,                                       // Scrollable Menu
,                                       // Reserved for future use
,"<img src=btn-login.gif border=0>","show-menu=login","/new_desktop_pass/index.html","",0               // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
])

        addmenu(menu=["login",
        ,,222,1,"",style3login,,"left","Shadow(color='#999999', Direction=135, Strength=3)",,,,,,,,,,,,
        ,"<a href=/new_desktop_pass/index.html>LOG IN</a><br><a href=aa-template-forgot-password-101.shtml>Forgot your Username or Password?</a>","",,,1
                ])

dumpmenus()


// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
        effect = "Fade(duration=0.35);Alpha(style=0,opacity=100);Shadow(color='#ffffff', Direction=0, Strength=0)"
}
else
{
        effect = "Shadow(color='#ffffff', Direction=0, Strength=0)" // Stop IE5.5 bug when using more than one filter
}

timegap=100                                     // The time delay for menus to remain visible
followspeed=5                           // Follow Scrolling speed
followrate=40                           // Follow Scrolling Rate
suboffset_top=0;                        // Sub menu offset Top position 
suboffset_left=0;                       // Sub menu offset Left position

style1=[                // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"",                             // Mouse Off Font Color
"",                             // Mouse Off Background Color
"",                             // Mouse On Font Color
"",                             // Mouse On Background Color
"",                             // Menu Border Color 
,                               // Font Size in pixels
"",                             // Font Style (italic or normal)
"",                             // Font Weight (bold or normal)
"",                             // Font Name
0,                              // Menu Item Padding
"",                             // Sub Menu Image (Leave this blank if not needed)
,                               // 3D Border & Separator bar
"",                             // 3D High Color
"",                             // 3D Low Color
"",                             // Current Page Item Font Color (leave this blank to disable)
"",                             // Current Page Item Background Color (leave this blank to disable)
"",                             // Top Bar image (Leave this blank to disable)
"",                             // Menu Header Font Color (Leave blank if headers are not needed)
"",                             // Menu Header Background Color (Leave blank if headers are not needed)
]

style3=[                                // style3 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",                               // Mouse Off Font Color
"FCF5E0",                               // Mouse Off Background Color
"000000",                               // Mouse On Font Color
"FCF5E0",                               // Mouse On Background Color
"517943",                               // Menu Border Color 
10,                                             // Font Size in pixels
"normal",                               // Font Style (italic or normal)
"normal",                               // Font Weight (bold or normal)
"Verdana, Arial",               // Font Name
10,                                             // Menu Item Padding
,                                               // Sub Menu Image (Leave this blank if not needed)
,                                               // 3D Border & Separator bar
,                                               // 3D High Color
,                                               // 3D Low Color
,                                               // Current Page Item Font Color (leave this blank to disable)
,                                               // Current Page Item Background Color (leave this blank to disable)
,                                               // Top Bar image (Leave this blank to disable)
,                                               // Menu Header Font Color (Leave blank if headers are not needed)
,                                               // Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[          // This is the array that contains your menu properties and details
"menuupdated",                  // Menu Name - This is needed in order for the menu to be called
10,                                     // Menu Top - The Top position of the menu in pixels
493,                            // Menu Left - The Left position of the menu in pixels
,                                       // Menu Width - Menus width in pixels
0,                                      // Menu Border Width 
,                                       // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,                         // Properties Array - this is set higher up, as above
1,                                      // Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",                         // Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,                         // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                                      // Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1,                                      // Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,                                       // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,                                       // Position of TOP sub image left:center:right
,                                       // Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,                                       // Right To Left - Used in Hebrew for example. (1=on/0=off)
,                                       // Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,                                       // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                                       // Background image for menu when BGColor set to transparent.
,                                       // Scrollable Menu
,                                       // Reserved for future use
,"<img src=btn-updated.gif border=0>","show-menu=updated",,"",0
])

        addmenu(menu=["updated",
        ,,252,1,"",style3,,"left","Shadow(color='#999999', Direction=135, Strength=3)",,,,,,,,,,,,
                ,"<font face=Arial size=2 color=#24501F><b>Desktop Pass Update Schedule</b></font><br><b>For Desktop Subscribers.</b><br><br><a href=/new_desktop_pass/index.html>Get Updated Desktop Information<br><a href=aa-template-updated-101.shtml>See List of Updated Desktop Information</a><br><a href=aa-template-desktop-102.shtml>Get Desktop Pass</a>","",,,1
                ])


// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
        effect = "Fade(duration=0.35);Alpha(style=0,opacity=100);Shadow(color='#ffffff', Direction=0, Strength=0)"
}
else
{
        effect = "Shadow(color='#ffffff', Direction=0, Strength=0)" // Stop IE5.5 bug when using more than one filter
}

timegap=100                                     // The time delay for menus to remain visible
followspeed=5                           // Follow Scrolling speed
followrate=40                           // Follow Scrolling Rate
suboffset_top=0;                        // Sub menu offset Top position 
suboffset_left=0;                       // Sub menu offset Left position

style1=[                // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"",                             // Mouse Off Font Color
"",                             // Mouse Off Background Color
"",                             // Mouse On Font Color
"",                             // Mouse On Background Color
"",                             // Menu Border Color 
,                               // Font Size in pixels
"",                             // Font Style (italic or normal)
"",                             // Font Weight (bold or normal)
"",                             // Font Name
0,                              // Menu Item Padding
"",                             // Sub Menu Image (Leave this blank if not needed)
,                               // 3D Border & Separator bar
"",                             // 3D High Color
"",                             // 3D Low Color
"",                             // Current Page Item Font Color (leave this blank to disable)
"",                             // Current Page Item Background Color (leave this blank to disable)
"",                             // Top Bar image (Leave this blank to disable)
"",                             // Menu Header Font Color (Leave blank if headers are not needed)
"",                             // Menu Header Background Color (Leave blank if headers are not needed)
]

style2pass=[                            // style2 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",                               // Mouse Off Font Color
"FCF5E0",                               // Mouse Off Background Color
"000000",                               // Mouse On Font Color
"FCF5E0",                               // Mouse On Background Color
"517943",                               // Menu Border Color 
10,                                             // Font Size in pixels
"normal",                               // Font Style (italic or normal)
"normal",                               // Font Weight (bold or normal)
"Verdana, Arial",               // Font Name
0,                                              // Menu Item Padding
"arrow.gif",                    // Sub Menu Image (Leave this blank if not needed)
,                                               // 3D Border & Separator bar
,                                               // 3D High Color
,                                               // 3D Low Color
"",                                             // Current Page Item Font Color (leave this blank to disable)
,                                               // Current Page Item Background Color (leave this blank to disable)
"",                                             // Top Bar image (Leave this blank to disable)
,                                               // Menu Header Font Color (Leave blank if headers are not needed)
,                                               // Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[          // This is the array that contains your menu properties and details
"menupass",                     // Menu Name - This is needed in order for the menu to be called
2,                                      // Menu Top - The Top position of the menu in pixels
611,                            // Menu Left - The Left position of the menu in pixels
,                                       // Menu Width - Menus width in pixels
0,                                      // Menu Border Width 
,                                       // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,                         // Properties Array - this is set higher up, as above
1,                                      // Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",                         // Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,                         // Filter - Text variable for setting transitional effects on menu activation - see above for more info
,                                       // Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0,                                      // Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,                                       // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,                                       // Position of TOP sub image left:center:right
,                                       // Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,                                       // Right To Left - Used in Hebrew for example. (1=on/0=off)
,                                       // Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,                                       // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                                       // Background image for menu when BGColor set to transparent.
,                                       // Scrollable Menu
,                                       // Reserved for future use
,"<img src=btn-pass.gif border=0>","show-menu=pass","aa-template-desktop-101.shtml","",0
])
        addmenu(menu=["pass",
        ,,310,1,"",style2pass,,"left","Shadow(color='#999999', Direction=135, Strength=3)",,,,,,,,,,,,
        ,"<a href=aa-template-desktop-101.shtml><img src=btn-slider-whats.gif border=0></a><blockquote><font size=2 color=#24501F><img src=icon-desktop.gif border=0 align=absbottom>&nbsp;<b>Desktop Pass Content</b></font><br><b>Desktop Pass Subscribers have the advantage!</b><br>Your Desktop Pass privileges include access to research and analysis released weeks in advance. This gives you a distinct advantage—focus.<br><br><a href=aa-template-desktop-101.shtml>Here's what's waiting for you inside.</a></blockquote>","",,,1
                ])

dumpmenus()


// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
        effect = "Fade(duration=0.35);Alpha(style=0,opacity=100);Shadow(color='#ffffff', Direction=0, Strength=0)"
}
else
{
        effect = "Shadow(color='#ffffff', Direction=0, Strength=0)" // Stop IE5.5 bug when using more than one filter
}

timegap=100                                     // The time delay for menus to remain visible
followspeed=5                           // Follow Scrolling speed
followrate=40                           // Follow Scrolling Rate
suboffset_top=0;                        // Sub menu offset Top position 
suboffset_left=0;                       // Sub menu offset Left position

style1=[                // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"",                             // Mouse Off Font Color
"",                             // Mouse Off Background Color
"",                             // Mouse On Font Color
"",                             // Mouse On Background Color
"",                             // Menu Border Color 
,                               // Font Size in pixels
"",                             // Font Style (italic or normal)
"",                             // Font Weight (bold or normal)
"",                             // Font Name
0,                              // Menu Item Padding
"",                             // Sub Menu Image (Leave this blank if not needed)
,                               // 3D Border & Separator bar
"",                             // 3D High Color
"",                             // 3D Low Color
"",                             // Current Page Item Font Color (leave this blank to disable)
"",                             // Current Page Item Background Color (leave this blank to disable)
"",                             // Top Bar image (Leave this blank to disable)
"",                             // Menu Header Font Color (Leave blank if headers are not needed)
"",                             // Menu Header Background Color (Leave blank if headers are not needed)
]

style2aboutpass=[                               // style2 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",                               // Mouse Off Font Color
"FCF5E0",                               // Mouse Off Background Color
"000000",                               // Mouse On Font Color
"FCF5E0",                               // Mouse On Background Color
"517943",                               // Menu Border Color 
10,                                             // Font Size in pixels
"normal",                               // Font Style (italic or normal)
"normal",                               // Font Weight (bold or normal)
"Verdana, Arial",               // Font Name
0,                                              // Menu Item Padding
"arrow.gif",                    // Sub Menu Image (Leave this blank if not needed)
,                                               // 3D Border & Separator bar
,                                               // 3D High Color
,                                               // 3D Low Color
"",                                             // Current Page Item Font Color (leave this blank to disable)
,                                               // Current Page Item Background Color (leave this blank to disable)
"",                                             // Top Bar image (Leave this blank to disable)
,                                               // Menu Header Font Color (Leave blank if headers are not needed)
,                                               // Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[          // This is the array that contains your menu properties and details
"menuaboutpass",                        // Menu Name - This is needed in order for the menu to be called
2,                                      // Menu Top - The Top position of the menu in pixels
700,                            // Menu Left - The Left position of the menu in pixels
,                                       // Menu Width - Menus width in pixels
0,                                      // Menu Border Width 
,                                       // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,                         // Properties Array - this is set higher up, as above
1,                                      // Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",                         // Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,                         // Filter - Text variable for setting transitional effects on menu activation - see above for more info
,                                       // Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0,                                      // Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,                                       // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,                                       // Position of TOP sub image left:center:right
,                                       // Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,                                       // Right To Left - Used in Hebrew for example. (1=on/0=off)
,                                       // Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,                                       // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                                       // Background image for menu when BGColor set to transparent.
,                                       // Scrollable Menu
,                                       // Reserved for future use
,"<img src=btn-about.gif border=0>","show-menu=aboutpass","aa-template-desktop-101.shtml","",0
])
        addmenu(menu=["aboutpass",
        ,,310,1,"",style2aboutpass,,"left","Shadow(color='#999999', Direction=135, Strength=3)",,,,,,,,,,,,
        ,"<a href=aa-template-desktop-101.shtml><img src=btn-slider-whats.gif border=0></a><blockquote><font size=2 color=#24501F><img src=icon-desktop.gif border=0 align=absbottom>&nbsp;<b>Desktop Pass Content</b></font><br><b>Desktop Pass Subscribers have the advantage!</b><br>Your Desktop Pass privileges include access to research and analysis released weeks in advance. This gives you a distinct advantage—focus.<br><br><a href=aa-template-desktop-101.shtml>Here's what's waiting for you inside.</a></blockquote>","",,,1
                ])

dumpmenus()


// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
        effect = "Fade(duration=0.35);Alpha(style=0,opacity=100);Shadow(color='#ffffff', Direction=0, Strength=0)"
}
else
{
        effect = "Shadow(color='#ffffff', Direction=0, Strength=0)" // Stop IE5.5 bug when using more than one filter
}

timegap=100                                     // The time delay for menus to remain visible
followspeed=5                           // Follow Scrolling speed
followrate=40                           // Follow Scrolling Rate
suboffset_top=0;                        // Sub menu offset Top position 
suboffset_left=0;                       // Sub menu offset Left position

style1=[                // style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"",                             // Mouse Off Font Color
"",                             // Mouse Off Background Color
"",                             // Mouse On Font Color
"",                             // Mouse On Background Color
"",                             // Menu Border Color 
,                               // Font Size in pixels
"",                             // Font Style (italic or normal)
"",                             // Font Weight (bold or normal)
"",                             // Font Name
0,                              // Menu Item Padding
"",                             // Sub Menu Image (Leave this blank if not needed)
,                               // 3D Border & Separator bar
"",                             // 3D High Color
"",                             // 3D Low Color
"",                             // Current Page Item Font Color (leave this blank to disable)
"",                             // Current Page Item Background Color (leave this blank to disable)
"",                             // Top Bar image (Leave this blank to disable)
"",                             // Menu Header Font Color (Leave blank if headers are not needed)
"",                             // Menu Header Background Color (Leave blank if headers are not needed)
]

style2fourweek=[                                // style2 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",                               // Mouse Off Font Color
"FCF5E0",                               // Mouse Off Background Color
"000000",                               // Mouse On Font Color
"FCF5E0",                               // Mouse On Background Color
"517943",                               // Menu Border Color 
10,                                             // Font Size in pixels
"normal",                               // Font Style (italic or normal)
"normal",                               // Font Weight (bold or normal)
"Verdana, Arial",               // Font Name
0,                                              // Menu Item Padding
"arrow.gif",                    // Sub Menu Image (Leave this blank if not needed)
,                                               // 3D Border & Separator bar
,                                               // 3D High Color
,                                               // 3D Low Color
"",                                             // Current Page Item Font Color (leave this blank to disable)
,                                               // Current Page Item Background Color (leave this blank to disable)
"",                                             // Top Bar image (Leave this blank to disable)
,                                               // Menu Header Font Color (Leave blank if headers are not needed)
,                                               // Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[          // This is the array that contains your menu properties and details
"menuget",                      // Menu items Name
2,                                      // Top
738,                            // left
,                                       // Width
0,                                      // Border Width
,                                       // Screen Position - here you can use "center;left;right;middle;top;bottom"
style1,                         // Properties Array - this is set higher up, as above
1,                                      // Always Visible - allows the menu item to be visible at all time
"left",                         // Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
effect,                         // Filter - Text variable for setting transitional effects on menu activation
,                                       // Follow Scrolling - Tells the menu item to follow the user down the screen
0,                                      // Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,                                       // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,                                       // Position of TOP sub image left:center:right
,                                       // Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,                                       // Right To Left - Used in Hebrew for example. (1=on/0=off)
,                                       // Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,                                       // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                                       // Background image for menu when BGColor set to transparent.
,                                       // Scrollable Menu
,                                       // Reserved for future use
,"<img src=btn-get.gif border=0>","show-menu=fourweek","aa-template-desktop-102.shtml","",0             // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
])

        addmenu(menu=["fourweek",
        ,,282,1,"",style2fourweek,,"left","Shadow(color='#999999', Direction=135, Strength=3)",,,,,,,,,,,,
                ,"<a href=aa-template-desktop-102.shtml><img src=btn-slider-4week.gif border=0></a><br><blockquote><font size=2 color=#24501F><img src=icon-desktop.gif border=0 align=absbottom>&nbsp;<b>Desktop Pass Application</b></font><br><font color=DB2700><b>Four-Week FREE Trial Offer!</b></font><br><b>Proven five-year track record...<br>&quot;Best IPO stock picks!&quot</b><br>For a limited time, we're offering a Four-Week Free Trial Subscription to qualified applicants. Please <a href=aa-template-desktop-102.shtml>fill out the form</a> to get your Desktop Pass. We promise a prompt response to your inquiry.</blockquote>","",,,1
                ])

dumpmenus()

