BLANK_IMAGE = '/images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"

				// item's shadow size, pixels; zero means "none"
	color:{
		border:"silver",	// color of the item border, if any
		bgON:"#d7d7d7",		// background color for the items
		bgOVER:"#f7f7f7"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"mainmenu",		// CSS class for items
		OVER:"mainmenu_over"	// CSS class  for item which is under mouse
	}
};

var STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"

				// item's shadow size, pixels; zero means "none"
	color:{
		border:"silver",	// color of the item border, if any
		bgON:"#d7d7d7",		// background color for the items
		bgOVER:"#d7d7d7"	// background color for the item which is under mouse right now
	},
	css:{
		ON: "mainmenunoncur",		// CSS class for items
		OVER: "mainmenunoncur"	// CSS class  for item which is under mouse
	}
};

var STYLE1 = {
	border:1,			// item's border width, pixels; zero means "none"
				// item's shadow size, pixels; zero means "none"
	color:{
		border:"silver",	// color of the item border, if any
		bgON:"#d7d7d7",		// background color for the items
		bgOVER:"#f7f7f7"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"mainmenu1",		// CSS class for items
		OVER:"mainmenu1_over"	// CSS class  for item which is under mouse
	}
};


var MENU_ITEMS = [
	{pos:[0,137], itemoff:[0,154], leveloff:[26,0], style:STYLE, size:[26,154]},
	{code:"Services&nbsp;&nbsp;<img src=/images/arrb.gif>", url:"/services.asp", format:{size:[26,154],itemoff:[0,154]},
		sub:[
			{style:STYLE1,itemoff:[30,0], size:[30,165]},
			{code:"<table width='156'><tr><td align=left class=mainmenu1text valign=middle>Shared hosting</td><td align=right><img src=/images/arrlr.gif></td></tr></table>",
					url:"/services.asp#wir",
				sub:[
					{leveloff:[0,165]},
					{code:"<table><tr><td class=mainmenu1text>Unix hosting</td></tr></table>", url:"/unix_prices.asp"},
					{code:"<table><tr><td class=mainmenu1text>Reseller Web Hosting</td></tr></table>", url:"/reseller_hosting.asp"}
					// {code:"<table><tr><td class=mainmenu1text>Windows hosting</td></tr></table>", url:"/windows_prices.asp"}
				]
			},
			{code:"<table width='156'><tr><td align=left class=mainmenu1text>Dedicated servers</td></tr></table>", url:"/dedicated_servers.asp"},
			{code:"<table width='156'><tr><td align=left class=mainmenu1text>Virtual private servers</td></tr></table>", url:"/virtual_private_servers.asp"},
			{code:"<table width='156'><tr><td align=left colspan=2 class=mainmenu1text>Domains</td><td align=right><img src=/images/arrlr.gif></td></tr></table>", url:"/domain.asp",
				sub:[
					{leveloff:[0,165]},
					{code:"<table><tr><td class=mainmenu1text>Domain name registration</td></tr></table>", url:"/test_domain.asp"},
					{code:"<table><tr><td class=mainmenu1text>Whois</td></tr></table>", url:"/whois.asp"}
				]
			},
		]
	},

	{code:"F.A.Q.&nbsp;&nbsp;", url:"/faq/"
	},
	{code:"Tech support&nbsp;&nbsp;", url:"/support/"
	},
	{code:"For users&nbsp;&nbsp;", url:"/client/"
	},
	{code:"About us&nbsp;&nbsp;", url:"/about.asp"
	},
	{code: "" ,format:{size:[26,230], style:STYLE2}}

];
