<!--

/*
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="Comic Sans MS";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="Blue";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Comic Sans MS";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="blue";
barFontFamily="Comic Sans MS";
barFontSize="2";
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]=["Menu"] //create header
ssmItems[1]=["Home Page", "http://oic-stars.com/index.html", ""]
ssmItems[2]=["My Dogs", "http://oic-stars.com/MyDogs.html",""]
ssmItems[3]=["Puppies", "http://oic-stars.com/Puppies.html", ""]
ssmItems[4]=["Available Adults", "http://oic-stars.com/Adults.html", ""]
ssmItems[5]=["Photo Albums", "http://oic-stars.com/Photo Album", "_new"]
ssmItems[6]=["Breed Information", "http://oic-stars.com/BreedInfo.html", ""]
ssmItems[7]=["Web Rings & Links", "http://oic-stars.com/Rings.html", ""]

ssmItems[8]=["Email Me", "mailto:eskies@oic-stars.com", "", 1, "no"] //create two column row
ssmItems[9]=["Alternate Email", "mailto:oic_stars@yahoo.com", "",1]

ssmItems[10]=["External Links", "", ""] //create header
ssmItems[11]=["AKC Breed Standard", "http://www.akc.org/breeds/american_eskimo_dog/index.cfm", "_new"]
ssmItems[12]=["UKC Breed Standard", "http://www.ukcdogs.com/breeds/northernbreeds/americaneskimo.revstd.shtml", "_new"]

buildMenu();

//-->