$(function (){  
			
/* products category menu */

	$("a[href*=#allproducts]").click(function (){ 
		$('#productlist').load('product/all_products.html');
	});
	$("a[href*=#imaging]").click(function (){ 
		$('#productlist').load('product/all_imaging.html');
	});
	$("a[href*=#storage]").click(function (){ 
		$('#productlist').load('product/all_storage.html');
	});
	$("a[href*=#iphone]").click(function (){ 
		$('#productlist').load('product/all_iphone.html');
	});
	$("a[href*=#ipad]").click(function (){ 
		$('#productlist').load('product/all_ipad.html');
	});
	$("a[href*=#battery]").click(function (){ 
		$('#productlist').load('product/all_battery.html');
	});
	$("a[href*=#av]").click(function (){ 
		$('#productlist').load('product/all_av.html');
	});


/* about page menu */
	
	$("a[href*=#profile]").click(function (){ 
		$('.aboutinfo').load('about/summary.html');
	});
	$("a[href*=#award]").click(function (){ 
		$('.aboutinfo').load('about/award.html');
	});
	$("a[href*=#career]").click(function (){ 
		$('.aboutinfo').load('about/opportunity.html');
	});
	$("a[href*=#contact]").click(function (){ 
		$('.aboutinfo').load('about/contact.html');
	});

/* exp page menu */
	
	$("a[href*=#expOne]").click(function (){ 
		$('.expbox').load('exp/experience.html');
	});
	$("a[href*=#expTwo]").click(function (){ 
		$('.expbox').load('exp/quality.html');
	});
	$("a[href*=#expThree]").click(function (){ 
		$('.expbox').load('exp/userexp.html');
	});
	$("a[href*=#expFour]").click(function (){ 
		$('.expbox').load('exp/mediatest.html');
	});

/* microtek page menu */
	
	$("a[href*=#microtekhot]").click(function (){ 
		$('.expbox').load('exp/microtekhot.html');
	});
	$("a[href*=#microtekfull]").click(function (){ 
		$('.expbox').load('exp/microtekfull.html');
	});
	$("a[href*=#microtekmedi]").click(function (){ 
		$('.expbox').load('exp/microtekmedi.html');
	});
	$("a[href*=#expFour]").click(function (){ 
		$('.expbox').load('exp/mediatest.html');
	});
	
/* energizer page menu */
	
	$("a[href*=#energizerhot]").click(function (){ 
		$('.expbox').load('exp/energizerhot.html');
	});
	$("a[href*=#energizerfull]").click(function (){ 
		$('.expbox').load('exp/energizerfull.html');
	});
	$("a[href*=#expThree]").click(function (){ 
		$('.expbox').load('exp/userexp.html');
	});
	$("a[href*=#expFour]").click(function (){ 
		$('.expbox').load('exp/mediatest.html');
	});
	
/* altek page menu */
	
	$("a[href*=#altekhot]").click(function (){ 
		$('.expbox').load('exp/altekhot.html');
	});
	$("a[href*=#altekfull]").click(function (){ 
		$('.expbox').load('exp/altekfull.html');
	});
	$("a[href*=#expThree]").click(function (){ 
		$('.expbox').load('exp/userexp.html');
	});
	$("a[href*=#expFour]").click(function (){ 
		$('.expbox').load('exp/mediatest.html');
	});
	
/* apacer page menu */
	
	$("a[href*=#apacerhot]").click(function (){ 
		$('.expbox').load('exp/apacerhot.html');
	});
	$("a[href*=#apacerfull]").click(function (){ 
		$('.expbox').load('exp/apacerfull.html');
	});
	$("a[href*=#expThree]").click(function (){ 
		$('.expbox').load('exp/userexp.html');
	});
	$("a[href*=#expFour]").click(function (){ 
		$('.expbox').load('exp/mediatest.html');
	});

/* soundmagic page menu */
	
	$("a[href*=#soundmagichot]").click(function (){ 
		$('.expbox').load('exp/soundmagichot.html');
	});
	$("a[href*=#soundmagicfull]").click(function (){ 
		$('.expbox').load('exp/soundmagicfull.html');
	});
	$("a[href*=#expThree]").click(function (){ 
		$('.expbox').load('exp/userexp.html');
	});
	$("a[href*=#expFour]").click(function (){ 
		$('.expbox').load('exp/mediatest.html');
	});
	
/* elitop page menu */
	
	$("a[href*=#elitophot]").click(function (){ 
		$('.expbox').load('exp/elitophot.html');
	});
	$("a[href*=#elitopfull]").click(function (){ 
		$('.expbox').load('exp/elitopfull.html');
	});
	$("a[href*=#expThree]").click(function (){ 
		$('.expbox').load('exp/userexp.html');
	});
	$("a[href*=#expFour]").click(function (){ 
		$('.expbox').load('exp/mediatest.html');
	});

/* yplusx page menu */
	
	$("a[href*=#yplusxhot]").click(function (){ 
		$('.expbox').load('exp/yplusxhot.html');
	});
	$("a[href*=#yplusxfull]").click(function (){ 
		$('.expbox').load('exp/yplusxfull.html');
	});
	$("a[href*=#expThree]").click(function (){ 
		$('.expbox').load('exp/userexp.html');
	});
	$("a[href*=#expFour]").click(function (){ 
		$('.expbox').load('exp/mediatest.html');
	});
	
	
/* elitop page menu */
	
	$("a[href*=#elitophot]").click(function (){ 
		$('.expbox').load('exp/elitophot.html');
	});
	$("a[href*=#elitopfull]").click(function (){ 
		$('.expbox').load('exp/elitopfull.html');
	});
	$("a[href*=#microtekmedi]").click(function (){ 
		$('.expbox').load('exp/microtekmedi.html');
	});
	$("a[href*=#expFour]").click(function (){ 
		$('.expbox').load('exp/mediatest.html');
	});
	
}); 
