<!--

/*
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=200; // 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="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="purple";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="fuchsia";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="purple";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAV 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[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["For Baby"] //create header
ssmItems[1]=["Blue Photo Frame", "baby_boy_quilt_photo_frame.htm", ""]
ssmItems[2]=["Pink Photo Frame", "baby_girl_quilt_photo_frame.htm",""]
ssmItems[3]=["Blue Gift Set", "blue_baby_gift_set_in_case.htm", ""]
ssmItems[4]=["Blue Basket Set", "blue_baby_soft_basket_gift_set.htm", ""]
ssmItems[5]=["Blue First Step Frame", "first_step_frame_boy.htm", ""]
ssmItems[6]=["Pink First Step Frame", "first_step_frame_girl.htm", ""]

ssmItems[7]=["Pink Messenger Bear", "girl_messenger_bear.htm", ""] //create two column row
ssmItems[8]=["Blue Baseball", "its_a_boy_baseball.htm", ""]

ssmItems[9]=["Blue Messenger Bear", "its_a_boy_messenger_bear.htm", ""] //create header
ssmItems[10]=["Pink Gift Set", "pink_baby_gift_set.htm", ""]
ssmItems[11]=["Pink Basket Set", "pink_baby_soft_basket_set.htm", ""]
ssmItems[12]=["Pink Baseball", "pink_baseball.htm", ""]
ssmItems[13]=["Back To Index", "for_baby_index.htm", ""]
buildMenu();

//-->