//keywords
var code="code";var url="url";var sub="sub";
//styles
var color_side = {"border":"#F1E170", "shadow":"", "bgON":"#F3F3E2", "bgOVER":"#F1E170"};
var color_sub = {"border":"#F1E170", "shadow":"", "bgON":"#F3F3E2", "bgOVER":"#F1E170"};

var css_side = {"ON":"sideMenuPulloutLevel1_on", "OVER":"sideMenuPulloutLevel1_over"};
var css_sub = {"ON":"sideMenuPulloutLevel2_on", "OVER":"sideMenuPulloutLevel2_over"};

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 ACADEMICDATA_MENU = [
    {"pos":[0,195], "size":[25,181], "itemoff":[25,0], "leveloff":[4,158], "delay":600, "style":SIDE_STYLE},
	{code:"Academic Data Home", url:"/ads/"},
	{code:"News", url:"/ads/news.shtml"},
	{code:"Confirmation of Enrolment", url:"/ads/confirmenroll.shtml"},
	{code:"Transcripts", url:"/ads/transcripts/"},
	{code:"Transfer Credit", url:"/ads/transfercredit/", "format":{"arrow":"/ads/img/newdesign/d2.gif", "oarrow":"/ads/img/newdesign/d2.gif", "arrsize":[9,10]},
		sub:[
			{"style":SIDE_SUB_STYLE},
			{code:"Transfer Credit Course Equivalents", url:"/ads/transfercredit/courseEquivalents.shtml", "format":{"size":[36,181]}},
			{code:"Transfer Credit Guidelines", url:"/ads/transfercredit/transferCredit.shtml", "format":{"itemoff":[36,0]}},
		
		]
	},	
	{code:"Recognition of Prior Learning", url:"/rpl/"},
	{code:"Web Mark Entry & Grade Information", url:"/ads/webmark/", "format":{"size":[36,181]}},
	{code:"About the Registrar's Office", url:"/registrar/", "format":{"itemoff":[36,0], "arrow":"/ads/img/newdesign/d2.gif", "oarrow":"/ads/img/newdesign/d2.gif", "arrsize":[9,10]},
		sub:[
			{"style":SIDE_SUB_STYLE},
			//{code:"Academic Data", url:"/ads/", "format":{"itemoff":[36,0]}},
			{code:"Academic Policy Services and Ceremonies", url:"#top", "format":{"size":[36,181], "itemoff":[25,0]}},
			//{code:"Admissions", url:"/admissions/", target:"_blank", "format":{"itemoff":[36,0]}},
			{code:"Class Schedule and Registration Services", url:"/compserv/postcard/", "format":{"size":[36,181], "itemoff":[36,0]}, target:"_blank"},
			//{code:"Student Awards and Financial Aid", "format":{"size":[36,181], "itemoff":[36,0]}, url:"/awards/", target:"_blank"},
			//{code:"Student Recruitment", url:"/newstudent/", "format":{"itemoff":[36,0]}, target:"_blank"},
			
			{code:"The Registrar", url:"/registrar/",target:"_blank", "format":{"itemoff":[36,0]}},
		]
	},
	{code:"About Student Affairs", url:"http://www.uregina.ca/studserv/ "},
	{code:"Contact and Locate Us", url:"/ads/contact.shtml"}
	
];
