//##############################################################################
/**
 *	ssmitems.js
 *	
 *	Settings you can customize for the popup menu
 *	
 *	@author		Jan / Re@PeR <jan@mycee.net>
 *	@link		http://blog.mycee.net
 *	@version	1.0
 *	
 *	@package 	common/x/js
 *
 */
//##############################################################################

//------------------------------------------------------------------------------

YOffset = 130;
XOffset = 0;
staticYOffset = 5;
slideSpeed = 10;

//------------------------------------------------------------------------------

//This sets the time the menu stays out for after the mouse goes off it.
waitTime = 500; 

//------------------------------------------------------------------------------

menuBGColor = "black";
//This sets whether menu should stay static on the screen
menuIsStatic = "yes";
//Must be a multiple of 10! no quotes!!
menuWidth = 150; 
menuCols = 2;

//------------------------------------------------------------------------------

hdrFontFamily = "verdana";
hdrFontSize = "2";
hdrFontColor = "white";
hdrBGColor = "#006699";
hdrAlign = "left";
hdrVAlign = "center";
hdrHeight = "15";

//------------------------------------------------------------------------------

linkFontFamily = "Verdana";
linkFontSize = "2";
linkBGColor = '#FCFCFC';
linkOverBGColor = "#D6D6D6";
linkTarget = "_top";
linkAlign = "Left";

//------------------------------------------------------------------------------

barBGColor = "#444444";
barFontFamily = "Verdana";
barFontSize = "2";
barFontColor = "#FFFFFF";
barVAlign = "center";
barWidth = 20;
//<IMG> tag supported. Put exact html for an image to show.
barText = " MENU ";

//------------------------------------------------------------------------------