<!--

/*
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=350; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#FFFFFF";//"white";
hdrBGColor="#000080";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF00";
linkTarget="GS_ClientContent";//"_top";
linkAlign="Left";
barBGColor="#FFFEC2";//"#00FF00";//"#C0DCC0";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="Black";//"Red";  //"black";//"white";//"Yellow";//
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_client_smlicon.gif">'; // <IMG> tag supported. Put exact html for an image to show in single ( ' ) quote not ( " ) . IK
barImageBot='<IMG src="images/ik_gs_client_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  System At A Glance"] //create header

ssmItems[1]=["What is Genie Stream&#8482 System", "ikgs_ServerStartPage.html",  "_parent",  ""]


ssmItems[2]=["Genie Stream&#8482  (Client/User) Manuals:"] //create header

ssmItems[3]=["Overview / Features", "ikgs_ClientOverview.php", "_self"]
ssmItems[4]=["Main Screen", "ikgs_ClientMainScreen.php", "_self", 1, "no"]
ssmItems[5]=["Setup", "ikgs_ClientSetUp.php", "_self", 1]
ssmItems[6]=["Records Manager, Logs Viewer and About", "ikgs_ClientOtherScreens.php", "_self",]
//ssmItems[7]=["Logs Viewer and About", "ikgs_ClientLogsViewer.html", "", 1]
///ssmItems[8]=["About Screen", "ikgs_ClientAudioConverter.html", "GS_ClientContent"]
ssmItems[7]=["More..."] //create header
ssmItems[8]=["Back", "javascript:history.go(-1)",  ""]


buildMenu();



//-->
