	var targetType = 'self';
	var targetFrame = '_self';
	startMenuBar(680, 7);
	menuLabel('HOME', 5, 70, '#333300', '#333300', 'index.html', 'left');
	menuLabel('ABOUT US', 1, 95, '#333300', '#333300', 'about.htm', 'left');
	menuLabel('DOORS', 2, 80, '#333300', '#333300', 'doors.htm', 'left');
	menuLabel('HARDWARE', 3, 105, '#333300', '#333300', 'hardware.htm', 'left');
	menuLabel('ACCESSORIES', 6, 115, '#333300', '#333300', 'accessories.htm', 'left');
	menuLabel('HOW TO ORDER', 4, 120, '#333300', '#333300', 'order.htm', 'left');
	menuLabel('CONTACT US', 7, 95, '#333300', '#333300', 'contact.htm', 'left');
	endMenuBar(7);	
