function load_menu() {
  load_basic_menu();
	test_decompiler_submenu();
	test_webapps_submenu();
}


function load_basic_menu() {
  MM_preloadImages(
  '/images/text/leftmenu/services.gray.gif',
	'/images/text/leftmenu/services.yellow.gif',
	'/images/text/secondary/decompilers.black.gif',
	'/images/text/secondary/decompilers.yellow.gif',
	'/images/text/secondary/decfmac.black.gif',
	'/images/text/secondary/decfmac.yellow.gif',
	'/images/text/leftmenu/dataflex.programming.gray.gif',
	'/images/text/leftmenu/dataflex.programming.yellow.gif',
	'/images/text/secondary/dataflex.tips.black.gif',
	'/images/text/secondary/dataflex.tips.yellow.gif',
	'/images/text/secondary/freeware.black.gif',
	'/images/text/secondary/freeware.yellow.gif',
	'/images/text/secondary/webapps.black.gif',
	'/images/text/secondary/webapps.yellow.gif',
	'/images/text/secondary/books.black.gif',
	'/images/text/secondary/books.yellow.gif',
	'/images/text/secondary/links.black.gif',
	'/images/text/secondary/links.yellow.gif',
	'/images/text/leftmenu/cpp.programming.gray.gif',
	'/images/text/leftmenu/cpp.programming.yellow.gif',
	'/images/text/secondary/faqs.black.gif',
	'/images/text/secondary/faqs.yellow.gif',
	'/images/text/secondary/stl.tutorial.black.gif',
	'/images/text/secondary/stl.tutorial.yellow.gif',
	'/images/text/leftmenu/contact.us.gray.gif',
	'/images/text/leftmenu/contact.us.yellow.gif',
	'/images/text/leftmenu/recent.updates.gray.gif',
	'/images/text/leftmenu/recent.updates.yellow.gif');
}


function load_decompiler_submenu() {
  MM_preloadImages(
	'/images/text/third/the.service.black.gif',
	'/images/text/third/the.service.yellow.gif',
	'/images/text/third/source.code.black.gif',
	'/images/text/third/source.code.yellow.gif',
	'/images/text/third/guarantee.black.gif',
	'/images/text/third/guarantee.yellow.gif',
	'/images/text/third/disclaimer.black.gif',
	'/images/text/third/disclaimer.yellow.gif',
	'/images/text/third/faq.black.gif',
	'/images/text/third/faq.yellow.gif');
}	

function load_webapps_submenu() {
  MM_preloadImages(
	'/images/text/third/tips.black.gif',
	'/images/text/third/tips.yellow.gif',
	'/images/text/third/installation.black.gif',
	'/images/text/third/installation.yellow.gif');
}
