/*   --- menu items --- */
var MENU_ITEMS = [
	['Products',  'products/products.asp', {'tw':'main'},
		['Printers', 'products/pubprice.asp?W1=printers', {'tw':'main','sb':'All Printers'},
			['Ink Jet', 'products/pubprice.asp?W1=inkjet', {'tw':'main'},	],
			['Laser Jet', 'products/pubprice.asp?W1=laserjet', {'tw':'main'}, ],
			['Color Ink Jet', 'products/pubprice.asp?W1=color inkjet', {'tw':'main'}, ],
			['Color Laser', 'products/pubprice.asp?W1=color laser', {'tw':'main'}, ],
			['Wide Format', 'products/pubprice.asp?W1=designjet', {'tw':'main'}, ],
			['Multi-Function', 'products/pubprice.asp?W1=mfp', {'tw':'main'}, ],
			['Photo Printer', 'products/pubprice.asp?W1=photo', {'tw':'main'}, ],
			['Bar Code Print', 'products/barcode.asp', {'tw':'main'}, ],
			['Refurbished', 'products/refurbs.asp', {'tw':'main'}, ],
		],
		['Cartridges', 'products/pubprice.asp?W1=cartridges', {'tw':'main'},	
			['Remans', 'products/pubprice.asp?W1=remans', {'tw':'main'},	],
			['OEM Ink Jet', 'products/pubprice.asp?W1=inkcart', {'tw':'main'}, ],
			['OEM Laser Jet', 'products/pubprice.asp?W1=lasercart', {'tw':'main'}, ],
			['Wide Format', 'products/pubprice.asp?W1=widecart', {'tw':'main'}, ],
		],
		['Imaging', 'products/pubprice.asp?W1=imaging', {'tw':'main'},
			['Cameras', 'products/pubprice.asp?W1=camera', {'tw':'main'},	],
			['Scanners', 'products/pubprice.asp?W1=scanner', {'tw':'main'}, ],
			['Projectors', 'products/pubprice.asp?W1=projector', {'tw':'main'}, ],
			['Senders', 'products/pubprice.asp?W1=sender', {'tw':'main'}, ],
		],
		['Fax Products', 'products/pubprice.asp?W1=fax', {'tw':'main'}, ],
		['Copiers', 'products/pubprice.asp?W1=copier', {'tw':'main'}, ],
		['Accessories', 'products/pubprice.asp?W1=accessory', {'tw':'main'}, ],
		['Supplies', 'products/pubprice.asp?W1=supplies', {'tw':'main'}, ],
		['Paper', 'products/pubprice.asp?W1=paper', {'tw':'main'}, ],
	],
	['Services', null, null,
		['Repairs', 'services/repairs.asp', {'tw':'main'}, ],
		['Ext. Warranty', 'services/warranty.asp', {'tw':'main'}, ],
		['Networking', 'services/networks.asp', {'tw':'main'}, ],
		['Web Design', 'services/website.asp', {'tw':'main'}, ],
	],
	['Cartridges', 'products/pubprice.asp?W1=remans', {'tw':'main'},
		['About Remans', 'products/cartridge.asp', {'tw':'main'}, ],
		['Reman List', 'products/pubprice.asp?W1=remans', {'tw':'main'}, ],
	],
	['UF Customers', 'UF/ufinfo.asp', {'tw':'main'}, ],
	['Buy On-Line', 'shopcart/signin.asp', {'tw':'main'}, ],
	['Penny A Page', 'pennies.asp', {'tw':'main'}, 
		['Overview', 'pennies.asp', {'tw':'main'}, ],
		['Instructions', 'pgcount.asp', {'tw':'main'}, ],
	],
	['Photo Service', 'photos.asp', {'tw':'main'}, ],
	['Testimonials', 'testimonials.pdf', {'tw':'main'}, ],
	['About LAP', 'aboutlap.asp', {'tw':'main'}, ],	
	['Contact Us', 'contact.asp', {'tw':'main'},],
	['LAP Home', 'home.asp', {'tw':'main'}, ],
];

