<!--
function MyPreLoad_Level2( ) { //PathModifier
	// < name="preloadOnly" -->
	DX_preloadImages(
		PathAdjust("../company/images/6company_1over_f2.gif", true),
		PathAdjust("../company/images/6company_2about_f2.gif", true),
		PathAdjust("../company/images/6company_3contact_f2.gif", true),
		PathAdjust("../company/images/6company_4careers_f2.gif", true),
		PathAdjust("../company/images/6company_5directions_f2.gif", true));
	// </ name="preloadOnly" -->
}
//-->