function SetJump(index){
 if (index == "step1"){
   //alert(index);
   location.href = "IMPLstep1.htm"
 }
 if (index == "step2"){
   //alert(index);
   location.href = "IMPLstep2.htm"
 }
 if (index == "step3"){
   location.href = "IMPLstep3.htm"
 }
 if (index == "step4"){
   location.href = "IMPLstep4.htm"
 }
 if (index == "step5"){
   location.href = "IMPLstep5.htm"
 }
 if (index == "step6"){
   location.href = "IMPLstep6.htm"
 }
 if (index == "step7"){
   location.href = "IMPLstep7.htm"
 }
 if (index == "step8"){
   location.href = "IMPLstep8.htm"
 }
 if (index == "step9"){
   location.href = "IMPLstep9.htm"
 }
 if (index == "step10"){
   location.href = "IMPLstep10.htm"
 }
 if (index == "step11"){
   location.href = "IMPLstep11.htm"
 }
}
