function toLinkcw() { setTimeout("hidecw()",1000); }
function showcw() {  document.getElementById('oldlinkcw').style.visibility='visible'; }
function hidecw() {  document.getElementById('oldlinkcw').style.visibility='hidden'; }