function JumpTo(url) {
   if (window.parent == window.self) {
       window.top.location.replace(url);
   }
}

var right_msg="Disabled.";
