Memory Craft 9900 from Janome

If you love precise stitching, this incredible model sews perfect stitches at up to 1,000 stitches per minute in sewing mode and 800 s.p.m. in embroidery mode. It has all the usual Janome computerised features plus over 200 built in stitches, including 9mm width stitches, hand look quilting & embroidery stitches and many more.
Plus there’s monogramming and over 160 exciting NEW built-in embroidery designs … see what’s on the pantry shelf!
= 100) {
$(this).hide();
}
});
*/
/*
$('.shop_filter').click(function(){
$('.product_mini').hide();
//alert('dev: '+$(this).attr('rel'));
$('span.shop_filter').show();
//$('.see_less').hide();
$('.shop_filter').removeClass('sel');
$(this).addClass('sel');
//alert($(this).attr('rel'));
//$('.articles .article_list, .articles .article_box').hide();
$('.'+$(this).attr('rel')).fadeIn();
$('#filtercheck').val('true');
return false;
});
*/
$('span.article_filter').click(function(){
$('#filtercheck').val('false');
$(this).hide();
$('.articles .article_list, .articles .article_box').show();
//$('.product_mini').each(function(index) {
//alert(index + ': ' + $(this).attr('rel'));
// if(index > limit+1) $(this).hide();
//});
});
$('.tagnav').click(function(){
$('.tagnav').removeClass('sel');
$(this).addClass('sel');
$('span.article_filter').show();
//alert($(this).attr('rel'));
$('.articles .article_list, .articles .article_box, article').hide();
$('.'+$(this).attr('rel')).fadeIn();
$('article').hide();
//$('article .'+$(this).attr('rel')).fadeIn();
$('#filtercheck').val('true');
//alert('.'+$(this).attr('rel'));
return false;
});
$('#load_more').mouseover(function(){
// ?limit_plus=5
//$(this).attr('rel',$(window).scrollTop());
});
$('#load_more').click(function(){
// ?limit_plus=5
window.location='?filter=&limit_plus=6&scroll_top='+$(window).scrollTop();
//alert('https://www.justhands-on.tv/community/classifieds/article-1005-2013-06/memory-craft-9900-from-janome/?limit_plus=5&scroll_top='+$(window).scrollTop());
//$(this).attr('rel',$(window).scrollTop());
$(this).text('Please wait...');
return false;
});
});