
//Digital prices
//description, add ['desc',] (excluding brackets) one per row to be displayed.
var TblDig_sizes = new Array('4"x5.3" ','4.5"x6" ','5"x6.6"','6"x8" ','8"x10.6"', '12"x16"', ' 24"x32"'); 
//Digital cms
var TblDig_sizescm = new Array('(10x14cm) Glossy/Matt','(11x15cm) Glossy/Matt',' (13x17cm) Glossy/Matt',' (15x20cm) Glossy/Matt',' (20x27cm) Glossy', ' (31x41cm) Glossy', ' (61x81cm) Matt'); 
// Prices, add ['price',] (excluding brackets) one per row to be displayed (match same row in description).
var TblDig_prices = new Array('13¢','17¢','22¢','34¢','$2.80', '$8.99 ', '$34.99 ');


// Conventional prices
//description, add ['desc',] (excluding brackets) one per row to be displayed.
var TblConv_sizes = new Array('4"x6" ','5"x7.5" ','6"x9" ','8"x12"', '12"x18" ', '24"x36"'); 
//Conventional cms
var TblConv_sizescm = new Array(' (10x15cm) Glossy/Matt',' (13x19cm) Glossy/Matt',' (15x23cm) Glossy/Matt','(20x31cm) Glossy', ' (31x46cm) Glossy', ' (61x91cm) Matt'); 
//price, add['price',] (excluding brackets) one per row to be displayed (match same row in description).
var TblConv_prices = new Array('13¢','22¢','34¢','$2.80','$8.99',' $34.99');


// Traditional prices
//description, add ['desc',] (excluding brackets) one per row to be displayed.
var TblTrad_sizes = new Array('5"x7" ','8"x10"'); 
//Traditional cms
var TblTrad_sizescm = new Array(' (13x18cm) Glossy/Matt',' (20x25cm) Glossy'); 
//price, add['price',] (excluding brackets) one per row to be displayed (match same row in description).
var TblTrad_prices = new Array('22¢','$2.80');