//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('easyLabel','146','116', '5','3','20','0','128','115','','el5');
orderArray[1] = new Array('labRibCombo','120','118', '20','11','20','0','183','153','Labels and<BR>Ribbons','labQuote');
orderArray[2] = new Array('elSpecial','146','116', '5','3','20','0','128','115','','elSpecial');
orderArray[3] = new Array('elAdvanced','146','116', '5','3','20','0','128','115','','elAdvanced');
orderArray[4] = new Array('elChoose','146','116', '5','3','20','0','128','115','','elChoose');






