BLANK_IMAGE = 'left_res/blank.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#FFA0A0",		// background color for the items
		bgOVER:"#A0A0FF"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[ 6.5, 132 /*140*/], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,110]},
	{code:"Navigation",
		sub:[
			{itemoff:[21,0], levelFilters:[ 'progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.3)', 'progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.3)' ] },
			{code:"Google Home", url:"/php/go.php?http://start.adeebee.com", target:"_parent"},
			{code:"Adb Mail Login ", url:"/php/go.php?http://mail.adeebee.com", target:"_parent"},
			{code:"Adb Mail Help", url:"/php/go.php?mail/instructions.htm", target:"_parent"},
			{code:"Adb Pages", url:"/php/go.php?http://pages.adeebee.com", target:"_parent"},
			{code:"Blog", url:"/php/go.php?wordpress/index.php", target:"main"},
			{code:"Forum", url:"/php/go.php?phpBB3/index.php", target:"main"},
			{code:"Proxy", url:"/php/go.php?https://adeebee.com/proxy", target:"main"},
			{code:"Remote Desktop", url:"/php/go.php?tsweb", target:"_parent"},
			{code:"Upload", url:"/php/go.php?/upload", target:"_parent"},
			{code:"Web Messenger", url:"/php/go.php?msn", target:"main"},
			{code:"MSN Messenger", url:"/php/go.php?http://get.live.com/messenger/overview", target:"_top"},
			{code:"Weather Radar", url:"/php/go.php?http://mirror.bom.gov.au/products/IDR023.shtml", target:"_parent"},
			{code:"My Programs", url:"/php/go.php?MyPrograms/myprogs.htm", target:"main"},
			{code:"XFire", url:"/php/go.php?http://www.xfire.com", target:"_top"},
			{code:"YouTube", url:"/php/go.php?http://www.youtube.com", target:"_top"},
			{code:"GameArena", url:"/php/go.php?http://www.gamearena.com.au/", target:"_top"},
			{code:"TV Schedule", url:"/php/go.php?http://www.tv.com", target:"_top"},
			{code:"FacePunch", url:"/php/go.php?http://forums.facepunchstudios.com/index.php", target:"_top"},
			{code:"Garry&#39;s Blog", url:"/php/go.php?http://garry.tv", target:"_top"},
			{code:"GMod 10 Home", url:"/php/go.php?http://www.garrysmod.com", target:"_top"},
			{code:"GMod Fan Site", url:"/php/go.php?http://garrysmod.org/", target:"_top"},
			{code:"What is My IP", url:"/php/go.php?http://www.whatismyip.com/", target:"_top"},
			{code:"Server Connect", url:"/php/go.php?steam://connect/202.157.179.88:27016", target:"_top"}
		]
	},
];
