//
// urcourses_menu.js
//



//keywords
var code="code";var url="url";var sub="sub";
//styles
var color_side = {"border":"#9DBE9D", "shadow":"0", "bgON":"#669966", "bgOVER":"#9DBE9D"};
var color_sub = {"border":"#9DBE9D", "shadow":"", "bgON":"#669966", "bgOVER":"#9DBE9D"};
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 menuWidth = 195;

var URCOURSES_MENU = [
    {"pos":[0,160], "size":[24,menuWidth], "itemoff":[23,0], "leveloff":[4,118], "delay":100, "style":SIDE_STYLE},
	{code:"UR Courses", url:"index.htm"},
	{code:"URCourses Login", url:"http://urcourses.uregina.ca/"},
	{code:"IT Support Centre", target:"_blank", url:"http://www.uregina.ca/compserv/ITSC/"},
    {code:"Students", "format":{"arrow":"img/arrow.gif", "oarrow":"img/arrow.gif", "arrsize":[7,10]},
		sub:[
			{"style":SIDE_SUB_STYLE},
			{code:"Student Guide", url:"/URCourses/studentguide/", format:{"size":[24,180]}},
			{code:"Find Username and Password", target:"_blank", url:"https://atlas.cc.uregina.ca/cgi-bin/cgiwrap/root/studentlookup.pl", format:{"size":[24,180]}},
		]
	},
    {code:"Instructors", "format":{"arrow":"img/arrow.gif", "oarrow":"img/arrow.gif", "arrsize":[7,10]},
		sub:[
			{"style":SIDE_SUB_STYLE},
			{code:"Faculty Course Request Form", url:"faccourserequest.htm", format:{"size":[24,200]}},
			{code:"Copyright", target:"_blank", url:"http://www.uregina.ca/copyright/policies.htm", format:{"size":[24,200]}},
			//{code:"FAQ", url:"instructors-faq.htm", format:{"size":[24,200]}},
		]
	},
	{code:"Web Courses (Online)", target:"_blank", url:"http://www.uregina.ca/cce/offcampus/distance/schedules/webcourses.htm"},
	{code:"Implementation", url:"implementation.htm", "format":{"arrow":"img/arrow.gif", "oarrow":"img/arrow.gif", "arrsize":[7,10]},
		sub:[
			{"style":SIDE_SUB_STYLE},
			{code:"FAQ", url:"implementation-faq.htm", format:{"size":[24,100]}},
			{code:"Change Requests", url:"changerequests.htm", format:{"size":[24,100]}},
		]
	},
];
