﻿//別窓へジャンプ

function WinOp(addr){
        window.open(addr);
       }

<!-- リンクタグをこう書く→＜a href="javascript:WinOp('リンク先URL')"＞ -->