//ウィンドウオープン
function openWin(theURI) {
	window.open(theURI,'theCataWin','scrollbars=1,width=500,height=400,resizable=1,directories=0,toolbar=0,left=10,top=10,status=1,location=1');
	//PopUpWin.focus();
}

function closeWin(){
    window.close();
}