function showPopup(url,width,height,scroll)
{
	if(!scroll){var scroll='no';}
	newwin = window.open(url,'','width='+width+',height='+height+',menubar=no,status=no,scrollbars='+scroll+',toolbar=no,screenX=250,screenY=125,left=250,top=125');
}

function bbcode(code,a){
document.getElementById("post_text").value+="["+code+"]"+prompt("Введите фразу, которую Вы хотите выделить:")+"[/"+code+"]";
}

function bburl(a){
document.getElementById("post_text").value+="[url="+prompt("URL:")+"]"+prompt("Текст ссылки:")+"[/url]";
}

function smile(code,a){
document.getElementById("post_text").value+=code;
}

