BLANK_IMAGE="images/menu_blank.gif";
//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#60769F", "shadow":"#DBD8D1", "bgON":"#DEE3E7","bgOVER":"#D1D7DC"};
var color_line = {"border":"#60769F", "shadow":"#DBD8D1", "bgON":"#60769F","bgOVER":"#60769F"};
var css = {"ON":"menuOn", "OVER":"menuOver"};
var STYLE_BORDER_LR = {"border":1, "borders":[1,0,1,0], "shadow":0, "color":color, "css":css};
var STYLE_BORDER_TOP = {"border":1, "borders":[1,1,1,0], "shadow":0, "color":color, "css":css};
var STYLE_BORDER_BOTTOM = {"border":1, "borders":[1,0,1,1], "shadow":0, "color":color, "css":css};
var STYLE_LINE = {"border":1, "borders":[1,0,1,0], "shadow":0, "color":color_line, "css":css};
//text
var ape_overview = "<div align='center'><img src='images/autoplay/autoplay_small.jpg' width='165' height='119' border='0' alt='AutoPlay Express 4.5 - program for creation of CD autorun front ends'></div><b>Overview:</b> powerful software<br> suite for easy visual creation<br> of bright autoplay CD menus<br> and shells";

//items and formats
var MENU_ITEMS =
[
	{"pos":"relative", "itemoff":[21,0], "leveloff":[1,199], "style":STYLE_BORDER_LR, "border":0, "size":[21,200]},
	{code:"<b>AutoPlay Express 4.5</b>", "format":{"style":STYLE_BORDER_TOP}, url: "autoplay.php"
    },
    {code:"", "format":{"style":STYLE_LINE}
	},
	{code: ape_overview, "format":{"itemoff":[1,0], "size":[176,200]}, url: "autoplay.php"
	},
	{code:"More about AutoPlay Express", "format":{"arrow":"images/menu_arrow.gif", "oarrow":"images/menu_arrow.gif", "arrsize":[7,12], "itemoff":[176,0]},
		sub:[
			{"itemoff":[21,0], "leveloff":[0,0], "size":[21, 140]},
			{code:"Key Features", "format":{"style":STYLE_BORDER_TOP}, url: "autoplay-features.php"
			},
			{code:"Common Tasks", url: "autoplay-abilities.php"
			},
			{code:"Animated Tutorials", url: "autoplay-tutorial.php"
			},			
			{code:"What's New", url: "autoplay-whats-new.php"
			},
			{code:"Screen Shots", url: "autoplay-screens.php"
			},
			{code:"Press Release", url: "autoplay-press.php"
			},
			{code:"Our Customers", "format":{"style":STYLE_BORDER_BOTTOM}, url: "autoplay-customers.php"
			}
		]
	},
	{code:"Download free trial!", url: "http://www.kl-soft.com/download/autoplay_setup.exe"
	},
	{code:"Buy AutoPlay Express", "format":{"style":STYLE_BORDER_BOTTOM}, url: "buy.php"
	}
];
