$(document).ready(function(){  

	$("#btn_products").hover(function() {  
		$(this).attr("src","img/menu_products_over.jpg"); 
		
	    }, function() {  
	       $(this).attr("src","img/menu_products.jpg");  
	}); 
		
	$("#btn_support").hover(function() {  
		$(this).attr("src","img/menu_support_over.jpg"); 
		
	    }, function() {  
	       $(this).attr("src","img/menu_support.jpg");  
	});  
	
	$("#btn_products").imagemap([
	{top_x: 50,top_y: 0,bottom_x: 110,bottom_y:15,link: 'lcd.html'},
	{top_x: 20,top_y: 20,bottom_x: 130,bottom_y:35,link: 'modular_pos.html'},
	{top_x: 40,top_y: 35,bottom_x: 120,bottom_y:50,link: 'tap_pos.html'},
	{top_x: 50,top_y: 50,bottom_x: 110,bottom_y:65,link: 'cash_drawers.html'},
	{top_x: 40,top_y: 65,bottom_x: 120,bottom_y:80,link: 'accessories.html'},
	{top_x: 40,top_y: 85,bottom_x: 120,bottom_y:100,link: 'industrial.html'},
	]);
	
	$("#btn_support").imagemap([
	{top_x: 50,top_y: 35,bottom_x: 110,bottom_y:50,link: 'drivers.html'},
	{top_x: 40,top_y: 50,bottom_x: 120,bottom_y:65,link: 'request_rma.php'},
	]);
	
});
