//keywords
var code="code";var url="url";var sub="sub";
//styles
var color_side = {"border":"#9DBE9D", "shadow":"", "bgON":"#669966", "bgOVER":"#669966"};
var color_sub = {"border":"#9DBE9D", "shadow":"", "bgON":"#669966", "bgOVER":"#669966"};
var color_null = {"border":"", "shadow":"", "bgON":"", "bgOVER":""};

var css_side = {"ON":"sideMenuPulloutLevel1_on", "OVER":"sideMenuPulloutLevel1_on"};
var css_sub = {"ON":"sideMenuPulloutLevel2_on", "OVER":"sideMenuPulloutLevel2_on"};
var css_null = {"ON":"sideMenuPulloutNull", "OVER":"sideMenuPulloutNull"};

var SIDE_STYLE = {"border":1, "shadow":0, "color":color_side, "css":css_side};
var SIDE_SUB_STYLE = {"border":1, "shadow":0, "color":color_sub, "css":css_sub};
var SIDE_STYLE_NULL = {"border":0, "shadow":0, "color":color_null, "css":css_null};

var UILO_MENU = [
    {"pos":[0,158], "size":[24,181], "itemoff":[23,0], "leveloff":[4,158], "delay":600, "style":SIDE_STYLE},
	{code:"UILO Home", url:"/uilo/index.shtml"},
    {code:"About Us", url: void(0), "format":{"arrow":"/img/arrW.gif", "oarrow":"/img/arrW.gif", "arrsize":[7,10]},
		sub:[
			{"style":SIDE_SUB_STYLE},
			{code:"UILO Message", url:"/uilo/about/message.shtml"},
			{code:"Mandate", url:"/uilo/about/mandate.shtml"},
			{code:"Services", url:"/uilo/about/services.shtml", "format":{"arrow":"/img/arrW.gif", "oarrow":"/img/arrW.gif", "arrsize":[7,10]},
				sub:[
					{"style":SIDE_SUB_STYLE},
					{code:"UILO", url:"/uilo/about/services.shtml"},
					{code:"NERAC", url:"/uilo/about/services.shtml#NERAC"},
					{code:"Flintbox", url:"/uilo/about/services.shtml#Flintbox"}
				]
			},
			
			
		]
	},
    {code:"What's New", url:"/uilo/whats_new/whats_new.shtml", "format":{"arrow":"/img/arrW.gif", "oarrow":"/img/arrW.gif", "arrsize":[7,10]},
		sub:[
			{"style":SIDE_SUB_STYLE},
			{code:"What's New", url:"/uilo/whats_new/whats_new.shtml"},
			{code:"News Releases", url:"/uilo/whats_new/news_releases.shtml"},
			{code:"Technologies Available", url:"/uilo/whats_new/technologies_available.shtml"},
			{code:"Awards", url:"/uilo/whats_new/awards.shtml"},
			{code:"SpringBoard West Innovations", url:"/uilo/TIC/TIC_intro.shtml"}
		]
	},
    {code:"For Researchers", url:void(0), "format":{"arrow":"/img/arrW.gif", "oarrow":"/img/arrW.gif", "arrsize":[7,10]},
		sub:[
			{"style":SIDE_SUB_STYLE},
			{code:"Intellectual Property", url:void(0), "format":{"arrow":"/img/arrW.gif", "oarrow":"/img/arrW.gif", "arrsize":[7,10]},
				sub:[
					{"style":SIDE_SUB_STYLE},
					{code:"Patents", url:"/uilo/research/patents.shtml"},
					{code:"Patent Search Sites", url:"/uilo/research/patent_search_sites.shtml"},
					{code:"CUIPG Guide", url:"/uilo/research/CUIPG_Guide.shtml"}
				]
			},	
			{code:"Intellectual Property Policy", url:"http://www.uregina.ca/presoff/vpadmin/policymanual/general/1095.shtml"},	
			{code:"Forms and Procedures", url:"/uilo/research/forms_and_procedures.shtml"},
			{code:"Funding Opportunities", url:"/uilo/research/funding_opportunities.shtml"},
			{code:"Tips and Guidelines", url:"/uilo/research/tips_and_guidelines.shtml"},
			{code:"Downloadable Presentations", url:"/uilo/calendar_of_events/presentations.shtml"},
			{code:"FAQs", url:"/uilo/research/FAQs.shtml"}	
		]
		
	},
	{code:"For Industry", url:void(0), "format":{"arrow":"/img/arrW.gif", "oarrow":"/img/arrW.gif", "arrsize":[7,10]},
		sub:[
			{"style":SIDE_SUB_STYLE},
			{code:"Experts Guide", url:"http://www.arts.uregina.ca/experts"},
			{code:"Technologies Available", url:"/uilo/whats_new/technologies_available.shtml"},
			{code:"Start-up companies", url:"/uilo/industry/start_up_companies.shtml"},
			{code:"FAQs", url:"/uilo/industry/FAQs.shtml"}
		]
		
	},
	{code:"Calendar of Events", url:"/uilo/calendar_of_events/calendar_events.shtml"},
	{code:"Links", url:void(0), "format":{"arrow":"/img/arrW.gif", "oarrow":"/img/arrW.gif", "arrsize":[7,10]},
		sub:[
			{"style":SIDE_SUB_STYLE},
			{code:"Research and Development", url:"/uilo/links/research_and_development.shtml"},
			{code:"Intellectual Property", url:"/uilo/links/intellectual_property.shtml"},
			{code:"Laboratories", url:"/uilo/links/laboratories.shtml"},
			{code:"Technology", url:"/uilo/links/technology.shtml"},
			{code:"General", url:"/uilo/links/general.shtml"}
		]
		
	},
	{code:"Contact Us", url:"/uilo/contact/staffinfo.shtml", "format":{"arrow":"/img/arrW.gif", "oarrow":"/img/arrW.gif", "arrsize":[7,10]},
				sub:[
					{"style":SIDE_SUB_STYLE},
					{code:"Staff Info", url:"/uilo/contact/staffinfo.shtml"},
					{code:"Office Location", url:"/uilo/contact/office_location.shtml"},
					{code:"Feedback Form", url:"/uilo/contact/feedback_form.php"}
					]
	},
	{code:"Innovation Awards", url:"/uilo/ica/awards.shtml ", "format":{"arrow":"/img/arrW.gif", "oarrow":"/img/arrW.gif", "arrsize":[7,10]}
	},
	{code:"Site Map", url:"/uilo/site_map.shtml"},

];
