<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE MENY"; // <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]=["Innhold"] //create header
ssmItems[1]=["Forside", "NFS.htm", ""]
ssmItems[2]=["Om NFS", "NFS_Om_NFS.htm", ""]
ssmItems[3]=["Ta kontakt", "NFS_ta_kontakt.htm", "", 1, "no"] //create two column row
ssmItems[4]=["E-post", "mailto:irene.haugli@tekna.no", "_new",1]

ssmItems[5]=["Nyttige lenker"] //create header
ssmItems[6]=["Tekna", "http://www.tekna.no/", "_new"]
ssmItems[7]=["Norsk Stålforbund", "http://www.stalforbund.com", ""]
ssmItems[8]=["Stål-Guiden", "http://www.stalguiden.com/", ""]
ssmItems[9]=["Stålkonstruksjonsprisen", "http://www.stalforbund.com/Stalpris/stalpris.htm", ""]
ssmItems[10]=["Den norske Stålgruppen", "http://www.stalforbund.com/Forbundet/stalgruppen.htm", ""]
ssmItems[11]=["STÅLMAT", "http://www.sintef.no/units/matek/Stalmat/", "_new"]
ssmItems[12]=["Sintef", "http://www.sintef.no/", "_new"]
ssmItems[13]=["Norsok", "http://www.standard.no/", "_new"]
ssmItems[14]=["Teknisk Ukeblad", "http://www.tu.no/", "_new"]

buildMenu();

//-->