//keywords
var code="code";var url="url";var sub="sub";
//styles
var color_side = {"border":"#669966", "shadow":"", "bgON":"white", "bgOVER":"#efefef"};
var color_sub = {"border":"#669966", "shadow":"", "bgON":"#F7F4E1", "bgOVER":"#efefef"};
var css_side = {"ON":"sideOn", "OVER":"sideOver"};
var css_sub = {"ON":"subSideOn", "OVER":"subSideOver"};
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 PARKING_MENU = [
    {"pos":[0,127], "size":[22,181], "itemoff":[21,0], "leveloff":[4,158], "delay":150, "style":SIDE_STYLE},
    {code:"Parking and Transportation Services Home", url:"/ancillaries/parking/index.shtml","format":{"size":[36,181]}},
	{code:"Maps", url:"/ancillaries/parking/maps/", "format":{"itemoff":[35,0]}},
	{code:"Purchase Parking Permits", url:"/ancillaries/parking/purchase.shtml"},
	{code:"Parking Tickets", url:"/ancillaries/parking/tickets.shtml"},
	{code:"General Information", url:"/ancillaries/parking/general/index.shtml","format":{"size":[22,181], "arrow":"/img/arrG.gif", "oarrow":"/img/arrG.gif", "arrsize":[7,10]},
		sub:[
				{"style":SIDE_SUB_STYLE, "leveloff":[4,177]},
				{code:"Frequently Asked Questions", url:"/ancillaries/parking/general/faq.shtml", "format":{"size":[22,170]}},
				{code:"Parking User Rates", url:"/ancillaries/parking/general/related/rates.shtml", "format":{"size":[22,170]}},
				{code:"News", url:"/ancillaries/parking/general/news.shtml", "format":{"size":[22,170]}},
				{code:"Green Ideas", url:"/ancillaries/parking/general/green.shtml", "format":{"size":[22,170]}},
				{code:"Construction Information", url:"/ancillaries/parking/construction.shtml", "format":{"size":[22,170]}},
				{code:"Smart Cards", url:"/ancillaries/parking/general/smart.shtml", "format":{"size":[22,170]}},
				{code:"Related Information", url:"#","format":{"size":[22,170], "arrow":"/img/arrG.gif", "oarrow":"/img/arrG.gif", "arrsize":[7,10]},
					sub:[
							{"style":SIDE_SUB_STYLE, "leveloff":[4,140]},
							{code:"Parking User Rates", url:"/ancillaries/parking/general/related/rates.shtml", "format":{"size":[22,225]}},
							{code:"Event Parking Application for Conferences, Seminars, Lectures, Readings and Special Functions", url:"/ancillaries/parking/general/related/eventparking.shtml", "format":{"size":[54,225]}},
						]
				},
			]
	},
	{code:"Permits", "format":{"size":[22,181], "arrow":"/img/arrG.gif", "oarrow":"/img/arrG.gif", "arrsize":[7,10]},
		sub:[
				{"style":SIDE_SUB_STYLE, "leveloff":[4,177]},
				{code:"Student Permits", url:"/ancillaries/parking/student.shtml"},
				{code:"Resident Student Permits", url:"/ancillaries/parking/common_related/resident.shtml"},
				{code:"Faculty/Staff Permits", url:"/ancillaries/parking/staff.shtml"},
				{code:"Special Permits", url:"/ancillaries/parking/special.shtml"},
				{code:"Service Vehicle Permits", url:"/ancillaries/parking/service.shtml"},
				{code:"Waitlists", url:"/ancillaries/parking/waitlists.shtml"},
			]
	},
	{code:"Visitors/Hotel/Conference", url:"/ancillaries/parking/visitor.shtml", "format":{"size":[22,181]}},
	{code:"Bylaws & Regulations", url:"/ancillaries/parking/bylaws.shtml"},
	{code:"Parking Policies", url:"http://www.uregina.ca/presoff/vpadmin/policymanual/index.shtml#ancillary"},
	{code:"Alternative Transportation", url:"/ancillaries/parking/carpool.shtml"},
	{code:"Transportation Study", url:"/ancillaries/parking/CampusMasterPlan/TransportationStudy/TransportationStudy.shtml"},
	{code:"CKHS Facility Users/Game Attendees", url:"/ancillaries/parking/ckhs.shtml", "format":{"size":[36,181]}},
	{code:"Contact Us", url:"/ancillaries/parking/contact.shtml", "format":{"itemoff":[35,0]}},
	{code:"Statistics", url:"/ancillaries/parking/statistics.shtml"},
	{code:"Parking Committee", url:"/ancillaries/parking/PAC/PAC.shtml"},
	{code:"Event Parking Request form", url:"/ancillaries/parking/forms/Event ParkingFacilitiesRequest WEB form 29Jan10.doc"},
	{code:"Parking Forum Update", url:"/ancillaries/parking/forum.shtml", "format":{"size":[22,181], "arrow":"/img/arrG.gif", "oarrow":"/img/arrG.gif", "arrsize":[7,10]},
		sub:[
				{"style":SIDE_SUB_STYLE, "leveloff":[4,177]},
				{code:"FAQs from Parking Forum", url:"/ancillaries/parking/forum-faqs.shtml"},
				{code:"Status of Ideas from Forum", url:"/ancillaries/parking/forum-ideas.shtml"},
			]
	}
];

