
var imageTag = false;
var form_name = 'postform';
var text_name = 'wiadomosc';
var bbcode = new Array();
var bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[img]http://adres_www_obrazka','[/img]','[url=http://adres_www]','[/url]','[tex]', '[/tex]', '[color=blue]','[/color]','[code]','[/code]');

var help_line = 
  {
  b: 'Pogrubienie tekstu: [b]tekst[/b]',
  i: 'Pochylenie tekstu: [i]tekst[/i]',
  u: 'Podkreslenie tekstu: [u]text[/u]',
  quote: 'Cytat: [quote]tekst[/quote]',
  img: 'Obrazek: [img]http://adres_www_obrazka[/img]',
  ur: 'Link: [url=http://adres_www]tekst[/url] lub [url]http://adres_www[/url]',
  tex: '[tex]składnia LaTeX[/tex]',
  c: 'Kolor czcionki: [color=blue]tekst[/color]',
  code: 'Kod: [code]kod[/code]',
  def: ''  
  }	

