function ShowSurveyText(number) { return document.write("Megtekintve(" + number + ")"); } function ShowCommentCountText(number) { return document.write("Hozzászólás(" + number + ")"); } function ShowNotCommentedText() { return document.write("Eddig még nem kommentezett senki..."); } function ShowLoggInForCommentsText() { return document.write("Komment hozzáadásához be kell jelentkezned!"); } function AllRightReversedText() { return document.write("© Minden jog fenntartva"); } function SimilaryThemePicturesText() { return document.write("Hasonló témájú képek:"); } function ShowVoteCountText() { return document.write("Szavazat"); }