BLANK_IMAGE="b.gif";
//keywords
var code="code";var url="url";var sub="sub";
//styles 
var color = {"border":"#CCCCCC", "shadow":"#CCCCCC", "bgON":"0033FF","bgOVER":"0033FF"};
var css = {"ON":"clsCM1On", "OVER":"clsCM1Over"};
var STYLE = {"border":0, "shadow":0, "color":color, "css":css};
//items and formats
var SCR_WIDTH = screen.width;		//determine the users screen width
var orgH = 5;				//a default for 640 screens but it will still wrap...
if (SCR_WIDTH >= 800) {			//for 800 or larger (exclude 640...)
  orgH = (SCR_WIDTH - 780)/2;	//calc our horizontal location for centering
}

var MENU_ITEMS =
[
	{"pos":[orgH,10], "itemoff":[0,110], "leveloff":[25,0], "style":STYLE, "size":[22,110]},
	{code:"Features",
		sub:[
			{"itemoff":[22,0], "size":[22,220]},
			{code:"Unattended Monitoring & Messaging", url:"afninfo.html", "format":{"size":[44,220]}},
			{code:"VoIP Network", url:"audabt.html", "format":{"itemoff":[44,0]}},
			{code:"Secure Ordering", url:"cgi-bin/store/agora.cgi"},
			{code:"Hot Deals!", url:"hotdeals.html"},
			{code:"Testimonials", url:"comments.html"},
			{code:"Development for Hire", url:"r&d.html"},
			{code:"Product News & RSS feed", url:"blog/"},
			{code:"Joint Ventures", url:"r&d.html"},
			{code:"Search Our Site or Store", url:"search.html"},
			{code:"Made In The USA", url:"usa.html"},
			{code:"Who We Are", url:"whoweare.html"},
			{code:"Home", url:"http://www.compuquestinc.com/"}
		]
	},
	{code:"Solutions",
		sub:[
			{"itemoff":[22,0], "size":[22,220]},
			{code:"Access Control & Building Mgmt", url:"access.html"}, 									{code:"Real Estate Instant Info", url:"realestate.html"}, 
			{code:"AudixNet VoIP Network", url:"audabt.html"},
			{code:"Power Monitoring & Alerting", url:"power.html"},
			{code:"TeleService For PBX", url:"pbpoints.html"},
			{code:"Wireless Messaging Software", url:"spmsgl.html"},
			{code:"Instant Messaging", url:"spmim.html"},
			{code:"Browser-based Messaging", url:"afnweb1.html"},
			{code:"Software for Traders", url:"qsoft.html"},
			{code:"Custom Design", url:"r&d.html"},
		]
	},
	{code:"Products",
		sub:[
			{"itemoff":[22,0], "size":[22,220]},
			{code:"Unattended Monitoring & Messaging", url:"aspgsum.html", "format":{"size":[44,220]}},
//			{code:"AlphaSense Product Selector", url:"aschoice.html", "format":{"itemoff":[44,0]}},
			{code:"AlphaSense", url:"afninfo.html", "format":{"itemoff":[44,0]}},
			{code:"AudixNet VoIP Network", url:"audabt.html"},
			{code:"PBXaminer", url:"pbxinfo.html"},
			{code:"PAGNOW!", url:"pginfo.html"},
			{code:"SpreadMsg Software", url:"spmsgl.html"},
			{code:"Instant Messaging Software", url:"spmim.html"},
			{code:"Software for Traders", url:"qsoft.html"},
			{code:"Remote Support Software", url:"rssl.html"},
			{code:"Custom Product Development", url:"r&d.html"}
		]
	},
	{code: "Support",
		sub:[
			{"itemoff":[22,0], "size":[22,200]},
			{code:"Quick-Links", url:"support.html"},
			{code:"Support Info & RSS feed", url:"blog/"},
			{code:"Discussion Forums", url:"forums/"},
			{code:"Ask a Question", url:"support.html#QUES"},
			{code:"AFN Quick-Start", url:"afnstartup.html"},
			{code:"AFN FAQ & Tips", url:"afnfaq.html"},
			{code:"AlphaSense FAQ", url:"asfaq.html"},
			{code:"AudixNet FAQ", url:"psjs_faqs/index.shtml"},
			{code:"PBXaminer FAQ", url:"asfaq.html"},
			{code:"SpreadMsg FAQ", url:"spmfaq.html"},
			{code:"Product Manuals", url:"pdfman.html"},
			{code:"How To Contact Us", url:"contact.html"}
		]
	},
	{code:"Downloads",
		sub:[
			{"itemoff":[22,0], "size":[22,200]},
			{code:"SpreadMsg Lite Software", url:"dlauth.html"},
			{code:"IM Client for SpreadMsg", url:"dlauth.html"},
			{code:"Remote Support Software", url:"dlauth.html"},
			{code:"Version Updates", url:"softup.html"},
			{code:"Runtime Support Files", url:"vb5rt.html"}
		]
	},
	{code:"Ordering",
		sub:[
			{"itemoff":[22,0], "size":[22,140]},
			{code:"Order or Browse", url:"cgi-bin/store/agora.cgi"},
			{code:"Hot Deals!", url:"hotdeals.html"},
			{code:"Ordering Info", url:"ordinfo.html"},
			{code:"Search Our Store", url:"search.html"}
		]
	},

	{code:"Contact Us",
		sub:[
			{"itemoff":[22,0]},
			{code:"Contact Info", url:"contact.html"},
			{code:"Home", url:"http://www.compuquestinc.com/"}
		]
	}

];
