/*	Configure menu styles below															*/
/*	NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors	*/

YOffset         = 130;					// 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     = "#0099cc";
menuIsStatic    = "yes";				// this sets whether menu should stay static on the screen
menuWidth       = 188;					// Must be a multiple of 10! no quotes!!
menuCols        = 1;

hdrFontFamily   = "MS UI Gothic";
hdrFontSize     = "2";
hdrFontColor    = "#FFFFFF";
hdrBGColor      = "#0099cc";
hdrAlign        = "left";
hdrVAlign       = "center";
hdrHeight       = "10";

linkFontFamily  = "MS UI Gothic";
linkFontSize    = "3";
linkBGColor     = "black";
linkOverBGColor = "black";
linkTarget      = "_top";
linkAlign       = "Left";

barBGColor      = "#0099cc";
barFontFamily   = "MS UI Gothic";
barFontSize     = "10";					// px
barFontColor    = "#FFFFFF";
barVAlign       = "center";
barWidth        = 20;					// no quotes!!
barText         = "Actor List";			// <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]=[""]						//create header
// ssmItems[2]=[""]						//create linker

ssmItems[0] = ["<IFRAME SRC=actor_list.html WIDTH=180 HEIGHT=280 FRAMEBORDER=0></IFRAME>", "", ""];

buildMenu();


