

  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)}
  effect  = "Fade(duration=1.4);Alpha(style=0,opacity=85);" // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters

  timegap=400		// The time delay for menus to remain visible
  followspeed=5		// Follow Scrolling speed
  followrate=40		// Follow Scrolling Rate
  suboffset_top=10;	// Sub menu offset Top position 
  suboffset_left=10;	// Sub menu offset Left position

style1=[
  "FFFFFF",		// Mouse Off Font Color
  "006600",		// Mouse Off Background Color
  "FFFFFF",		// Mouse On Font Color
  "006600",		// Mouse On Background Color
  "006600",		// Menu Border Color 
  12,			// Font Size in pixels
  "normal",		// Font Style (italic or normal)
  "bold",		// Font Weight (bold or normal)
  "Arial,Helvetica",	// Font Name
  2,			// Menu Item Padding
  "arrow.gif",	// Sub Menu Image (Leave this blank if not needed)
  ,			// 3D Border & Separator bar
  "white",		// 3D High Color
  "white",		// 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)
  "ffffff",		// Menu Header Font Color (Leave blank if headers are not needed)
  "000099",		// Menu Header Background Color (Leave blank if headers are not needed)
  ]

style2=[
  "000000",		// Mouse Off Font Color
  "FFFFFF",		// Mouse Off Background Color
  "FFFFFF",		// Mouse On Font Color
  "006600",		// Mouse On Background Color
  "006600",		// Menu Border Color 
  12,			// Font Size in pixels
  "normal",		// Font Style (italic or normal)
  "normal",		// Font Weight (bold or normal)
  "Arial,Helvetica",	// Font Name
  2,			// Menu Item Padding
  "arrow.gif",	// Sub Menu Image (Leave this blank if not needed)
  ,			// 3D Border & Separator bar
  "66ffff",		// 3D High Color
  "000099",		// 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)
  "ffffff",		// Menu Header Font Color (Leave blank if headers are not needed)
  "000099",		// Menu Header Background Color (Leave blank if headers are not needed)
  ]

addmenu(menu=[	// This is the array that contains your menu properties and details
  "mainmenu",	// Menu Name - This is needed in order for the menu to be called
  107,		// Menu Top - The Top position of the menu in pixels
  ,		// Menu Left - The Left position of the menu in pixels
  ,		// Menu Width - Menus width in pixels
  0,		// Menu Border Width 
  "center",	// 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
  ,		// 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)
  "left",	// Position of TOP sub image left:center:right
  ,		// ..Now Obsolete..
  ,		// 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
  ,"&nbsp;&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","/",,"Home Page",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
  ,"&nbsp;&nbsp;&nbsp;&nbsp;About&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=about","about.htm","About",0 
  ,"&nbsp;&nbsp;&nbsp;&nbsp;Downloads&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=downloads","download.htm","Downloads",0
  ,"&nbsp;&nbsp;&nbsp;&nbsp;News&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=news","news.htm","News",0
  ,"&nbsp;&nbsp;&nbsp;&nbsp;Partners&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","partners.htm",,"Partners",0
  ,"&nbsp;&nbsp;&nbsp;&nbsp;Contact&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","contactca.htm",,"Contact"
  ])

addmenu(menu=["about","",,150,1,,style2,,"left",,,,,,,,,,,,,
    
    ,"Mission Statement","missionstatement.htm",,"Mission Statement",1
    ,"Company Values","companyvalues.htm",,"Company Values",1
    ,"Company History","companyhistory.htm",,"Company History",1
    ,"Management Team","show-menu=management",,"Management Team",1
    ])
    
  //addmenu(menu=["partners","",,150,1,,style2,,"left",,,,,,,,,,,,,
    //,"i2rd","i2rd.htm",,"i2rd",1
    //,"Audio-Obsessive","audioobsessive.htm",,"Audio-Obsessive",1
    //,"File-Cash","filecash.htm",,"File-Cash",1
    //,"LegalTunes","legaltunes.htm",,"LegalTunes",1
    //,"LegalFlix","legalflix.htm",,"LegalFlix",1
    //])

  addmenu(menu=["news","",,150,1,,style2,,"left",,,,,,,,,,,,,
     ,"2003 News","show-menu=2003",,"Press Releases 2003",1
     ,"2002 News","show-menu=2002",,"Press Releases 2002",1
    ])
    
  //addmenu(menu=["contact","",,150,1,,style2,,"left",,,,,,,,,,,,,
  //  ,"Lincoln Nebraska","contactln.htm",,"Lincoln Office",1
   // ,"Los Angeles California","contactlc.htm",,"Los Angeles Office",1
   // ,"Canada","contactca.htm",,"Canadian Office",1
   // ])

  addmenu(menu=["management",,,150,1,"",style2,,"left",,,,,,,,,,,,,
      ,"Key Employees","keyemployees.htm",,"Key Employees",1
      ,"Company Directors","companydirectors.htm",,"Company Directors",1
      ])

  addmenu(menu=["2003",,,150,1,"",style2,,"left",,,,,,,,,,,,,
    ,"15 September 2003","15sep03.htm",,"15 September 2003",1
    ,"30 April 2003","30apr03.htm",,"30 April 2003",1
    ,"10 March 2003","10mar03.htm",,"10 March 2003",1
    ,"04 February 2003","04feb03.htm",,"04 February 2003",1
    ,"24 January 2003","24jan03.htm",,"24 January 2003",1
    ])
    
  addmenu(menu=["2002",,,150,1,"",style2,,"left",,,,,,,,,,,,,
    ,"07 October 2002","07oct02.htm",,"07 October 2002",1
    ,"30 August 2002","30aug02.htm",,"30 August 2002",1
    ])
  
  
  addmenu(menu=["downloads","",,150,1,,style2,,"left",,,,,,,,,,,,,
    ,"E-Cash ETM","download.htm",,"Download E-Cash ETM Software",1
    ,"AllTunes","download.htm",,"Download LegalTunes P2P Software",1
    ])


dumpmenus()