function photo(category_id, product_id, width, height)
{
    window.open(IMG_ROOT + category_id + '/' + product_id + '.jpg', 'Photo', 'width='+width+',height='+height+',status=no,toolbar=no,scrollbar=no,menubar=no');
}

