BLANK_IMAGE = 'images/b.gif';

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

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#999999",	// color of the item shadow, if any
		bgON:"#013c6a",		// background color for the items
		bgOVER:"#013c6a"	// 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 SERVICE_ITEMS = [
	{pos:'relative', itemoff:[0,100], leveloff:[0,0], style:NOSTYLE, size:[28,80]},
	{code:'',
		ocode:'<img src="images/button_service_on.png" width="80" height="28" border="0" />',
		url:"",
		sub:[
			{itemoff:[26,0], leveloff:[28,0], style:STYLE, size:[25,130]},
			{code:"Process", url:"loanprocess.php"},
			{code:"Advice", url:"advice.php"},
			{code:"Loans", url:"solutions.php"},
			{code:"Documentation", url:"trustdocumentation.php"},
			{code:"Property Selection", url:"findmyproperty.php"},
			{code:"Administration", url:"Administration.php"}
		]
	}
];

var EDUCATION_ITEMS = [
	{pos:'relative', itemoff:[0,100], leveloff:[0,0], style:NOSTYLE, size:[28,103]},
	{code:'',
		ocode:'<img src="images/button_education_on.png" width="103" height="28" border="0" />',
		url:"",
		sub:[
			{itemoff:[26,0], leveloff:[28,0], style:STYLE, size:[25,150]},
			{code:"New to SMSF?", url:"Education_New.php"},
			{code:"SMSF Trustees", url:"Education_Trustee.php"},
			{code:"Industry Professionals", url:"Education_Professionals.php"},
			{code:"Case Studies", url:"case_study.php"},
			{code:"Personal Guarantees", url:"PersonalGuarantees.php"},
			{code:"Related Party Loans", url:"related_party.php"},
			{code:"News & Links", url:"links.php"},
			{code:"Newsletter", url:"Newsletter.php"}
		]
	}
];

var INTEGRATION_ITEMS = [
	{pos:'relative', itemoff:[0,100], leveloff:[0,0], style:NOSTYLE, size:[28,108]},
	{code:'',
		ocode:'<img src="images/button_integration_on.png" width="108" height="28" border="0" />',
		url:"",
		sub:[
			{itemoff:[26,0], leveloff:[28,0], style:STYLE, size:[25,150]},
			{code:"Accountants", url:"Accountants.php"},
			{code:"Financial Planners", url:"Planners.php"},
			{code:"Fund Administrators", url:"Administrators.php"},
			{code:"Property Professionals", url:"Property_Professionals.php"},
			{code:"Mortgage Brokers", url:"Brokers.php"}
		]
	}
];

var EVENTS_ITEMS = [
	{pos:'relative', itemoff:[0,100], leveloff:[0,0], style:NOSTYLE, size:[28,78]},
	{code:'',
		ocode:'<img src="images/button_events_on.png" width="78" height="28" border="0" />',
		url:"Events.php"
	}
];

var CONTACT_ITEMS = [
	{pos:'relative', itemoff:[0,100], leveloff:[0,0], style:NOSTYLE, size:[28,113]},
	{code:'',
		ocode:'<img src="images/button_contact_on.png" width="113" height="28" border="0" />',
		url:"",
		sub:[
			{itemoff:[26,0], leveloff:[28,0], style:STYLE, size:[25,113]},
			{code:"Contacts Page", url:"contact.php"},
			{code:"Quick Enquiry", url:"QuickEnquiry.php"},
			{code:"Loan Enquiry", url:"LoanEnquiry.php"},
			{code:"About Us", url:"about.php"},
			{code:"Newsletter", url:"Newsletter.php"}
		]
	}
];

