<!--

/*
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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="ariel";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#800000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="ariel";
linkFontSize="2";
linkBGColor="#FFCCCC";
linkOverBGColor="#FFAAAA";
linkTarget="_top";
linkAlign="Left";
barBGColor="#333333";
barFontFamily="ariel";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE MENU"; // <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]=["HJEM", "dk.htm", ""]

ssmItems[1]=["BOELSPLAAS"] //create header
ssmItems[2]=["HVEM ER VI", "os_dk.htm",""]
ssmItems[3]=["GARRANTI", "garranti_dk.htm", ""]
ssmItems[4]=["KONTAKT", "kontakt_dk.htm", ""]

ssmItems[5]=["BOERBOEL"] //create header
ssmItems[6]=["GENNERELT", "boerboel_dk.htm",""]
ssmItems[7]=["STANDARD", "standard_dk.htm", ""]
ssmItems[8]=[".", "_", ""]


ssmItems[9]=["VORES HUNDE"] //create header
ssmItems[10]=["DON CARLOS", "vh_doncarlos_dk.htm", ""]
ssmItems[11]=["MONRAD", "vh_monrad_dk.htm", ""]
ssmItems[12]=["REDNECK", "vh_redneck_dk.htm", ""]
ssmItems[13]=["ROSIE MC.GEE", "vh_rosiemcgee_dk.htm", ""]
ssmItems[14]=["PEGGY SUE", "vh_peggysue_dk.htm", ""]
ssmItems[15]=["MISS DIXIE", "vh_miss_dixie_dk.htm", ""]
ssmItems[16]=["MA´BAKER", "vh_baker_dk.htm", ""]
ssmItems[17]=["HVALPE", "voreshvalpe_dk.htm", ""]
ssmItems[18]=["ÆLDRE HUNDE", "voksnehunde_dk.htm", ""]


ssmItems[19]=["DIVERSE"] //create header
ssmItems[20]=["GALLERI", "galleri_dk.htm", ""]
ssmItems[21]=["PENN-HIP", "pennhip.htm", ""]
ssmItems[22]=["EXPORT SVERIGE", "exportsverige.htm", ""]
ssmItems[23]=["MENTALTEST", "http://www.boelsplaas.se/mentaltest/mentaltest.htm", ""]
ssmItems[24]=["LINKS", "links.htm", ""]


buildMenu();

//-->