var isIsAgent = '';


$(document).ready(function(){

	$("#menuCustomers").hover(
		function(){
			$('#popCustomers').css('visibility','visible');
	  		$('#popCustomers').show();
		},
		function(){
	  		$('#popCustomers').hide();
		}
	);
	
	$("#menuCustom").hover(
		function(){
			$('#popCustom').css('visibility','visible');
	  		$('#popCustom').show();
		},
		function(){
	  		$('#popCustom').hide();
		}
	);
	
	$("#menuCustomerss").hover(
		function(){
			$('#popCustomerss').css('visibility','visible');
	  		$('#popCustomerss').show();
		},
		function(){
	  		$('#popCustomerss').hide();
		}
	);
	
	$("#menuCustomersss").hover(
		function(){
			$('#popCustomersss').css('visibility','visible');
	  		$('#popCustomersss').show();
		},
		function(){
	  		$('#popCustomersss').hide();
		}
	);
	
	$("#menuCustomerssss").hover(
		function(){
			$('#popCustomerssss').css('visibility','visible');
	  		$('#popCustomerssss').show();
		},
		function(){
	  		$('#popCustomerssss').hide();
		}
	);

	$("#menuBank").hover(
		function(){
				
			$('#popBank').css('visibility','visible');
			$('#popBank').show();
		},
		function(){
	  		$('#popBank').hide();
		}
	);
	
	$("#menuReports").hover(
		function(){
				
			$('#popReports').css('visibility','visible');
			$('#popReports').show();
		},
		function(){
	  		$('#popReports').hide();
		}
	);
//	$("#menuAdministration").hover(
//		function(){
//				
//			$('#popupAdministration').css('visibility','visible');
//			$('#popupAdministration').show();
//		},
//		function(){
//	  		$('#popupAdministration').hide();
//		}
//	);
	$("#menuInfo").hover(
		function(){
				
			$('#popInfo').css('visibility','visible');
			$('#popInfo').show();
		},
		function(){
	  		$('#popInfo').hide();
		}
	);	

	/*$(".clsMenu").hover(
		function(){
			$(this).children(".popupMenuDiv").css('visibility','visible');
	  		$(this).children(".popupMenuDiv").show();
		},
		function(){
	  		$(this).children(".popupMenuDiv").hide();
		}
	);

	$(".clsMenu2").hover(
		function(){
	  		$(this).children(".clsMenuItem").show();
		},
		function(){
	  		$(this).children(".clsMenuItem").hide();
		}
	);*/

	$("#menuOnlineReport").hover(
		function(){
				
			$('#popOnlineReport').css('visibility','visible');
			$('#popOnlineReport').show();
		},
		function(){
	  		$('#popOnlineReport').hide();
		}
	);
	
//	$("#mnuTools").hover(
//			function(){
//				//alert(this);
//				$("#mnuToolsItems").css('visibility','visible');
//				$("#mnuToolsItems").show();
//			},
//			function(){
//				$("#mnuToolsItems").hide();
//			}
//		);
		
	$(".clsMainMenu").hover(
			function(){
				//alert(this);
				$(this).children(".clsMenuItems").css('visibility','visible');
				$(this).children(".clsMenuItems").show();
			},
			function(){
				$(this).children(".clsMenuItems").hide();
			}
		);
		
	


});
