function Comment (elm) {
    if (window.open(elm.href, 'nwind', "width=520,height=600,statusbar,scrollbars,resizable")) 
    {
       return true;
    }
     return false;
}