<!--
var myChoice, mySelection;
function CK_MenuItemRedirectPage(){

myChoice = document.exForm.exMenu.selectedIndex; 

mySelection=document.exForm.exMenu.options[myChoice].value; 

window.open(mySelection,"_blank");

}
//-->

