//別ウィンドウオープン
function Popupw(url,winname)
{
	window.open(url, winname, "width=1000,height=650,scrollbars=no,resizable=no,toolbar=no");
}