window.onload=function(){attachBehaviors()};function attachBehaviors(){if(document.getElementById("productpr1")){document.getElementById("productpr1").onchange=function(){Display(this,this.selectedIndex)}}}function Display(d,a){if(!document.getElementById(d.id)){alert("Oops! Something is not id'ed correctly "+d.id);return}var b=Array("p1-div","p2-div","p3-div","p4-div","p5-div");var c=d.options[a].value.split(":");var e=c[c.length-1];for(j=0;j<b.length;j++){if(document.getElementById(b[j])){document.getElementById(b[j]).style.display=(b[j]==e)?"block":"none"}}};
