if (self != top) {
   top.location = self.location;
}

function optionCLick(option) {
   opName = new String(option.name);
   self.location.href = eval(opName + ".htm");
}