/*サブページオープンウィンドウ*/
function openWindow(clocation) {
  var scriptwin=window.open(clocation, 'subwin', 'toolbar=no, resizable=yes, scrollbars=yes, width=510, height=600, left=0, top=0');
  scriptwin.focus();
}
