', height: 220 }, { name : 'Large Alert Banner', description : 'Show latest alerts (294x126)', code : '', height: 140 }, { name : 'Small Alert Banner', description : 'Show latest alerts (236x101)', code : '', height: 120 }, { name : 'Narrow Alert Banner', description : 'Show latest alerts (180x160)', code : '', height: 180 }, { name : 'Expanding Alert Banner', description : 'Show latest alerts. Move mouse over banner to expand its view (180x32 - 180x160)', code : '', height: 100 } ]; var image_banners = [ { name : 'Alert Banner with Promotion', id: 'image_promotion', description : 'Show latest alerts (236x136)', code : '
', height: 150 }, { name : 'Alert Banner', description : 'Show latest alerts (236x101)', code : '
',
height: 120
}
];
static_banners =
[
];
function addBanners(type, banners) {
if (banners.length == 0) {
document.getElementById(type + "_container").style.display = 'none';
document.getElementById(type + "_link").style.display = 'none';
return;
}
var B = [];
for (var i = 0; i < banners.length; i++) {
var banner = banners[i];
var code = banner.code.replace("TARGET_ID", "");
var sample = banner.code.replace("TARGET_ID", '&target_id=sample_' + i);
var height = banner.height ? banner.height : 200;
var sourceTop = banner.codeTop ? banner.codeTop : 0;
B[B.length] = '