var mroot='../../../';
//keywords
var code="code";var url="url";var sub="sub";
//styles
var color_side = {"border":"#93A9C7", "shadow":"", "bgON":"#6F8CB4", "bgOVER":"#93A9C7"};
var color_sub = {"border":"#93A9C7", "shadow":"", "bgON":"#6F8CB4", "bgOVER":"#93A9C7"};
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 ADMISSIONS_MENU = [
    {"pos":[0,144], "size":[24,181], "itemoff":[23,0], "leveloff":[5,180], "delay":600, "style":SIDE_STYLE},
	{code:"Best Ontario Home", url:"./"},
	{code:"Service Request Forms Download (PDF Format)", url:"form.html", "format":{"arrow":"../../client/images/arrow/arr0.gif", "oarrow":"../../client/images/arrow/arr0_o.gif", "arrsize":[7,10], "size":[37,181]},
		sub:[
			{"style":SIDE_SUB_STYLE},
			{code:"NUANS Report Request Form", target:'_blank', url:mroot+"forms/pdf/en/bestontario_1basis2_nuans.pdf", "format":{"size":[24,338]}},
			{code:"Ontario Corporate Profile Search Order Form", target:'_blank', url:mroot+"forms/pdf/en/bestontario_1basis5_profile_search.pdf", "format":{"size":[24,338]}},
			{code:"Corporate Supplies Order Form", target:'_blank', url:mroot+"forms/pdf/en/bestontario_1basis6_corporate_supplies.pdf", "format":{"size":[24,338]}},
			{code:"Ontario Incorporation Information & Order Forms (Electronic Filing)", target:'_blank', url:mroot+"forms/pdf/en/bestontario_9package1_bca1e_incorporation_ontario_electric.pdf", "format":{"size":[24,338]}},
			{code:"Ontario Incorporation Information & Order Forms (Manual Filing)", target:'_blank', url:mroot+"forms/pdf/en/bestontario_9package1_bca1_incorporation_ontario.pdf", "format":{"size":[24,338]}},
			{code:"Federal Incorporation Information & Order Forms", target:'_blank', url:mroot+"forms/pdf/en/bestontario_9package3_cbca1_incorporation_federal.pdf", "format":{"size":[24,338]}},
			{code:"Business Name Registration (Trade Name)", target:'_blank', url:mroot+"forms/pdf/en/bestontario_3bizname1_ontario_business_name_trade_name.pdf", "format":{"size":[24,338]}},
			{code:"Business Name Registration (Sole Proprietorship)", target:'_blank', url:mroot+"forms/pdf/en/bestontario_3bizname2_ontario_business_name_sole_proprietorship.pdf", "format":{"size":[24,338]}},
			{code:"Business Name Registration (General Partnership)", target:'_blank', url:mroot+"forms/pdf/en/bestontario_3bizname3_ontario_business_name_partnership.pdf", "format":{"size":[24,338]}},
			{code:"Amendment of Ontario Incorporation Order Forms", target:'_blank', url:mroot+"forms/pdf/en/bestontario_9package1_bca3_amendment_ontario.pdf", "format":{"size":[24,338]}},
			{code:"Ontario Non Profit Incorporation Order Forms", target:'_blank', url:mroot+"forms/pdf/en/bestontario_9package1_ca2_not_for_profit_incorporation_ontario.pdf", "format":{"size":[24,338]}},
			{code:"Amendment for Non Profit Order Forms", target:'_blank', url:mroot+"forms/pdf/en/business_bestontario_9package1_ca3_not_for_profit_amendment_ontario.pdf", "format":{"size":[24,338]}},
//			{code:"Business Mortgage/Credit/Loan Application", target:'_blank', url:mroot+"forms/pdf/en/business_loan_application.pdf", "format":{"size":[24,338]}},
		]
	},
	{code:"About Best Ontario", url:"info.html", "format":{"arrow":"../../client/images/arrow/arr0.gif", "oarrow":"../../client/images/arrow/arr0_o.gif", "arrsize":[7,10], "itemoff":[36,0]}, 
		sub:[
			{"style":SIDE_SUB_STYLE},
			{code:"Company Information", url:"info.html", "format":{"itemoff":[23,0]}},
			{code:"Who We Are", url:"info_about.html#who", "format":{"itemoff":[23,0]}},
			{code:"What We Do", url:"info_service.html", "format":{"itemoff":[23,0]}},
			{code:"Where We Are", url:"info_contact.html#address", "format":{"itemoff":[23,0]}},
			{code:"Contact Us", url:"info_contact.html", "format":{"itemoff":[23,0]}},
			{code:"Office Address & Map Info", url:"info_contact.html#map", "format":{"itemoff":[23,0]}},
		]
	},
	{code:"Best Ontario FAQs", url:"faq.html", "format":{"arrow":"../../client/images/arrow/arr0.gif", "oarrow":"../../client/images/arrow/arr0_o.gif", "arrsize":[7,10]}, 
		sub:[
			{"style":SIDE_SUB_STYLE},
			{code:"General Information", url:"faq.html#general"},
			{code:"Federal Articles of Incorporation", url:"faq.html#fai"},
		]
	},
	{code:"Privacy Policy", url:"privacy.html"},
	{code:"Terms & Conditions", url:"terms.html"},
	{code:"Site Map", url:"sitemap.html"},
];