<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=160; // 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="1";
hdrFontColor="#FFFF66";
hdrBGColor="black";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="14";
linkFontFamily="Arial";
linkFontSize="1";
linkOverFontColor="#FFFF66";
linkBGColor="#C0C0C0";
linkOverBGColor="#C0C0C0";
linkTarget="_top";
linkAlign="center";
barBGColor="black";
barFontFamily="Arial";
barFontSize="1";
barFontColor="#FFFF66";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Cinematica 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]=["MENU"] //create header
ssmItems[1]=["HOME", "http://www.cinematica.org/", ""]
ssmItems[2]=["NEWS", "http://www.cinematica.org/news.htm", ""]
ssmItems[3]=["TOP 10 FILMS", "http://www.cinematica.org/top_10.htm",""]
ssmItems[4]=["BRILLIANT FILMS", "http://www.cinematica.org/brilliant_films.htm",""]
ssmItems[5]=["VIEWERS CHOICE", "http://www.cinematica.org/viewers_choice.htm", ""]
ssmItems[6]=["REVIEWS", "http://www.cinematica.org/reviews.htm", ""]
ssmItems[7]=["GRADING CRITERIA", "http://www.cinematica.org/grading_criteria.htm", ""]
ssmItems[8]=["ESSAY'S", "http://www.cinematica.org/essay.htm", ""]
ssmItems[9]=["RESOURCES", "http://www.cinematica.org/resources.htm", ""]

buildMenu();

//-->
