//orderArray[index] = new Array([0 pic title],[1 pic width A],[2 pic height A],[space][3 pic left A],[4 pic left B],
//[5 text left A],[6 text left B],[7 total height A],[8 total height B],[9 alt text],[10 link page]);

//Total ht is reqd as title may be 2 lines.

var orderArray = new Array();
orderArray[0] = new Array('H Series','120','120', '20','14','20','0','168','145','H Series','printHSeries');
orderArray[1] = new Array('labRibCombo','120','118', '20','11','20','0','183','153','Labels and<BR>Ribbons','labQuote');
orderArray[2] = new Array('datamax-W','124','120', '15','15','20','0','160','135','Datamax Printers','printDatamax');
orderArray[3] = new Array('LabelMaster','146','116', '5','5','20','0','178','152','Label Master<BR>Colour Printer','printLabMast');
orderArray[4] = new Array('tharoV','117','123', '20','16','20','0','173','140','V426','printVSeries');






