<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=20; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20; // no quotes!!
waitTime=60000; // 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=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize=+1;
hdrFontColor="white";
hdrBGColor="#006699";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize=+1;
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="content";
linkAlign="center";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize=+1;
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE 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]=["Pointing Measurements"] //create header
ssmItems[1]=["Coeff.", "ptTermsHistory.html", "", 1, "no"] //create two column row
ssmItems[2]=["Errors Fits", "ptErrorFits.html", "", 1]

ssmItems[3]=["Image Quality"] //create header
ssmItems[4]=["IQ Measurements", "iqZernik.html", ""]
ssmItems[5]=["M1 Reflextivity", "http://mirrors.ls.eso.org/ems/ems_pms.htm", "_blank"]
ssmItems[6]=["M1 Pads Monitoring", "m1PadsMonitoring.html", ""]

ssmItems[7]=["CCD40 Std Tests"] //create header
ssmItems[8]=["SL 1x1", "EfStdSL_11.html", "", 1, "no"] //create two column row
ssmItems[9]=["SL 2x2", "EfStdSL_22.html", "", 1]
ssmItems[10]=["NL 1x1", "EfStdNL_11.html", "", 1, "no"] //create two column row
ssmItems[11]=["NL 2x2", "EfStdNL_22.html", "", 1]

ssmItems[12]=["EFOSC2 Measurements"] //create header
ssmItems[13]=["Setup", "EfSetUp.html", "", 1, "no"] //create two column row
ssmItems[14]=["Seeing", "EfSeeing.html", "", 1]

ssmItems[15]=["CCD61 Std Tests"] //create header
ssmItems[16]=["NR 1x1", "CsStdNR_11.html", "", 1, "no"] //create two column row
ssmItems[17]=["NR 4x1", "CsStdNR_41.html", "", 1]
ssmItems[18]=["FR 1x1", "CsStdFR_11.html", "", 1, "no"] //create two column row
ssmItems[19]=["FR 4x1", "CsStdFR_41.html", "", 1]

ssmItems[20]=["CES Measurements"] //create header
ssmItems[21]=["Setup", "CsSetUp.html", ""] //create two column row

ssmItems[22]=["HARPS CCD Std Test"] //create header
ssmItems[23]=["Jasmin (77)"] //create header
ssmItems[24]=["F417", "HaStdModF417Ccd77.html", "", 1, "no"] //create two column row
ssmItems[25]=["F104", "HaStdModF104Ccd77.html", "", 1]

ssmItems[26]=["Linda (78)"] //create header
ssmItems[27]=["F417", "HaStdModF417Ccd78.html", "", 1, "no"] //create two column row
ssmItems[28]=["F104", "HaStdModF104Ccd78.html", "", 1]

//ssmItems[23]=["VR 4x1", "CsStdVR_41.html", "", 1]
// ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
// ssmItems[8]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]
// ssmItems[9]=["External Links", "", ""] //create header
// ssmItems[10]=["Website Abstraction", "http://www.wsabstract.com", ""]
// ssmItems[11]=["Freewarejava", "http://www.freewarejava.com", ""]
// ssmItems[12]=["Dynamic Fx", "http://absolutegb.com/maximus/", ""]

buildMenu();

//-->

