/*---------------------ポップアップ*/

function openwin(url) { w = window.open(url, 'win','width=500,height=500,status=no,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no');
}

//-->