var STYLETOP = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#BDDDFD",	// color of the item border, if any
		shadow:"#040ca7",	// color of the item shadow, if any
		bgON:"#000099",		// background color for the items
		bgOVER:"#c0dbf3"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnTOP",		// CSS class for items
		OVER:"clsCMOverTOP"	// CSS class  for item which is under mouse
	}
};

var STYLESIDE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#BDDDFD",	// color of the item border, if any
		shadow:"#040ca7",	// color of the item shadow, if any
		bgON:"#000099",		// background color for the items
		bgOVER:"#c0dbf3"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnSIDE",		// CSS class for items
		OVER:"clsCMOverSIDE"	// CSS class  for item which is under mouse
	}
};

var TOPMENU_ITEMS = [
	{pos:[10,10], itemoff:[0,100], leveloff:[25,0], style:STYLETOP, size:[25,70]},
	{code:"HOME",url:"home.html",target:"iframe"},
	{code:"BIO",
		sub:[
			{itemoff:[25,0]},
			{code:"Education",url:"education.html",border:1,size:[25,90],target:"iframe"},
			{code:"Experience",url:"experience.html",border:1,size:[25,90],target:"iframe"}
		]
	},
	{code:"CONTACT",url:"contact.html",target:"iframe"}
];

var SIDEMENU_ITEMS = [
	{pos:[0,0], itemoff:[30,0], leveloff:[0,185], style:STYLESIDE, size:[30,185]},
	{code:"Therapeutic Orientation",url:"orientation.html",target:"iframe"},
	{code:"Privacy Policy",url:"Downloads/Privacy Policy 2008.pdf",target:"iframe"},
	{code:"Publications",url:"publications.html",target:"iframe"},
	{code:"Public Talks",
		sub:[
			{},
			{code:"Talk #3 -- April 24, 2007",url:"Talks/talk3.html",border:1,target:"iframe", size:[30,240]},
			{code:"Talk #2 -- March 20, 2007",url:"Talks/talk2.html",border:1,target:"iframe", size:[30,240]},
			{code:"Talk #1 -- Febuary 13, 2007",url:"Talks/talk1.html",border:1,target:"iframe", size:[30,240]},
			{code:"Talk -- Toronto, Febuary, 2005",url:"Talks/talk4.html",border:1,target:"iframe", size:[30,240]},
			{code:"Talk -- Ottawa, July, 2002",url:"Talks/talk5.html",border:1,target:"iframe", size:[30,240]},
			{code:"Talks -- Summary",url:"Talks.html",border:1,target:"iframe", size:[30,240]},
		]
	},
	{code:"Conference Presentations",url:"conference.html",target:"iframe"},
	{code:"Wisdom Quotations",url:"wisdom.html",target:"iframe"},
	{code:"Handouts",url:"handouts.html",target:"iframe"},
	{code:"Flyer",url:"Downloads/Brochure.pdf",target:"iframe"},
	{code:"Frequently Asked Questions",url:"faq.html",target:"iframe"}
];
