/*新規ウィンドウを開く*/
function openwin(url) {
  w = window.open(url, 'win','scrollbars=yes,resizable=yes,width=550,height=600');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

