<!--

/*
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=400; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#FF3300";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF3300";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MAIN 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]=["MAIN MENU"] //create header
ssmItems[1]=["Home Page (IISRT)", "index.htm", ""]
ssmItems[2]=["Center for the Study of Management and Oversight", "csmo.htm", ""]
ssmItems[3]=["Center for E-Goverance and Policy Studies", "cegps.htm",""]
ssmItems[4]=["Center for Scientific Research/Technological Advancement", "csrta.htm", ""]
ssmItems[5]=["Center for Diplomatic Studies", "cds.htm", ""]
ssmItems[6]=["Center for Cultural Awareness", "car.htm", ""]
ssmItems[7]=["International University / Online Center for E-Learning", "underconstruct.htm", ""]


ssmItems[8]=["FAQ", "underconstruct.htm", "", 1, "no"] //create two column row
ssmItems[9]=["Contacting IISRT", "comment.htm", "",1]

ssmItems[10]=["EXTERNAL  LINKS", "", ""] //create header
ssmItems[11]=["Center for International Studies", "underconstruct.htm", ""]
ssmItems[12]=["Center for International Understanding", "underconstruct.htm", ""]
ssmItems[13]=["Program for the Developing Countries", "underconstruct.htm", ""]


buildMenu();

//-->
