/* --- menu items --- */
var MENU_ITEMS0 = [
	['Home', 'http://www.kllooseleaf.com/Default.asp', 
		
	],
	['Fulfillment', 'http://www.kllooseleaf.com/Fulfillment.asp',
		
	],	['Request Quote', 'http://www.kllooseleaf.com/RFQs.asp',{'sw' : 124},
		['Binders ', 'http://www.kllooseleaf.com/QuickQuoteBinders.asp'],
		['Tabs ', 'http://www.kllooseleaf.com/QuickQuoteTabs.asp'],
		['Vinyl Specialties','http://www.kllooseleaf.com/QuickQuoteCustomVinylSpecialties.asp'],
	],	['Art Specs', 'http://www.kllooseleaf.com/FAQ.asp',
		
	],	['Gallery', 'http://www.kllooseleaf.com/Gallery.asp',
		
	],
	['Catalogs', 'http://www.kllooseleaf.com/catalogs.asp',
		
	],	['About Us', 'http://www.kllooseleaf.com/About.asp',
		
	],
	['Contact', null, {'sw' : 54},
		['E-mail', 'mailto:sales-info@kllooseleaf.com?subject=Customer Request', {'oh' : imgOver, 'oo' : imgOut}],
		['Contacts', 'http://www.kllooseleaf.com/Contact.asp', {'oh' : imgOver, 'oo' : imgOut}],
		['Employment', 'http://www.kllooseleaf.com/employmentopportunities.asp', {'oh' : imgOver, 'oo' : imgOut}],		['Map', 'http://www.kllooseleaf.com/Contact.asp', {'oh' : imgOver, 'oo' : imgOut}]
		
	]
];

var SRCs = {
	'2_0' : 'email',
	'2_1' : 'icq',
	'2_2' : 'yahoo',
	'2_3' : 'aol'
}
function imgOver(s_id) {
	//document.images['myImg'].src = 'img/' + SRCs[s_id] + '.gif' 
}
function imgOut(s_id) {
	//document.images['myImg'].src = 'img/help-2.gif'
}