<!--

/*
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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText=" DET BLEV DER IKKE PLADS TIL "; // <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]=["Hjemmesider"] //create header
ssmItems[1]=["Nyeste 0707.dk", "http://www.0707.dk", "_blank"]
ssmItems[2]=["Det Der Hurtige Noget", "http://www.ddhn.dk","_blank"]
ssmItems[3]=["Galleriet SC", "http://gallerisc.dk/", "_blank"]
ssmItems[4]=["dinpsykiater.dk", "http://dinpsykiater.dk", "_blank"]
ssmItems[5]=["Teglmarken Viborg", "http://www.teglmarken.dk", "_blank"]
ssmItems[6]=["Mikkel Frisch", "http://www.v8frisch.dk", "_blank"]
ssmItems[7]=["Schnack", "http://www.schnackerne.dk", "_blank"]


ssmItems[8]=["Emailadresser:"] //create header
ssmItems[9]=["Marianne", "http://www.kausch.dk/a5/besked.htm", "_blank", 1, "no"] //create two column row
ssmItems[10]=["Familien", "http://www.kausch.dk/a5/besked.htm", "_blank",1]
ssmItems[11]=["Johan", "http://www.kausch.dk/a5/besked.htm", "_blank", 1, "no"] //create two column row
ssmItems[12]=["Emma", "http://www.kausch.dk/a5/besked.htm", "_blank",1]

ssmItems[13]=["Links", "", ""] //create header
ssmItems[14]=["Webmail", "http://mail.tdconline.dk/", "_blank", 1, "no"] //create two column row
ssmItems[15]=["Danske Bank", "http://www.danskebank.dk/DanskeNetbank", "_blank",1]
ssmItems[16]=["Danske spil", "http://www.danskespil.dk/", "_blank", 1, "no"] //create two column row
ssmItems[17]=["web10 webmail", "http://webmail.talkactive.net/horde/imp/login.php", "_blank",1]
ssmItems[18]=["TDC webmail", "http://tdconline.dk/", "_blank", 1, "no"] //create two column row
ssmItems[19]=["Danmarks Radio", "http://www.dr.dk", "_blank",1]
ssmItems[20]=["Politiken", "http://www.politiken.dk/", "_blank", 1, "no"] //create two column row
ssmItems[21]=["b-one webmail", "http://www.b-one.net/static/webmail.jsp", "_blank",1]
ssmItems[22]=["Ekstra Bladet", "http://www.ekstrabladet.dk/", "_blank", 1, "no"] //create two column row
ssmItems[23]=["Computerworld", "http://www.computerworld.dk/", "_blank",1]
ssmItems[24]=["TV 2", "http://nyhederne.tv2.dk/", "_blank", 1, "no"] //create two column row
ssmItems[25]=["Stiftstidende", "http://www.stiften.dk/", "_blank",1]
ssmItems[26]=["BT", "http://www.bt.dk/", "_blank", 1, "no"] //create two column row
ssmItems[27]=["Berlingske", "http://www.berlingske.dk/", "_blank",1]
ssmItems[28]=["Rejseplanen", "http://www.rejseplanen.dk/", "_blank", 1, "no"] //create two column row
ssmItems[29]=["Telmore", "https://www.telmore.dk/", "_blank",1]


buildMenu();

//-->