	<!--

/*
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=200; // 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=130; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="5";
hdrFontColor="white";
hdrBGColor="red";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="5";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#6495ED";
linkTarget="_top";
linkAlign="center";
barBGColor="blue";
barFontFamily="Arial";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!
barText="JAMES CARTIER.COM";  // <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]=["MENU"] //create header
ssmItems[1]=["Home", "index1.htm", ""]
ssmItems[2]=["Intro Movie", "Jamesintro.htm",""]
ssmItems[3]=["We'll Always Remember Song", "WeRememberSong.html",""]
ssmItems[4]=["Tribute to Our Heroes Movie", "Heromemorial.htm",""]
ssmItems[5]=["Photos", "page1.htm",""]
ssmItems[6]=["James' Motorcycle", "bike.html",""]
ssmItems[7]=["Poems", "Poem1.htm", ""]
ssmItems[8]=["Memorial", "memorial1.htm", ""]
ssmItems[9]=["Award Ceremony", "Award1.htm", ""]
ssmItems[10]=["News Articles", "newsdayarticle.htm", ""]
ssmItems[11]=["Memorial Plate", "Memorialplate.html",""]
ssmItems[12]=["Links", "Links.htm", ""]
ssmItems[13]=["View Our Guest Book", "http://htmlgear.lycos.com/guest/control.guest?u=f3frank1&i=1&a=view", "_NEW"]
ssmItems[14]=["Sign Our Guest Book", "http://htmlgear.lycos.com/guest/control.guest?u=f3frank1&i=1&a=sign", "_NEW"]

buildMenu();

//-->