BLANK_IMAGE = 'http://itcomparison.com/images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:5,			// 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:"white",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnImaged",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var RED_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"white",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnImaged",	// CSS class for items
		OVER:"clsCMOverRed"	// CSS class  for item which is under mouse
	}
};

var GREEN_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"white",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnImaged",	// CSS class for items
		OVER:"clsCMOverGreen"	// CSS class  for item which is under mouse
	}
};

var BLUE_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"white",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnImaged",	// CSS class for items
		OVER:"clsCMOverBlue"	// CSS class  for item which is under mouse
	}
};

var CENTERED_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"white",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnImaged",	// CSS class for items
		OVER:"clsCMOverCentered"// CSS class  for item which is under mouse
	}
};

var IMAGED_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"white",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnImaged",	// CSS class for items
		OVER:"clsCMOverImaged"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[12,180], itemoff:[21,0], leveloff:[0,99], style:STYLE, size:[30,132]},
	{code:"Home",url:'http://www.itcomparison.com/index.html'},
	{code:"Virtualization related",
		sub:[
			{style:GREEN_STYLE},
			{code:"Virtualization Software",
				sub:[
					{style:RED_STYLE},
					{code:"VMware VS MS",url:'http://www.itcomparison.com/Virtualization/MS2005R2vsvi3/VirtualizationMS2005R2vsvmware3esx.htm'},
                                        {code:"VMware VS Hyper-V",url:'http://itcomparison.com/Virtualization/MShypervvsvi35/HyperVvsvmware35esx.htm'},
                                        {code:"ESXi VS Hyper-V Svr",url:'http://www.itcomparison.com/Virtualization/VMwareesxivsHyperv/VMwareesxivsHyperv.htm'},
					{code:"VMware VS Xen",url:'http://www.itcomparison.com/Virtualization/Xenvsvi3/xenvsvmware3esx.htm'},
					{code:"MS VS Xen",url:'http://www.itcomparison.com/Virtualization/MS2005R2vsxen/MS2005R2vsXen.htm'}
				]
			},
			{code:"Backup Solutions",
				sub:[
					{style:GREEN_STYLE},
					{code:"Coming Soon"},
					{code:"Coming Soon"},
					{code:"Coming Soon"}
				]
			},
			{code:"DR Solutions",
				sub:[
					{style:BLUE_STYLE},
					{code:"vReplicator vs Veeam",url:'http://www.itcomparison.com/DR/VizioncorevsVeeam/VizioncorevsVeeam.htm'},
					{code:"Coming Soon"},
					{code:"Coming Soon"}
				]
			}
		]
	},
	{code:"Hardware Related",
		sub:[
			{},
			{code:"Blades", format:{style:RED_STYLE},
				sub:[
					{},
					{code:"HP vs IBM", url:'http://itcomparison.com/Blades/Bladesibmvshp/Bladesibmvshp.htm'},
					{code:"IBM vs Dell", url:'http://itcomparison.com/Blades/Bladesibmvsdell/Bladesibmvsdell.htm'},
                                        {code:"Sun VS IBM", url:'http://itcomparison.com/Blades/Bladesibmvssun/Bladesibmvssun.htm'},
					{code:"HP  VS Dell",  url:'http://itcomparison.com/Blades/Bladesdellvshp/Bladeshpvsdell.htm'},
                                        {code:"HP  VS SUN", url:'http://itcomparison.com/Blades/Bladeshpvssun/Bladeshpvssun.htm'},
                                        {code:"SUN VS Dell",  url:'http://itcomparison.com/Blades/Bladesdellvssun/Bladesdellvssun.htm'},
                                        {code:"Coming Soon",  format:{style:RED_STYLE}}
                                        



				]
			},
			{code:"Coming Soon", format:{style:GREEN_STYLE},
				sub:[
					{},
					{code:"Coming Soon", format:{style:RED_STYLE}},
					{code:"Coming Soon", format:{style:BLUE_STYLE}},
					{code:"Coming Soon", format:{style:GREEN_STYLE}}
				]
			},
			{code:"Coming Soon", format:{style:BLUE_STYLE},
				sub:[
					{},
					{code:"Coming Soon", format:{style:RED_STYLE}},
					{code:"Coming Soon", format:{style:GREEN_STYLE}},
					{code:"Coming Soon", format:{style:BLUE_STYLE}}
				]
			}
		]
	},
	{code:"Software Related",
		sub:[
			{style:CENTERED_STYLE},
			{code:"Disaster Recovery",
				sub:[
					{},
					{code:"XOsoft vs DoubleTake", url:'http://itcomparison.com/DR/XOsoftvsDoubleTake/XOsoftvsDoubleTake.htm'},
					{code:"Coming Soon"},
					{code:"Coming Soon"}
				]
			},
			{code:"E-Mail Systems",
				sub:[
					{},
					{code:"Exchange VS Lotus", url:'http://itcomparison.com/Mail/Exchange2k7vslotus8/Exchange2k7vslotus8.htm'},
					{code:"Coming Soon"},
					{code:"Coming Soon"}
				]
			},
                        {code:"Operating Systems",
				sub:[
					{},
					{code:"Mac vs Vista", url:'http://itcomparison.com/OS/MacvsVista/macvsvista.htm'},
					{code:"Ubuntu vs Vista", url:'http://itcomparison.com/OS/vistavsubuntu/vistavsubuntu.htm'},
					{code:"Ubuntu vs Mac", url:'http://itcomparison.com/OS/Macvsubuntu/ubuntuvsmac.htm'},
                                        {code:"Coming Soon"}
				]
			},
			{code:"Coming Soon",
				sub:[
					{},
					{code:"Coming Soon"},
					{code:"Coming Soon"},
					{code:"Coming Soon"}
				]
			}
		]
	},

	{code:"Forums", url:'http://itcomparison.com/phpBB2/'},
        {code:"ITComparison Blog", url:'http://www.itcomparison.com/blg/'},
	{code:"About Us", url:'http://www.itcomparison.com/aboutus.htm'}
	
];
