function Archor(id) { document.getElementById('subject').value=id; document.getElementById('message').value+=id; var i; i=window.location.href.indexOf("#forms"); if(i==-1) { window.location = window.location + "#forms"; } else { window.location=window.location; } document.getElementById('message').focus(); } var commentList = ''; commentList += '
'; commentList += '