<!--

/*
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="SIETE 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", "ger.htm", ""]

ssmItems[1]=["BOELSPLAAS"] //create header
ssmItems[2]=["UNS", "os_ger.htm",""]
ssmItems[3]=["GARANTIE", "garrenti_ger.htm", ""]
ssmItems[4]=["KONTAKT", "kontakt_ger.htm", ""]

ssmItems[5]=["BOERBOEL"] //create header
ssmItems[6]=["GENERELL", "boerboel_ger.htm",""]
ssmItems[7]=["STANDARD", "standard_ger.htm", ""]
ssmItems[8]=[".", "_", ""]


ssmItems[9]=["UNSERE HUNDE"] //create header
ssmItems[10]=["DON CARLOS", "vh_doncarlos_ger.htm", ""]
ssmItems[11]=["MONRAD", "vh_monrad_ger.htm", ""]
ssmItems[12]=["REDNECK", "vh_redneck_ger.htm", ""]
ssmItems[13]=["ROSIE Mc.GEE", "vh_rosiemcgee_ger.htm", ""]
ssmItems[14]=["PEGGY SUE", "vh_peggysue_ger.htm", ""]
ssmItems[15]=["MISS DIXIE", "vh_miss_dixie_ger.htm", ""]
ssmItems[16]=["MAŽBAKER", "vh_baker_ger.htm", ""]
ssmItems[17]=["WELPEN", "voreshvalpe_ger.htm", ""]
ssmItems[18]=["ERWACHSNE BB`s", "voksne_ger.htm", ""]


ssmItems[19]=["DIVERSE"] //create header
ssmItems[20]=["GALLERIE", "galleri_ger.htm", ""]
ssmItems[21]=["LINKS", "links.htm", ""]
ssmItems[22]=["WELTMEISTER", "vm_ger.htm", ""]
buildMenu();

//-->