'); // take text up to the first line break if there is one if($desc_intro) { $product_desc[$i] = substr($desc_whole, 0, $desc_intro); } else { $product_desc[$i] = $desc_whole; } } while ($row_rsProduct = mysql_fetch_assoc($rsProduct)); // set different thumbnail size depending on product category if(($prod_cat == 'task_seating')||($sub_cat == 'seating')) { $pic_width = 'width="176"'; $pic_height = 'height="240"'; } else { $pic_width = 'width="150"'; $pic_height = 'height="119"'; } if(($prod_cat == 'storage')||($prod_cat == 'reception')) { $pic_width = 'width="150"'; $pic_height = 'height="119"'; } ?>