//Menu item definition
var MENU_ITEMS = [
	['Home', 'sdsi.cgi',  ,  ],
	['Products', null, null,
		['Overview','sdsi.cgi?h=products',null],
		['UnForm', 'sdsi.cgi?p=unform8', null], 
		['sdOffice','sdsi.cgi?p=sdoffice',null],
		['General','sdsi.cgi?p=general',null],
		['MailCall','sdsi.cgi?p=mailcall',null],
		['dServe','sdsi.cgi?p=dserve',null]
	],
	['Services','sdsi.cgi?h=services',null],
	['Support', , null,
		['UnForm', 'sdsi.cgi?p=unform8&sp=support', null], 
		['sdOffice','sdsi.cgi?p=sdoffice&sp=support',null],
		['General','sdsi.cgi?p=general&sp=support',null],
		['MailCall','sdsi.cgi?p=mailcall&sp=support',null],
		['dServe','sdsi.cgi?p=dserve&sp=support',null],
		['Mail Lists','sdsi.cgi?h=maillist',null],
 ['Webinars','sdsi.cgi?h=UnForm_8.0_Training_Webinars',null]
	],
	['Downloads', , null,
		['UnForm', 'sdsi.cgi?p=unform8&sp=download', null], 
		['sdOffice','sdsi.cgi?p=sdoffice&sp=download',null],
		['General','sdsi.cgi?p=general&sp=download',null],
		['MailCall','sdsi.cgi?p=mailcall&sp=download',null],
		['dServe','sdsi.cgi?p=dserve&sp=download',null]
	],
	['Request Info','sdsi.cgi?p=reqinfo'],
	['News Pages','sdsi.cgi?pr=newspages'],
	['Contact Us','sdsi.cgi?h=contact_us'],
	['Partners', , null,
		['Partner Links','sdsi.cgi?h=partner_links'],
		['Partner Portal','sdsi.cgi?pr=partner']
	]
];

// Menu layout
var MENU_POS = new Array();
	MENU_POS['width'] = [80, 100, 100];
	MENU_POS['height'] = [23, 23, 23];
	MENU_POS['left'] = [81, 0, 0];
	MENU_POS['top'] = [0, 23, 23];
	MENU_POS['block_left'] = [0, -10, 100];
	MENU_POS['block_top'] = [70, 23, 10];
	MENU_POS['hide_delay'] = [200, 200, 200];
	MENU_POS['pixel_path'] = 'images/pixel.gif';
	MENU_POS['align'] = 'center';
	MENU_POS['valign'] = '';
	MENU_POS['scroll'] = 'none';



