BLANK_IMAGE = '../images/design/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:"#000000",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#cc3300;",	// background color for the items
		bgOVER:"#a72b00"	// 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 STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#000000",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#cc3300;",	// background color for the items
		bgOVER:"#a72b00"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn2",		// CSS class for items
		OVER:"clsCMOver2"	// CSS class  for item which is under mouse
	}
};

var MAIN_LEFT_MENU = [
	{pos:[0,150], itemoff:[36,0], leveloff:[0,202], style:STYLE, size:[37,200]},
	//{code:"Property Managers", url:"http://www.hmscredit.com/manager"},
	{code:"HMS Credit Services", url:"http://www.hmscredit.com/services"},
	//{code:"Risk Management Screening", url:"http://www.hmscredit.com/risk"},
    //{code:"Marketing Representatives", url:"http://www.hmscredit.com/marketing"},
	{code:"Independent Representative Registration", url:"http://www.hmscredit.com/independent_representative"},
	{code:"News", url:"http://www.hmscredit.com/news"}
];

BLANK_IMAGE = '/images/design/b.gif';
var TOP_MENU = [
	{pos:[0,10], itemoff:[0,192], leveloff:[21,0], style:STYLE2, size:[22,193]},
	{code:"Home", url:"http://www.hmscredit.com/"},
	{code:"Job Opportunities", url:"http://www.hmscredit.com/jobs"},
	{code:"About Us", url:"http://www.hmscredit.com/about"},
	{code:"Contact Us", url:"http://www.hmscredit.com/contact"}
];
BLANK_IMAGE = '../images/design/b.gif';

var EMPLOYER_MENU = [
	{pos:[0,0], itemoff:[21,0], leveloff:[0,202], style:STYLE, size:[22,200]},
	{code:"Register", url:"./register"},
	{code:"Fee Schedule", url:"fees.php"},
	{code:"Login to HMS Credit", url:"./login"}
];

var MANAGER_MENU = [
	{pos:[0,0], itemoff:[21,0], leveloff:[0,202], style:STYLE, size:[22,200]},
	{code:"Register", url:"./register"},
	{code:"Fee Schedule", url:"fees.php"},
	{code:"Login to HMS Credit", url:"./login"}
];

var RISK_MENU = [
	{pos:[0,0], itemoff:[21,0], leveloff:[0,202], style:STYLE, size:[22,200]},
	{code:"Register", url:"./register"},
	{code:"Fee Schedule", url:"fees.php"},
	{code:"Login to HMS Credit", url:"./login"}
];

var MARKETING_MENU = [
	{pos:[0,0], itemoff:[21,0], leveloff:[0,202], style:STYLE, size:[22,200]},
	{code:"Notice of Interest", url:"notice.php"},
	{code:"Tutorial", url:"tutorial.php"},
	{code:"Application", url:"../documents/applications/application_csc_marketers.doc"},
	{code:"W-9 Form", url:"../documents/forms/W-9.pdf"}
];
