<!--
function imgActivate( n ){
document.getElementById("categoryDescriptor").style.visibility = 'visible';
document.getElementById("categoryDescriptorLabel").innerHTML = categoryTips[n];
}
function imgInactivate( n ){
document.getElementById("categoryDescriptor").style.visibility = 'hidden';
document.getElementById("categoryDescriptorLabel").innerHTML = '';
}
function showCategoryDescriptorOnSubPages(n, highlightCell){return true;}
function hideCategoryDescriptorOnSubPages(n, normaliseCell){return true;}
function animateTicks(){
document.getElementById("tick1").src = 'images/gif/promo_box_sans_tick.gif';
document.getElementById("tick2").src = 'images/gif/promo_box_sans_tick.gif';
document.getElementById("tick3").src = 'images/gif/promo_box_sans_tick.gif';
document.getElementById("tick4").src = 'images/gif/promo_box_sans_tick.gif';
setTimeout("document.getElementById('tick1').src = 'images/gif/promo_box_with_tick.gif'",1000);
setTimeout("document.getElementById('tick2').src = 'images/gif/promo_box_with_tick.gif'",2000);
setTimeout("document.getElementById('tick3').src = 'images/gif/promo_box_with_tick.gif'",3000);
setTimeout("document.getElementById('tick4').src = 'images/gif/promo_box_with_tick.gif'",4000);
}
function setImageNumber( thisForm ){
var selectedImageIndex = thisForm.imageList.selectedIndex;
if (thisForm.imageList.options[selectedImageIndex].value != ""){
thisForm.imageToLoad.value = thisForm.imageList.options[selectedImageIndex].value;
}
}
-->
