<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors

*/
YOffset=18; // no quotes!!
XOffset=0;
staticYOffset=50; // 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=380; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF00";
linkTarget="GS_Content";//"_top";
linkAlign="Left";
barBGColor="#FFFEC2";//"#170088";//"#000080";//"blue";"#800000";//"#C0DCC0";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="Black";//"Red"; //"black";//"Yellow";//"black";//"white";
barVAlign="center";
barWidth=18; // no quotes!!
barText=" MANUALS";//"ONLINE HELP";  //'<IMG border="1" src="images/ik_ver_bar.gif">';  //"ONLINE HELP";  // <IMG> tag supported. Put exact html for an image to show in single ( ' ) quote not ( " ) .
barImageTop='<IMG src="images/ik_gs_server_smlicon.gif">'; // <IMG> tag supported. Put exact html for an image to show in single ( ' ) quote not ( " ) . IK
barImageBot='<IMG src="images/ik_gs_server_smlicon.gif">'; // <IMG> tag supported. Put exact html for an image to show in single ( ' ) quote not ( " ) . IK


///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Genie Stream&#8482 Server At A Glance"] //create header

ssmItems[1]=["What is Genie Stream&#8482 System", "ikgs_GSAbout.php",  "_self",  ""]
ssmItems[2]=["Connections / Network Scenarios", "ikgs_ServerScenarios.php", "_self",  ""]
ssmItems[3]=["Overview / Features", "ikgs_ServerOverview.php", "_self",  ""]

ssmItems[4]=["Genie Stream&#8482  Server Manuals:"] //create header


ssmItems[5]=["Main Screen", "ikgs_ServerMainScreen.php", "_self", 1, "no"]
ssmItems[6]=["Server Setup", "ikgs_ServerSetup.php", "_self", 1]
ssmItems[7]=["Service Manager", "ikgs_ServerServiceManager.php", "_self", 1, "no"]
ssmItems[8]=["Logs Viewer", "ikgs_ServerLogsViewer.php", "_self", 1]
ssmItems[9]=["Audio Converter", "ikgs_ServerAudioConverter.php", "_self", 1, "no"]
ssmItems[10]=["License Manager", "ikgs_ServerLicenseManager.php", "_self", 1]
//ssmItems[11]=["Mix / Other Controls", "ikgs_ServerOtherControls.html", "GS_Content", ""]

ssmItems[11]=["More..."] //create header


ssmItems[12]=["Genie Stream&#8482 Client", "ikgs_ClientStartPage.html",  "_parent",  1, "no"]
ssmItems[13]=["Back", "javascript:history.go(-1)",  "",  1]
buildMenu();



//-->