//The jump destination is specified. 
function ipsa_gotoURL1(argURL) {
  window.self.location.replace(argURL);
}
function ipsa_gotoURL2(argURL) {
  window.self.location=argURL;
}


