// YKK CORPORATION
function openWin1(url)
{
var w1 = window.open(url, "win1", "width=500,height=565,scrollbars=0,resizable=1,toolbar=0,menubar=1,location=1,status=1");
w1.focus();
}