BLANK_IMAGE = 'images/spacer.gif';

var NOSTYLE = {
	border:1,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:1,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#bbbbbb",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#ffffff",		// background color for the items
		bgOVER:"#ffffff"	// 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 PRODUCTS_SERVICES = [
	{pos:'relative', itemoff:[0,0], leveloff:[0,0], style:NOSTYLE, size:[17,180]},
	{code:'',
		ocode:'',
		url:"",
		sub:[
			{itemoff:[22,0], leveloff:[27,0], style:STYLE, size:[22,180]},
			{code:"Insurance", url:"I-Protect.php"},
			{code:"Home Loans", url:"http://www.iloanfinance.com.au"},
			{code:"SMSF Loans", url:"http://www.smsfloan.com.au", target:"_new"},
			{code:"NRAS Loans", url:"http://www.nrasloans.com.au", target:"_new"},
			{code:"Credit Licensing", url:"Authorised_Rep.php"},
			{code:"Bonus Home Loan", url:"BonusLoan.php"},
			{code:"Mortgage Planners", url:"http://www.independentmp.com.au", target:"_new"},
			{code:"Investment Property", url:"http://www.i-investproperty.com.au", target:"_new"},
			{code:"Leasing & Asset Finance", url:"Leasing.php"}
		]
	}
];

var NEWS_RESOURCES = [
	{pos:'relative', itemoff:[0,0], leveloff:[0,0], style:NOSTYLE, size:[17,180]},
	{code:'',
		ocode:'',
		url:"",
		sub:[
			{itemoff:[22,0], leveloff:[27,0], style:STYLE, size:[22,180]},
			{code:"News", url:"News.php"},
			{code:"Partner Login", url:"ReferrersSecure.php"},
			{code:"Newsletter Sign-Up", url:"newsletter.php"}
		]
	}
];

var ABOUT = [
	{pos:'relative', itemoff:[0,0], leveloff:[0,0], style:NOSTYLE, size:[17,180]},
	{code:'',
		ocode:'',
		url:"",
		sub:[
			{itemoff:[22,0], leveloff:[27,0], style:STYLE, size:[22,180]},
			{code:"About Us", url:"About.php"},
			{code:"Terms of Use", url:"terms.php"},
			{code:"Privacy Policy", url:"Privacy.php"}
		]
	}
];

var CONTACT_US = [
	{pos:'relative', itemoff:[0,0], leveloff:[0,0], style:NOSTYLE, size:[17,180]},
	{code:'',
		ocode:'',
		url:"",
		sub:[
			{itemoff:[22,0], leveloff:[27,0], style:STYLE, size:[22,180]},
			{code:"Contact List", url:"contact.php"},
			{code:"Expression of Interest", url:"Referral_EOI.php"},
			{code:"Internal Dispute Resolution", url:"IDR.php"},
			{code:"Newsletter Sign-Up", url:"newsletter.php"},
			{code:"Partners Login", url:"ReferrersSecure.php"}
		]
	}
];

