<!--

/*
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=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#7F7F7F";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="silver";
linkTarget="_top";
linkAlign="Left";
barBGColor="silver";
barFontFamily="arial";
barFontSize="2";
barFontColor="black";
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]=["Moi's Menu"] //create header
ssmItems[1]=["Home", "my_jukebox.htm", ""]
ssmItems[2]=["A to D", "midis_a_to_d.htm", ""]
ssmItems[3]=["E to H", "midis_e_to_h.htm",""]
ssmItems[4]=["I to L", "midis_i_to_l.htm", ""]
ssmItems[5]=["M to Q", "midis_m_to_q.htm", ""]
ssmItems[6]=["R to T", "midis_r_to_t.htm", ""]
ssmItems[7]=["U to Z", "midis_u_to_z.htm", ""]
ssmItems[8]=["Nat King Cole", "midis_nat_king_cole.htm", ""]
ssmItems[9]=["Dean Martin", "midis_dean_martin.htm", ""]
ssmItems[10]=["Elvis Presley", "midis_elvis_presley.htm", ""]
ssmItems[11]=["Cliff Richards", "midis_cliff_richards.htm", ""]
ssmItems[12]=["Frank Sinatra", "midis_frank_sinatra.htm", ""]
ssmItems[13]=["The Beach Boys", "midis_beach_boys.htm", ""]
ssmItems[14]=["The Beatles", "midis_beatles.htm", ""]
ssmItems[15]=["The Beegees", "midis_beegees.htm", ""]
ssmItems[16]=["Queen", "midis_queen.htm", ""]
buildMenu();

//-->