//Bottle sizes for packaging. Each package is for one or more bottle sizes. All packaging initially gets displayed in the wizard and we have to work out which //ones to remove based on which bottle is current selected var strPackagingDivs_75 = ""; var strPackagingDivs_150 = ""; var strPackagingDivs_300 = ""; function wizard_step1(){ document.getElementById('wizard_step1').style.display = 'block'; document.getElementById('wizard_step2').style.display = 'none'; document.getElementById('wizard_step3').style.display = 'none'; } function wizard_step2(){ document.getElementById('wizard_step1').style.display = 'none'; document.getElementById('wizard_step2').style.display = 'block'; document.getElementById('wizard_step3').style.display = 'none'; //We now have to work out which packaging options to show based on this bottles size strBottleSize = document.formlabel.formlabel_bottlesize.value; //DISAPPEAR if(strPackagingDivs_75.length > 0){ var strDivs = Left(strPackagingDivs_75, strPackagingDivs_75.length-1); var arraySplit = new Array(); arraySplit = strDivs.split(","); for (i=0;i 0){ var strDivs = Left(strPackagingDivs_150, strPackagingDivs_150.length-1); var arraySplit = new Array(); arraySplit = strDivs.split(","); for (i=0;i 0){ var strDivs = Left(strPackagingDivs_300, strPackagingDivs_300.length-1); var arraySplit = new Array(); arraySplit = strDivs.split(","); for (i=0;i