﻿// JScript File

function GetNextProducts(Offset) 
{
    // renderNextProductGroup and Offset is defined in euroflorist.js
    // CategoryID and PriceRange is set on the page displaying the category
    if (typeof(CategoryID) != "undefined")
        EuroFlorist.Web.CategoryListing.GetNextProducts(CategoryID, PriceRange, Offset, renderNextProductGroup); 
}