var CYA=1;function SCOPY(InTA) {	var nobTP=eval("document."+InTA);	nobTP.focus();	nobTP.select();	if (document.all&&CYA==1){		therange=nobTP.createTextRange();		therange.execCommand("Copy");		window.status="クリップボードにコピーしました";		setTimeout("window.status=''",1800);	}}
