function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=480');");
}

document.write(
''+
'<a href="index.html"><img src="images\\banner.gif" border=0></a>'+
'<!-- horizontal navbar --> '+
' <ul id="menu-h" class="horizontal"> '+
' <li><a href="execsummary.html" onMouseover="showtext(\'A one page run down of how Kit Pack can help you\')" onMouseout="hidetext()">Executive Summary<\/a> '+
'				 <ul> '+
' 			 			<li><a href="execsummary.html" onMouseover="showtext(\'Find out more about KPC\')" onMouseout="hidetext()">Executive Summary<\/a><\/li> '+
' 			 			<li><a href="spares.html" onMouseover="showtext(\'Find out more about KPC\')" onMouseout="hidetext()">Industry Challenges Met<\/a><\/li> '+
' 			<\/ul>'+
' <\/li> '+
' <li><a href="products.html" onMouseover="showtext(\'See our products\')" onMouseout="hidetext()">Products<\/a> '+
' 		<ul> '+
' 			<li><a href="capabilities.html" onMouseover="showtext(\'View our product categories\')" onMouseout="hidetext()">Capabilities<\/a> '+
' 			<\/li> '+
' 			<li><a href="products.html" onMouseover="showtext(\'View some completed samples\')" onMouseout="hidetext()">Product Samples<\/a><\/li> '+
' 			<li><a href="systems.html" onMouseover="showtext(\'Our products support a wide variety of military systems\')" onMouseout="hidetext()">Supported Systems<\/a><\/li> '+
' 		<\/ul> '+
' <\/li> '+
' <li><a href="aboutus.html" onMouseover="showtext(\'Find out more about KPC\')" onMouseout="hidetext()">About Us<\/a> '+
' 		<ul> '+
' 			<li><a href="aboutus.html" onMouseover="showtext(\'Find out more about KPC\')" onMouseout="hidetext()">About Us<\/a><\/li> '+
' 			<li><a href="experience.html" onMouseover="showtext(\'Kit Pack has a rich history of providing quality parts and kits\')" onMouseout="hidetext()">Experience<\/a> '+
' 				  <ul> '+
' 					 		<li><a href="packaging.html" onMouseover="showtext(\'View all feedback\')" onMouseout="hidetext()">Packaging<\/a><\/li> '+
' 				 <\/ul> '+
'				<\/li>'+
' 			<li><a href="facilities.html" onMouseover="showtext(\'View the production plant, offices and two warehouses\')" onMouseout="hidetext()">Facilities<\/a><\/li> '+
' 			<li><a href="custfeed.html" onMouseover="showtext(\'KPC has been accredited by many government agencies\')" onMouseout="hidetext()">Feedback<\/a> '+
' 				  <ul> '+
' 					 		<li><a href="custfeed.html" onMouseover="showtext(\'View all feedback\')" onMouseout="hidetext()">List of All<\/a><\/li> '+
' 							<li><a href="plaque.html" onMouseover="showtext(\'Feedback from the DLA\')" onMouseout="hidetext()">Defense Logistics Agency<\/a><\/li> '+
' 							<li><a href="baileyfeed.html" onMouseover="showtext(\'Feedback from the DOD\')" onMouseout="hidetext()">Department of Defense<\/a><\/li> '+
' 							<li><a href="saundersfeed.html" onMouseover="showtext(\'Feedback from the US Air Force\')" onMouseout="hidetext()">US Air Force<\/a><\/li> '+
' 							<li><a href="willapp.html" onMouseover="showtext(\'Feedback from the US Army\')" onMouseout="hidetext()">US Army<\/a><\/li> '+
' 							<li><a href="kimmel.html" onMouseover="showtext(\'Feedback from our manufacturer teaming\')" onMouseout="hidetext()">Teaming<\/a><\/li> '+
' 				 <\/ul> '+
' 	    <\/li> '+
'				<li><a href="database.html" onMouseover="showtext(\'View all feedback\')" onMouseout="hidetext()">Database<\/a><\/li> '+
' 		<\/ul> '+
' <\/li> '+
' <li><a href="qualitypolicy.html" onMouseover="showtext(\'KPC has an extensive quality control system\')" onMouseout="hidetext()">Quality System<\/a> '+
' 				  <ul> '+
' 							<li><a href="vm.html" onMouseover="showtext(\'There are many benefits to the quality system\')" onMouseout="hidetext()">Virtual Manufacturing<\/a><\/li> '+
' 							<li><a href="ack.html" onMouseover="showtext(\'KPC has garnered many awards for its quality system\')" onMouseout=\"hidetext()">Award Winning Quality<\/a><\/li> '+
' 							<li><a href="qualitypolicy.html" onMouseover="showtext(\'View the quality policy\')" onMouseout="hidetext()">\Quality Policy<\/a></li> '+
' 							<li><a href="faq.html" onMouseover="showtext(\'Answers to many ISO questions\')" onMouseout="hidetext()">ISO FAQs<\/a><\/li> '+
' 							<li><a href="iso.html" onMouseover="showtext(\'There are many benefits to the quality system\')" onMouseout="hidetext()">Customer Benefit<\/a><\/li> '+
' 							<li><a href="evo.html" onMouseover="showtext(\'There are many benefits to the quality system\')" onMouseout="hidetext()">System Evolution<\/a><\/li> '+
' 				 <\/ul> '+
' <\/li> '+
' <li><a href="Licensing.html" onMouseover="showtext(\'Find out more about licensing KPC\')" onMouseout="hidetext()">Licensing<\/a> '+
' 				  <ul> '+
' 							<li><a href="oemprofitability.html" onMouseover="showtext(\'KPC has garnered many awards for its quality system\')" onMouseout=\"hidetext()">Relieving OEMs<\/a><\/li> '+
' 							<li><a href="whatliccando.html" onMouseover="showtext(\'View the quality policy\')" onMouseout="hidetext()">Licensing Benefits<\/a></li> '+
' 							<li><a href="howitworks.html" onMouseover="showtext(\'The quality system has been through extensive changes over the years\')" onMouseout="hidetext()">How Licensing Works<\/a><\/li> '+
' 							<li><a href="javascript:popUp(\'slide1.html\')">View Presentation<\/a><\/li>'+
' 							<!-- <li><a href="javascript:popUp(\'slide11.html\')">For Jerry<\/a><\/li> -->'+
' 				 <\/ul> '+
' <\/li> '+
' <\/ul> '+
''+
'');
