<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
bodyWidth=(IE)?document.body.offsetWidth-20:window.innerWidth-20
YOffset=100; // no quotes!!
barWidth=18; // no quotes!!
XOffset=Math.floor(bodyWidth/2+barWidth/2-.35*bodyWidth)-1; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#333333";
menuIsStatic="yes";
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrBGColor="#666666";
hdrAlign="left";
hdrVAlign="center";
//hdrHeight="25";
linkBGColor="white";
linkOverBGColor="#E1E1E1";
linkTarget="_self";
linkAlign="Left";
barBGColor="#FFD220";
barVAlign="center";
barText='框架表示'; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// the menu items
addHdr("2.5 框架表示")
addItem("2.5.1 框架的构成", "251.htm#anchor251", "")
addItem("2.5.2 框架的推理","252.htm","")


// final step that builds the menu
buildMenu();

//-->