function bigimage(imgname, dx, dy, coment) {
  myWin= open("", "new_window","width="+dx+",height="+dy+",status=no,toolbar=no,menubar=no");
  myWin.document.open();
  myWin.document.write("<html><head><title>Picture: "+coment+"</title></head>");
  myWin.document.write("<body topmargin=0 leftmargin=0><div style='position: absolute; top: 0; left: 0; width: 100%;'><table border='0' cellpadding='0' cellspacing='0' width='100%' height=20><tr><td width='100%' background=images/site/big_picture_title_fon.png><center><u><b><i><font face=Arial color=#FF0000><span style='background-image: url(images/site/big_picture_title_fon1.png)'>&nbsp;.:&nbsp;"+coment+"&nbsp;:.&nbsp;</span></td></table></div>");
  myWin.document.write("");
  myWin.document.write("<table border='0' cellpadding='0' cellspacing='0' width='100%' height='100%'><tr><td width='100%' valign='middle'><p align='center'><a href='javascript: window.close()' title=CLOSE><img border=0 src="+imgname+" alt='CLOSE'></a>"+coment+"</table></body></html>");
  myWin.document.close();
}
var Bold = 0;
var Italic = 0;
var Underline = 0;
var Url = 0;
var Img = 0;
function boldTags() {
    document.new_form.news.value += (Bold)? '<b></b>' : '<b></b>';
    document.new_form.news.focus();
}
function italicTags() {
    document.new_form.news.value += (Italic)? '<i></i>' : '<i></i>';
    document.new_form.news.focus();
}
function underlineTags() {
    document.new_form.news.value += (Underline)? '<u></u>' : '<u></u>';
    document.new_form.news.focus();
}



