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 = ""
timegap=500;
followspeed=50;
followrate=1;
suboffset_top=10;
suboffset_left=10;

style1=[
"333333",		// Text
"ECEAE7",		// Cell FEEDC7
"FFFFFF",		// Text rollover
"B4BDBD",		// Cell rollover
"7A776B",		// Border 3B4A95
9.5,
"normal",
"normal",
"Verdana,Tahoma,Helvetica",
1,
"menu/arrow.gif",
,
"000000",		// ?
"000000", 		// ?
,
,
,
"000000",
"000000",
]

style2=[
"333333",		// Text
"D0D4D2",		// Cell FEEDC7
"FFFFFF",		// Text rollover
"B4BDBD",		// Cell rollover
"7A776B",		// Border 3B4A95
9.5,
"normal",
"normal",
"Verdana,Tahoma,Helvetica",
1,
"menu/arrow.gif",
,
"000000",		// ?
"000000", 		// ?
,
,
,
"000000",
"000000",
]

addmenu(menu=[
"MainMenu",	// Menu Name
69,		// Vert pos
345,		// Hor pos
80,		// Cell width
1,		// Border width
,		// Screen pos
style1,		// Style - declared above
1,		// Always visible
"center",	// Text align
effect,		// Effect
,		// Follow scroll
1,		// Hor menu
1,		// Keep alive
,		// Top sub image pos
,		// Overall menu width
,		// Right to left
,		// Open sub menu on click
,		// Hide div #
,		// Background image for menu color
,		// Scrollable
,		// Misc
,"Start page","index_eng.htm",,"To start page",1
,"Technology","show-menu=Technology",,"Technology",1
,"Partners","partners_eng.htm",,"Partners",1
,"Contact","contact_eng.htm",,"Contact",1
,"News","news_eng.htm",,"News",1
])
// ,"Information","show-menu=Information",,"F&ouml;retagsinformation",1
// ,"Tillverkning","show-menu=Tillverkning",,"Tillverkningsprocessen",1


addmenu(menu=["Technology"
,,,140,1,,style2,,"center",effect,,1,1,,,,,,,,,
,"Electrochromic materials","chrom_eng.htm",,"Electrochromic materials",1
,"Applications","app_eng.htm",,"Applications",1
])
// ,"Potential","potential.htm",,"Nya anv&auml;ndningsomr&aring;den",1


addmenu(menu=["Partners"
,,,108,1,,style2,,"center",effect,,1,1,,,,,,,,,
,"Limeworks","limeworks.htm",,"Limeworks AB &auml;r v&aring;rat produktionsbolag",1
])

addmenu(menu=["Information"
,,,108,1,,style2,,"center",effect,,1,1,,,,,,,,,
,"Om f&ouml;retaget","foretaget.htm",,"Rektorns sida",1
,"Anst&auml;llda","anstallda.htm",,"",1

])

addmenu(menu=["Tillverkning"
,,,108,1,,style2,,"center",effect,,1,1,,,,,,,,,
,"Materialet","index.htm?menu=0&content=6",,"Vad &auml;r s&aring; unikt med ChromoGenics material?",1
,"Processen","index.htm?menu=0&content=7",,"S&aring; tillverkas det",1
])


dumpmenus()
