<!-- begin hiding
  var myChoice, mySelection;
 function CK_MenuItemRedirectPage(){
   myChoice = document.fieForm1.fieMenu1.selectedIndex;
   mySelection=document.fieForm1.fieMenu1.options[myChoice].value;
   window.open(mySelection,"FIE");}
// end hiding -->


