// PRODUCTS MENU

/*
The "&nbsp;" entries on this page are to create a before and after the text to prevent CSS layout issues.

While CSS can be used, the use of a forced space is more visually appealing to the visitor.
*/

var productmenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
productmenu.items=[
	["&nbsp;Hardware Solutions&nbsp;", "http://www.tolisgroup.com/products/hardware/"],
	["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bruAPP Backup Appliance&nbsp;", "http://www.tolisgroup.com/products/hardware/bruapp/"],
	["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bruAPP Hardware Bundles&nbsp;", "http://www.tolisgroup.com/products/hardware/bruapp/models-pricing/index.php"],
	["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;BRU Server Hardware Bundles&nbsp;", "http://www.tolisgroup.com/products/hardware/bundles/bruserver.php"],
	["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;BRU PE Hardware Bundles&nbsp;", "http://www.productionbackup.com/info/hardware/bundles/"],
	["&nbsp;Software Solutions&nbsp;", "http://www.tolisgroup.com/products/software/"],
	["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;BRU Server&nbsp;", "http://www.tolisgroup.com/products/software/bruserver/index.php"],
	["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;BRU Producer's Edition", "http://www.productionbackup.com/"],
	/*["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;BRU LE for Mac&nbsp;", "http://www.tolisgroup.com/products/software/macosx/le/index.php"],*/
	["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bruCLONE for Mac&nbsp;", "http://www.tolisgroup.com/products/software/macosx/bruclone/index.php"],
	["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;BRU Desktop for Linux/Unix&nbsp;", "http://www.tolisgroup.com/products/software/linux/desktop/index.php"],
	["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;BRU Workstation for Linux/Unix&nbsp;", "http://www.tolisgroup.com/products/software/linux/workstation/index.php"],
	["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TOLIS Tape Tools for Mac&nbsp;", "http://www.tolisgroup.com/products/software/macosx/ttt/index.php"],
	["&nbsp;Compare Products&nbsp;", "http://www.tolisgroup.com/products/matrix.php"] //no comma following last entry!
]

// DOCUMENTATION MENU
var docmenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
docmenu.items=[
	["&nbsp;Hardware&nbsp;", "http://www.tolisgroup.com/docs/hardware.php"],
	["&nbsp;BRU Server&nbsp;", "http://www.tolisgroup.com/docs/bruserver.php"],
	["&nbsp;bruAPP Backup Appliance&nbsp;", "http://www.tolisgroup.com/docs/bruapp.php"],
	["&nbsp;BRU PE for Mac OS X&nbsp;", "http://www.productionbackup.com/info/docs.php"],
	["&nbsp;BRU LE for Mac OS X&nbsp;", "http://www.tolisgroup.com/docs/brule.php"],
	["&nbsp;bruCLONE for Mac OS X&nbsp;", "http://www.tolisgroup.com/docs/bruclone.php"],
	["&nbsp;BRU Workstation/Desktop&nbsp;", "http://www.tolisgroup.com/docs/bru.php"],
	["&nbsp;TOLIS Tape Tools&nbsp;", "http://www.tolisgroup.com/docs/ttt.php"],
	["&nbsp;Whitepapers&nbsp;", "http://www.tolisgroup.com/docs/whitepapers.php"]//no comma following last entry!
]

// DOWNLOADS MENU
var dlmenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} // Third menu.
dlmenu.items=[
	["&nbsp;Hardware Downloads&nbsp;", "http://www.tolisgroup.com/downloads/hardware/"],
	["&nbsp;BRU Server&nbsp;", "http://www.tolisgroup.com/downloads/bruserver20/index.php"],
	["&nbsp;bruAPP Backup Appliance&nbsp;", "http://www.tolisgroup.com/downloads/hardware/bruapp/"],
	["&nbsp;BRU PE for Mac OS X&nbsp;", "http://www.productionbackup.com/downloads/"],
	["&nbsp;BRU LE for Mac OS X&nbsp;", "http://www.tolisgroup.com/downloads/macosx/brule.php"],
	["&nbsp;bruCLONE for Mac OS X&nbsp;", "http://www.tolisgroup.com/downloads/macosx/bruclone.php"],
	["&nbsp;BRU Workstation/Desktop&nbsp;", "http://www.tolisgroup.com/downloads/bru18/"],
	["&nbsp;TOLIS Tape Tools", "http://www.tolisgroup.com/downloads/macosx/ttt.php"],
	["&nbsp;Unsupported Downloads&nbsp;", "http://www.tolisgroup.com/downloads/unsupported/"]
]

