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
,"F&ouml;rsta sidan","index.htm",,"Till f&ouml;rsta sidan",1
,"Teknologin","show-menu=Teknologin",,"Teknologin",1
,"Partners","partners_swe.htm",,"ChromoGenics har ett n&auml;ra samarbete med ett flertal andra f&ouml;retag",1
,"Kontakt","contact_swe.htm",,"Kontakta oss",1
,"Nyheter","news_swe.htm",,"Nyheter",1
])
// ,"Information","show-menu=Information",,"F&ouml;retagsinformation",1
// ,"Tillverkning","show-menu=Tillverkning",,"Tillverkningsprocessen",1


addmenu(menu=["Teknologin"
,,,120,1,,style2,,"center",effect,,1,1,,,,,,,,,
,"Elektrokroma material","chrom_swe.htm",,"Elektrokroma material",1
,"Applikationer","app_swe.htm",,"Applikationer",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()
