function solutionValidation(a){var b=a;alert(b);return}function displayCurrentPackage(a,d,b,e,f,c){if(d=="Y"){if(e=="true"){expandCart(b,e,f);displaySolution(b,a,f,c)}}}function expandCart(a,c,d){document.getElementById("cartClosed").style.display="none";document.getElementById("cartEnclosingBox").style.display="block";if(c=="false"){document.getElementById("emptyCart").style.display="block";document.getElementById("taxInfoId").style.display="none"}else{if(c=="true"){for(count=0;count<a;count++){try{document.getElementById("soltion"+count).style.display="none";document.getElementById("solutionArrow"+count).src=d}catch(b){}}document.getElementById("emptyCart").style.display="none";document.getElementById("newFidoCartMenu").style.display="block";document.getElementById("taxInfoId").style.display="block"}}}function displaySolution(b,a,f,c){var e=0;if(b>=1){for(e=0;e<b;e++){try{if(a==e){if(document.getElementById("soltion"+a).style.display=="none"){document.getElementById("solutionArrow"+e).src=c;document.getElementById("soltion"+a).style.display="block"}else{if(document.getElementById("soltion"+a).style.display=="block"){document.getElementById("solutionArrow"+e).src=f;document.getElementById("soltion"+a).style.display="none"}}}else{document.getElementById("soltion"+e).style.display="none";document.getElementById("solutionArrow"+e).src=f}}catch(d){}}}else{if(b==1){document.getElementById("solutionArrow"+e).src=c;document.getElementById("soltion"+a).style.display="block"}}}function closeCart(){document.getElementById("cartClosed").style.display="block";document.getElementById("cartEnclosingBox").style.display="none";document.getElementById("taxInfoId").style.display="none"}function changeOrRemove(b){var a=false;if(b!=null){a=confirm(b)}else{a=true}return a}function checkOutInfo(b,c){var a=false;if(b=="true"){if(c=="en"){a=confirm("If you exit the shopping process all the information you have entered so far will be lost.")}else{if(c=="fr"){a=confirm("Si vous sortez du processus d'achat, toute l'Information que vous avez entrée jusqu'à maintenant sera perdue.")}}}else{a=true}return a};