﻿var url = 'http://www.tokiomarine-japan.com/'; 
var name = '東京海上日動代理店_つるかめ未来企画';

function bookmark()
{
  window.external.addFavorite(url,name);
}

function newWindowPopupJsn( seamless_id )
{
  var ref;

  ref = document.URL;
  if(ref.substr(ref.length - 1,1) == '#'){ref = ref.substr(0,ref.length - 1);}

  newpopup = window.open('https://nasvhpe.tokiomarine-nichido.co.jp/hp-shisan/dfw/TMN1/ht1722/TopjaxServletH2H?screen=JP_MitsumoriJoukenKakunin&__seamless_id=' + seamless_id + '&referer=' + ref ,'newpopup','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes');
  newpopup.focus();
}

