Notes: Brand New Item. Not shipped to AK, HI, APO, FPO, AE.
Nourished by the snow fed rivers of the Himalayas.
Basmati rice is a long-grain rice grown primarily in India and Pakistan. It is known for its delicate flavor and aroma and its long grains cook up fluffy and separate. showChar2) {
var c = content.substr(0, showChar2);
var h = content.substr(showChar2, content.length - showChar2);
var html = c + '' + ellipsestext2+ ' ' + h + '' + more2text + '';
$(this).html(html);
}
});
$(".more2link").click(function(){
if($(this).hasClass("less")) {
$(this).removeClass("less");
$(this).html(more2text);
} else {
$(this).addClass("less");
$(this).html(lesstext2);
}
$(this).parent().prev().toggle();
$(this).prev().toggle();
return false;
});
});