var comments = new Array(); comments['2']=11; function windowOpen(ID) { window.open("http://www.shkooz.com/comments.asp?user=liora&id=" + ID, "comments", "directories=0,width=325,height=370,location=0,resizable=0,scrollbars=1,toolbar=0"); } function link(commentID) { if (!comments[commentID]) { text = "הוסיפו תגובה כאן"; } else { if (comments[commentID]==1) { text = "תגובה אחת"; } else { text = ""+comments[commentID]+" תגובות"; } } document.write ("" + text + ""); }