/* Tigra Menu items structure */
var INDEX_PATH = 'images/global/';
var INDEX_ITEMS = [
	['<img src=' + INDEX_PATH + 'menu_ourcompany_off.gif width=156 height=16 alt=Coupons, Inc.: Our Company border=0>', 'source/oc_about.asp', null,
		['&nbsp;<b>&#183;</b>&nbsp;About Coupons, Inc.', 'source/oc_about.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Management Team', 'source/oc_management.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Our Technology', 'source/oc_ourtechnology.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Press Releases', 'source/oc_press.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;In the News', 'source/oc_news.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Careers', 'source/oc_careers.asp']
	],
	['<img src=' + INDEX_PATH + 'menu_services_off.gif width=156 height=16 alt=Coupons, Inc.: Services border=0>', 'source/serv_promo.asp', null,
		['&nbsp;<b>&#183;</b>&nbsp;Promotion Services', 'source/serv_promo.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Consumer Data Acqui..', 'source/serv_acquisition.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Coupon Portals', 'source/serv_portals.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Coupon Distribution', 'source/serv_distribution.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Customer Care', 'source/serv_customercare.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Family Codes', ' source/serv_familycodes.asp']
		
/*
		['&nbsp;<b>&#183;</b>&nbsp;Direct Marketing', 'source/serv_directmarketing.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Clearing Services', 'source/serv_clearing.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Customer Care', 'source/serv_customercare.asp']
*/
	],
	['<img src=' + INDEX_PATH + 'menu_clients_off.gif width=157 height=16 alt=Coupons, Inc.: Clients border=0>', 'source/cp_clientlist.asp', null,
		['&nbsp;<b>&#183;</b>&nbsp;Client Brands', 'source/cp_clientlist.asp'],
/*		
		['&nbsp;<b>&#183;</b>&nbsp;Case Studies', 'source/cp_casestudies.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Partners', 'source/cp_partners.asp']
*/
	]];

var PATH = '../images/global/';
var MENU_ITEMS = [
	['<img src=' + PATH + 'menu_ourcompany_off.gif width=156 height=16 alt=Coupons, Inc.: Our Company border=0>', 'oc_about.asp', null,
		['&nbsp;<b>&#183;</b>&nbsp;About Coupons, Inc.', 'oc_about.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Management Team', 'oc_management.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Our Technology', 'oc_ourtechnology.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Press Releases', 'oc_press.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;In the News', 'oc_news.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Careers', 'oc_careers.asp']
	],
	['<img src=' + PATH + 'menu_services_off.gif width=156 height=16 alt=Coupons, Inc.: Services border=0>', 'serv_promo.asp', null,
		['&nbsp;<b>&#183;</b>&nbsp;Promotion Services', 'serv_promo.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Consumer Data Acqui..', 'serv_acquisition.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Coupon Portals', 'serv_portals.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Coupon Distribution', 'serv_distribution.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Customer Care', 'serv_customercare.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Family Codes', 'serv_familycodes.asp']
/*
		['&nbsp;<b>&#183;</b>&nbsp;Direct Marketing', 'serv_directmarketing.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Clearing Services', 'serv_clearing.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Customer Care', 'serv_customercare.asp']
*/
	],
	['<img src=' + PATH + 'menu_clients_off.gif width=157 height=16 alt=Coupons, Inc.: Clients border=0>', 'cp_clientlist.asp', null,
		['&nbsp;<b>&#183;</b>&nbsp;Client Brands', 'cp_clientlist.asp'],
/*
		['&nbsp;<b>&#183;</b>&nbsp;Case Studies', 'cp_casestudies.asp'],
		['&nbsp;<b>&#183;</b>&nbsp;Partners', 'cp_partners.asp']
*/
	]];


//<img src=' + PATH + 'subMenu_Bullet.gif height=5 width=2 border=0 align=middle>



