//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('rtlSide','130','184', '15','9','20','0','233','175','Print and Apply','appRTL');
orderArray[1] = new Array('db2-2','130','98', '15','9','20','0','160','153','Applicator Overview','appOverview');
orderArray[2] = new Array('wraparound','130','133', '15','9','20','0','173','135','Options','appOptions');
orderArray[3] = new Array('6000','130','128', '15','9','20','0','178','152','Apply only','appApply');
orderArray[4] = new Array('topBottom','130','156', '15','9','20','0','206','155','Example Systems','appExample');
orderArray[5] = new Array('delby cup','130','130', '15','14','20','0','170','140','Example Labels','appLabels');




