/* js core by fencl web design */

$(document).ready(function() {
	$('.navmenu').click(function() {
		window.location = $(this).attr('menugo');
	});
	
	$('.infoboxes').click(function() {
		window.location = $(this).attr('infogo');
	});
	
	$('.productclick').click(function() {
		window.location = $(this).attr('productgo');
	});
});
