"); qwin.document.write("\n"); qwin.document.write("\nFrom who or where is the quote from:"); qwin.document.write("\n
"); qwin.document.write("\nThe quoted text:"); qwin.document.write("\n"); qwin.document.write("\n"); qwin.document.close(); } } else if (txtarea.selectionEnd && (txtarea.selectionEnd - txtarea.selectionStart > 0)) { qwin.document.write("\n tlnk=document.forms[0].tolink.value; "); qwin.document.write("\n var selLength = opener.txtarea.textLength;\n var selStart = opener.txtarea.selectionStart;\n var selEnd = opener.txtarea.selectionEnd; \n if (selEnd == 1 || selEnd == 2) \n selEnd = selLength; \n var s1 = (opener.txtarea.value).substring(0,selStart); \n var s2 = (opener.txtarea.value).substring(selStart, selEnd) \n var s3 = (opener.txtarea.value).substring(selEnd, selLength); \n opener.txtarea.value = s1 + '[q=\"' + tlnk + '\"]' + s2 + '[/q]' + s3; \n return;"); qwin.document.write("\n} "); qwin.document.write("\n"); qwin.document.write("\n"); qwin.document.write("\nFrom who or where is the quote from:"); qwin.document.write("\n
"); qwin.document.write("\n "); qwin.document.close(); } else { qwin.document.write("\n tlnk=document.forms[0].tolink.value; "); qwin.document.write("\n ltxt=document.forms[0].lnktxt.value; "); qwin.document.write("\n opener.txtarea.value += '[q=\"' + tlnk + '\"]'+ltxt+'[/q]'; "); qwin.document.write("\n close();"); qwin.document.write("\n} "); qwin.document.write("\n"); qwin.document.write("\n"); qwin.document.write("\nFrom who or where is the quote from:"); qwin.document.write("\n

"); qwin.document.write("\nThe quoted text:"); qwin.document.write("\n
"); qwin.document.write("\n"); qwin.document.close(); } } function linkf() { linkwin = open("", "linkw", "width=400,height=120,status=no,toolbar=no,menubar=no,alwaysRaised=true"); linkwin.document.open(); linkwin.document.write("hyperlink"); linkwin.document.write("\n"); linkwin.document.write("\nHTTP hyperlink:"); linkwin.document.write("\n"); linkwin.document.write("\n "); linkwin.document.close(); } else { linkwin.document.write("\n tlnk=tolink.value; "); linkwin.document.write("\n ltxt=lnktxt.value; "); linkwin.document.write("\n opener.txtarea.value += '[a=' + tlnk + ']'+ltxt+'[/a]'; "); linkwin.document.write("\n close();"); linkwin.document.write("\n} "); linkwin.document.write("\n"); linkwin.document.write("\n"); linkwin.document.write("\nHTTP hyperlink:"); linkwin.document.write("\n
"); linkwin.document.write("\nName of the hyperlink:"); linkwin.document.write("\n"); linkwin.document.write("\n"); linkwin.document.close(); } } else if (txtarea.selectionEnd && (txtarea.selectionEnd - txtarea.selectionStart > 0)) { linkwin.document.write("\n tlnk=document.forms[0].tolink.value; "); linkwin.document.write("\n var selLength = opener.txtarea.textLength;\n var selStart = opener.txtarea.selectionStart;\n var selEnd = opener.txtarea.selectionEnd; \n if (selEnd == 1 || selEnd == 2) \n selEnd = selLength; \n var s1 = (opener.txtarea.value).substring(0,selStart); \n var s2 = (opener.txtarea.value).substring(selStart, selEnd) \n var s3 = (opener.txtarea.value).substring(selEnd, selLength); \n opener.txtarea.value = s1 + '[a=' + tlnk + ']' + s2 + '[/a]' + s3; \n return;"); linkwin.document.write("\n} "); linkwin.document.write("\n"); linkwin.document.write("\n"); linkwin.document.write("\nHTTP hyperlink:"); linkwin.document.write("\n
"); linkwin.document.write("\n "); linkwin.document.close(); } else { linkwin.document.write("\n tlnk=document.forms[0].tolink.value; "); linkwin.document.write("\n ltxt=document.forms[0].lnktxt.value; "); linkwin.document.write("\n opener.txtarea.value += '[a=' + tlnk + ']'+ltxt+'[/a]'; "); linkwin.document.write("\n close();"); linkwin.document.write("\n} "); linkwin.document.write("\n"); linkwin.document.write("\n"); linkwin.document.write("\nHTTP hyperlink:"); linkwin.document.write("\n

"); linkwin.document.write("\nName of the hyperlink:"); linkwin.document.write("\n
"); linkwin.document.write("\n"); linkwin.document.close(); } } function picf() { if ((clientVer >= 4) && is_ie && is_win) { sel=document.selection.createRange().text; if (sel) { document.selection.createRange().text = "[img=" + sel + "]"; txtarea.focus(); document.selection.empty(); } else { imgwin = open("", "imgw", "width=400,height=120,status=no,toolbar=no,menubar=no,alwaysRaised=true"); imgwin.document.open(); imgwin.document.write("image"); imgwin.document.write("\n"); imgwin.document.write("\nURL link to the image"); imgwin.document.write("\n"); imgwin.document.write("\n "); imgwin.document.close(); } } else if (txtarea.selectionEnd && (txtarea.selectionEnd - txtarea.selectionStart > 0)) { var selLength = txtarea.textLength; var selStart = txtarea.selectionStart; var selEnd = txtarea.selectionEnd; if (selEnd == 1 || selEnd == 2) selEnd = selLength; var s1 = (txtarea.value).substring(0,selStart); var s2 = (txtarea.value).substring(selStart, selEnd) var s3 = (txtarea.value).substring(selEnd, selLength); txtarea.value = s1 + "[img=" + s2 + "]" + s3; return; } else { imgwin = open("", "imgw", "width=400,height=120,status=no,toolbar=no,menubar=no,alwaysRaised=true"); imgwin.document.open(); imgwin.document.write("image"); imgwin.document.write("\n"); imgwin.document.write("\nURL link to the image"); imgwin.document.write("\n
"); imgwin.document.write("\n "); imgwin.document.close(); } } function tablef() { table = open(" ", "tablew", "width=400,height=500,status=no,toolbar=no,menubar=no,alwaysRaised=true"); table.document.open(); table.document.write("in two columns"); table.document.write("\n"); table.document.write("\n
"); table.document.write("\n
Text of column 1:
"); table.document.write("\n
Text of column 2:
"); table.document.write("
"); table.document.write("\n
"); table.document.close(); } else { table.document.write("\n txt1=document.forms[0].text1.value; "); table.document.write("\n txt2=document.forms[0].text2.value; "); table.document.write("\n opener.txtarea.value += '[t]' + txt1 + '[/t/]' + txt2 + '[/t]'; "); table.document.write("\n close()"); table.document.write("\n} "); table.document.write("\n"); table.document.write("\n"); table.document.write("\n
"); table.document.write("\n
Text of column 1:
"); table.document.write("\n
Text of column 2:
"); table.document.write("
"); table.document.write("\n
"); table.document.close(); } } function example(szov) { document.getElementById("pl").innerHTML=szov; } function prevf(defcol) { defacol=defcol; window.open("preview.php", "prevw", "width=800,height=600,status=no,toolbar=no,menubar=no,alwaysRaised=true,scrollbars=yes"); } -->
Nyelv

Afer Ventus - Registration
Nickname
Password
Repeat password
   
Date of birth
. year . month . day
E-mail address
Homepage
Place (country, city, etc.)
Default color of messages
This is an example text, so that you can choose your color accurately.
Choose HERE
Signature on the forum
align to left align to center align to right italic bold underline in two columns color hyperlink image quote smileys font font font font font font
 
Exit message on the chat
Occupation
Interests
Avatar