function SM_ConfirmWindow(msg, tourl) {
  if(confirm(msg)) {
    window.location=tourl;
  }
}
