<!-- // Hide

var ban3 = 'null';

//an array of arrays: list of VIDs that launch the same banner
var arraysArrayX3 = new Array(); 

/*
an array with 4 indexies: [banner filenames, PID#, ESD VID#, PKG VID#] These display in Xsell cell2 banner.  
*/
var cell3Array = new Array(); 

/*
VIDs in cart matching VIDs in VID array (arraysArray) will display image in Xcell 2 position.

#######  This script assumes all banners displayed in cell 3 have the exact same image map coordinates.  NO EXCEPTIONS!!!  ##############  Banners that have only one "buy" button should place the same VID into both ESD and PKG slots.

*/


arraysArrayX3[0] = ['1198702','1199901','1209176','1209177'];
cell3Array[0] = ['nas_en.gif','595490','1209174','1209174']; //nas
 
arraysArrayX3[1] = ['1209170','1209171','1198721','1209174','1209175','1156035','997405','997406'];
cell3Array[1] = ['ngb_en.gif','595494','1209178','1209178']; //ngb

arraysArrayX3[2] = [''];
cell3Array[2] = ['ng_en.gif','437845','997405','997405']; //ng

arraysArrayX3[3] = ['1209178'];
cell3Array[3] = ['nav_en.gif','586988','1198702','1198702']; //nav

arraysArrayX3[4] = ['1156037'];
cell3Array[4] = ['ng_en.gif','437846','997406','997406']; //ng upgrade

arraysArrayX3[5] = ['1156037'];
cell3Array[5] = ['ngb_en.gif','437846','997406','997406']; //ngb upgrade


// -->