$(document).ready(function(){

	<!-- You have to follow this simple syntax inorder to show submenu -->
	<!-- #AffiliateMenu [this is id of <area> tag which is the MenuItem] see line: 39 -->
	<!-- #AffiliateSubMenu [this is the id of <div> which will b displayed as submenu of the menuItem] see line: 47 -->
	<!-- #MappedImage [this is the id of <image> for which u have created maps] see line: 32 -->
	
	$('#AffiliateMenu').fmenu('#AffiliateSubMenu', '#MappedImage');
	
	<!-- You can add as many such line for all different menus/submenus and their mappedImages -->
 
});