﻿function alertjump(url){
 alert('製作組合サイトへジャンプします。');

 opwin = window.open("","opwin",'');
 opwin.location =url;
 opwin.focus();  
}