YOffset=120; // 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="#0268B3";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="#FEFF01";
hdrBGColor="#0268B3";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="dadada";
linkOverBGColor="#FEFF01";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0268B3";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="#FEFF01";
barVAlign="center";
barWidth=18; // no quotes!!
barText="INDEX·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]=["<big>M</big>enu"] //create header
ssmItems[1]=["Company · Profile", "firmenprofil.asp", "_self"]
ssmItems[2]=["Analysis", "analyse.asp","_self"]
ssmItems[3]=["Consultation", "beratung.asp", "_self"]
ssmItems[4]=["Planning", "planung.asp", "_self"]
ssmItems[5]=["Suppression of interference", "entstoerung.asp", "_self"]
ssmItems[6]=["Contact", "kontakt.asp", "_self"]
ssmItems[7]=["Office", "officeemail.asp", "_self", 1, "no"] //create two column row
ssmItems[8]=["E-Mail", "kontaktemail.asp", "_self",1]
ssmItems[9]=["External Links", "", ""] //create header
ssmItems[10]=["References", "referenzen.asp", "_self"]
ssmItems[11]=["Links", "links.asp", "_self"]
ssmItems[12]=["Literature", "literatur.asp", "_self"]
ssmItems[13]=["Languages", "", ""] //create header
ssmItems[14]=["<a href='../' target='_top'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"+
"<img src='../gifs/ch.gif' alt='deutsch' border='0'>&nbsp;&nbsp;&nbsp;"+
"<a href='../franz/' target='_top'><img src='../gifs/fr.gif' alt='française' border='0'>"+
"&nbsp;&nbsp;&nbsp;<a href='../engl/' target='_top'>"+
"<img src='../gifs/uk.gif' alt='english' border='0'>",""]

ssmItems[15]=["Webmaster", "mailto:mail@pagecom.ch?subject=from the GBM Homepage", ""]
ssmItems[16]=["Please make selection", "", ""] //create header

buildMenu();
