<!--

/*
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]=["HOME", "eng.htm", ""]

ssmItems[1]=["BOELSPLAAS"] //create header
ssmItems[2]=["ABOUTE US", "os_eng.htm",""]
ssmItems[3]=["GUARANTEE", "garranti_eng.htm", ""]
ssmItems[4]=["CONTACT", "kontakt_eng.htm", ""]

ssmItems[5]=["BOERBOEL"] //create header
ssmItems[6]=["GENNEREL", "boerboel_eng.htm",""]
ssmItems[7]=["STANDARD", "standard_eng.htm", ""]
ssmItems[8]=[".", "_", ""]


ssmItems[9]=["OUR DOGS"] //create header
ssmItems[10]=["DON CARLOS", "vh_doncarlos_eng.htm", ""]
ssmItems[11]=["MONRAD", "vh_monrad_eng.htm", ""]
ssmItems[12]=["REDNECK", "vh_redneck_eng.htm", ""]
ssmItems[13]=["ROSIE Mc.GEE", "vh_rosiemcgee_eng.htm", ""]
ssmItems[14]=["PEGGY SUE", "vh_peggysue_eng.htm", ""]
ssmItems[15]=["MISS DIXIE", "vh_miss_dixie_eng.htm", ""]
ssmItems[16]=["MAŽBAKER", "vh_baker_eng.htm", ""]
ssmItems[17]=["OUR PUPPIES", "voreshvalpe_eng.htm", ""]
ssmItems[18]=["GROWN BB`s", "Voksne_eng.htm", ""]


ssmItems[19]=["DIVERSE"] //create header
ssmItems[20]=["GALLERI", "galleri_eng.htm", ""]

ssmItems[21]=["EXPORT SWEDEN", "exportsverige_eng.htm", ""]
ssmItems[22]=["LINKS", "links.htm", ""]
ssmItems[23]=["WORLDCHAMP", "vm_eng.htm", ""]

buildMenu();

//-->