 var articleText = new Array();
 
 articleText[1001] = "in silver";
 articleText[1002] = "in black";
 articleText[1003] = "hybrid (black/silver)";
 
 var articlePics = new Array();
 articlePics['pocket'] = new Array();
 articlePics['pocket'][0] = acmImgBase+"/acm_1004.jpg"; 
 articlePics['pocket'][1] = acmImgBase+"/acm_leder2.jpg"; 
 
 articlePics['dock'] = new Array();
 articlePics['dock'][0] = acmImgBase+"/acm_1005.jpg"; 
 articlePics['dock'][1] = acmImgBase+"/acm_dock2.jpg"; 
 
 var shopText = new Array();
 shopText[0] = "Shopping cart";
 shopText[1] = "article";
 shopText[2] = "quantity";
 shopText[3] = "unit price";
 shopText[4] = "total";
 shopText[5] = "postage & packaging<br/>total";
 shopText[6] = "checkout";