//ニューウィンドウ
function openWindow() {
window.open( "","workshop",'toolbar=0,location=0,scrollbars=1,menubar=no,width=650px,height=600px,resizable=1');
}