<!--

/*
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=210; // 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="yellow";
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]=["Nyttige links - måske :-)"] //create header
ssmItems[1]=["Viborg Kommune", "http://www.viborg.dk", "_blank"]
ssmItems[2]=["Danske Netbank", "http://www.danskebank.dk/DanskeNetbank","_blank"]
ssmItems[3]=["dinpsykiater.dk", "http://dinpsykiater.dk/", "_blank"]
ssmItems[4]=["Schnackerne", "http://www.schnackerne.dk", "_blank"]
ssmItems[5]=["Kau Schnack, Schnack og Ewald", "http://www.kausch.dk", "_blank"]
ssmItems[6]=["Skat - uha :-)", "http://www.skat.dk", "_blank"]
ssmItems[7]=["VAFT - køreplan m.v.", "http://www.vaft.dk", "_blank"]

ssmItems[8]=["E-mail adresser m.v.:"] //create header
ssmItems[9]=["Web10", "http://www.web10.dk", "_blank", 1, "no"] //create two column row
ssmItems[10]=["webmail", "http://mail.dinpsykiater.dk", "_blank", 1]
ssmItems[11]=["Marianne", "http://www.ddhn.dk/kontakt.htm", "_blank", 1, "no"] //create two column row
ssmItems[12]=["Johan", "http://www.ddhn.dk/kontakt.htm", "_blank",1]

ssmItems[13]=["Links til nyhedsmedier m.v.", "", ""] //create header
ssmItems[14]=["Politiken", "http://www.politiken.dk", "_blank", 1, "no"] //create two column row
ssmItems[15]=["Berlingske", "http://www.berlingske.dk", "_blank",1]
ssmItems[16]=["BT", "http://www.bt.dk", "_blank", 1, "no"] //create two column row
ssmItems[17]=["Ekstra Bladet", "http://www.ekstrabladet.dk/", "_blank",1]
ssmItems[18]=["DR netradio", "http://www.dr.dk/netradio/", "_blank", 1, "no"] //create two column row
ssmItems[19]=["Danmarks Radio", "http://www.dr.dk/nyheder", "_blank",1]
ssmItems[20]=["Stiftstidende", "http://www.stiften.dk/", "_blank", 1, "no"] //create two column row
ssmItems[21]=["Jyllands Posten", "http://www.jp.dk/", "_blank",1]
ssmItems[22]=["Viborg Folkeblad", "http://www.viborg-folkeblad.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]=["EDBpriser.dk", "http://www.edbpriser.dk/forsiden.asp", "_blank",1]
ssmItems[26]=["Politiken", "http://www.politiken.dk/", "_blank", 1, "no"] //create two column row
ssmItems[27]=["Læger.dk", "http://www.laeger.dk/", "_blank",1]


buildMenu();

//-->