BLANK_IMAGE = '../pics/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#CCCCCC",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#FFCC00"	// 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
	},
	itemFilters:[ 'progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.2)', 'progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.3)' ]
};
var MENU_ITEMS = [
	{pos:'relative', itemoff:[21,0], leveloff:[0,149], style:STYLE, size:[22,150]},
	{code:'Go Back', url:"javascript:history.back()"}
];
var MENU_ITEMS2 = [
	{pos:'relative', itemoff:[21,0], leveloff:[0,149], style:STYLE, size:[22,150]},
	{code:'Overview', url:"../hosting/index.html"
	},
	{code:"Value Plan", url:"../hosting/Value_Plan.html"
	},
	{code:"Standard Plan", url:"../hosting/Standard_Plan.html"
	},
	{code:"Standard Plus Plan", url:"../hosting/StandardPlus_Plan.html"
	},
	{code:"Advanced Plan", url:"../hosting/Advanced_Plan.html"
	},
	{code:"WebMarketer Advanced Plus", url:"../hosting/WebMarketerPlus_Plan.html"
	},
	{code:"WebMarketer Strategic", url:"../hosting/WebMarketerStrategic_Plan.html"
	},
	{code:"Standard Coldfusion", url:"../hosting/StandardCF_Plan.html"
	},
	{code:"Advanced Coldfusion", url:"../hosting/AdvancedCF_Plan.html"
	},
	{code:"Plan Comparison", url:"../misc/coming_soon.html"
	},
];
var MENU_ITEMS3 = [
	{pos:'relative', itemoff:[21,0], leveloff:[0,149], style:STYLE, size:[22,150]},
	{code:'About Us', url:"../aboutus/index.html"
	},
	{code:"News", url:"../aboutus/news.html"
	},
	{code:"Our Management", url:"../aboutus/our_management.html"
	},
	{code:"Customer Profiles", url:"../aboutus/cust_profiles.html"
	}
];
