<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=20; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#E3E1E1";
menuIsStatic="no"; //this sets whether menu should stay static on the screen
menuWidth=350; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="#4D4D4D";
hdrBGColor="#D5CFCF";
hdrAlign="right";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#FFFFFF";
linkOverBGColor="#CEF45A";
linkTarget="_top";
linkAlign="right";
barBGColor="#646262";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="F7F7F7";
barVAlign="top";
barWidth=15; // no quotes!!
barText="  OVERSETTER-STOFF"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Oversetterservice"] //create header
ssmItems[1]=["Konverteringstabeller - inkludert valutaoversikt", "conversion.htm", ""]
ssmItems[2]=["ISO 3166-landskoder", "iso3166.htm", ""]
ssmItems[3]=["Internasjonale retningsnumre", "callcode.htm", ""]
ssmItems[4]=["Utvidet ASCII-tabell", "ascii2.htm", ""]
ssmItems[5]=["ASCII-tabell (MAC)", "asciimac.gif", ""]
ssmItems[6]=["Desimal >> heksadesimal", "dec2hex2.htm", ""]

ssmItems[7]=["Militære grader", "http://www.navio.no/tekst/matnyttig/pekere/militaeret_og_politi.htm", ""]

ssmItems[8]=["ENG-NOR liste over land/språk (Word-format)", "ENG-NOR_country_list.rtf", "", 1, "no"]
ssmItems[9]=["ENG-NOR liste over land/språk (Trados, TMX-format)", "ENG-NOR_country_list.tmx", "", 1]

ssmItems[10]=["Hendig alfabetark som gjør det litt enklere å sjekke hurtigtaster manuelt under oversetting/testing. Skriv det ut!", "NOR_check_hotkeys.rtf", ""]

ssmItems[11]=["Verdens flagg", "flags/flags.htm", ""]
ssmItems[12]=["Microsoft-ordlister", "http://www.microsoft.com/language/en-us/default.aspx", ""]
ssmItems[13]=["Proz.com - the translation workspace", "http://www.proz.com", ""]
buildMenu();

//-->
