BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#94AC00",		// background color for the items
		bgOVER:"#94AC00"	// 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 STYLE_SUB = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#729A00",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#94AC00",		// background color for the items
		bgOVER:"#729A00"	// 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 MENU_ITEMS = [
	{pos:'relative', itemoff:[29,0], leveloff:[0,158], style:STYLE, size:[29,158]},
	{code:"<table width=158 height=29 background=images/sideMenuItem.gif align=center><TR><TD height=1></TD></TR><TR><TD width=20></TD><TD><font color=white><B>Home</B></TD></TR></table>",
	ocode:"<table width=158 height=29 background=images/sideMenuItem.gif align=center><TR><TD height=1></TD></TR><TR><TD width=20></TD><TD><font color=#000060><B>Home</B></TD></TR></table>",
	url:"default.asp"},
	{code:"<table width=158 height=29 background=images/sideMenuItem.gif align=center><TR><TD height=1></TD></TR><TR><TD width=20></TD><TD><font color=white><B>About Us</B></TD></TR></table>",
	ocode:"<table width=158 height=29 background=images/sideMenuItem.gif align=center><TR><TD height=1></TD></TR><TR><TD width=20></TD><TD><font color=#000060><B>About Us</B></TD></TR></table>",
		sub:[
			{style:STYLE_SUB, size:[25,150],itemoff:[25,0]},
			{code:"<table><TR><TD valign=middle>&nbsp;<font color=white><B>Company Profile</B></font></TD></TR></table>",
			url:"profile.asp"},
			{code:"<table><TR><TD valign=middle>&nbsp;<font color=white><B>Contact Details</B></font></TD></TR></table>",
			url:"contact.asp"},
			{code:"<table><TR><TD valign=middle>&nbsp;<font color=white><B>Careers</B></font></TD></TR></table>",
			url:"careers.asp"}
		]
	},
	{code:"<table width=158 height=29 background=images/sideMenuItem.gif align=center><TR><TD height=1></TD></TR><TR><TD width=20></TD><TD><font color=white><B>Support Center</B></TD></TR></table>",
	ocode:"<table width=158 height=29 background=images/sideMenuItem.gif align=center><TR><TD height=1></TD></TR><TR><TD width=20></TD><TD><font color=#000060><B>Support Center</B></TD></TR></table>",
			sub:[
			{style:STYLE_SUB, size:[25,150],itemoff:[25,0]},
			{code:"<table><TR><TD valign=middle>&nbsp;<font color=white><B>Support Center</B></font></TD></TR></table>",
			url:"support.asp"},
			{code:"<table><TR><TD valign=middle>&nbsp;<font color=white><B>Open TAR</B></font></TD></TR></table>",
			url:"openTAR.asp"}
		]
	},
	{code:"<table width=158 height=29 background=images/sideMenuItem.gif align=center><TR><TD height=1></TD></TR><TR><TD width=20></TD><TD><font color=white><B>Downloads</B></TD></TR></table>",
	ocode:"<table width=158 height=29 background=images/sideMenuItem.gif align=center><TR><TD height=1></TD></TR><TR><TD width=20></TD><TD><font color=#000060><B>Downloads</B></TD></TR></table>",
		sub:[
			{style:STYLE_SUB, size:[25,150],itemoff:[25,0]},
			{code:"<table><TR><TD valign=middle>&nbsp;<font color=white><B>Product presentations</B></font></TD></TR></table>",
			url:"downloads.asp?id=12"},
			{code:"<table><TR><TD valign=middle>&nbsp;<font color=white><B>Product Brochures</B></font></TD></TR></table>",
			url:"downloads.asp?id=13"},
			{code:"<table><TR><TD valign=middle>&nbsp;<font color=white><B>Product Documentation</B></font></TD></TR></table>",
			url:"downloads.asp?id=14"},
			{code:"<table><TR><TD valign=middle>&nbsp;<font color=white><B>Product Demos</B></font></TD></TR></table>",
			url:"downloads.asp?id=15"}
		]
	},
	{code:"<table width=158 height=29 background=images/sideMenuItem.gif align=center><TR><TD height=1></TD></TR><TR><TD width=20></TD><TD><font color=white><B>Contact</B></TD></TR></table>",
	ocode:"<table width=158 height=29 background=images/sideMenuItem.gif align=center><TR><TD height=1></TD></TR><TR><TD width=20></TD><TD><font color=#000060><B>Contact</B></TD></TR></table>",
	url:"contact.asp"},
];

