function pasteurl() {
if (pageid) 
window.opener.insert_bbcode(window.opener.document.getElementById("text"),"[url="+pageid+"]"+document.getElementById("wtekst").value+"[/url]","");
else if (document.getElementById("linkurl").value) 
window.opener.insert_bbcode(window.opener.document.getElementById("text"),"[url="+document.getElementById("linkurl").value+"]"+document.getElementById("wtekst").value+"[/url]","");
else {
alert ("Za mało danych");
return;
}

window.close();
}

function urlchoosed () {

pageid=0;
if (uchwyt) {
uchwyt.style.fontWeight="normal";
uchwyt.style.textDecoration="none";
document.getElementById('wtekst').value='';
}

uchwyt=null;



}

function clicked (obj,pid,fname) {
pageid=pid;
document.getElementById('linkurl').value='';
if (uchwyt) {
uchwyt.style.fontWeight="normal";
uchwyt.style.textDecoration="none";

}

uchwyt=obj;
obj.style.fontWeight="bold";
obj.style.textDecoration="underline";

document.getElementById('wtekst').value=fname;

}

function wopen(i) {
if (!i) window.open('imgs.php', 'img', 'menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,fullscreen=no,channelmode=no,width=700,height=480,left=10,top=10');
if (i==1) window.open('imgs.php?g=1', 'img', 'menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,fullscreen=no,channelmode=no,width=700,height=480,left=10,top=10');

if (i==2) window.open('pages.php', 'pages', 'menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,fullscreen=no,channelmode=no,width=700,height=480,left=10,top=10');
}

function cw(i,w) {

var wdth=document.getElementById('iwid').value;

if (i==1)
 {
   wdth=wdth*1+10;
   if (wdth>w) wdth=w;
 }


 if (i==2)
 {
   wdth-=10;
   if (wdth<10) wdth=10;
 }

 if (i)
 document.getElementById('iwid').value=wdth;
 

document.getElementById('imim').style.width=wdth;


}

function preview()
{
  	
	document.getElementById('edited_c').innerHTML="<br><br><center><img SRC='imgs/indicator.gif'></CENTER>";
	advAJAX.post({
	url: base+"/index.php?page=_showprev",
	text : document.getElementById('text').value,
	onFinalization : function(obj) {document.getElementById('edited_c').innerHTML=obj.responseText;}
   });

location.href="#prv";

}

function remove_img(iid)
{
  yes=confirm("Na pewno chcesz usnąć ten obrazek? Jeśli używasz go na którejś z (pod)stron, strona przestanie wyświetlać się prawidłowo.");
  if (!yes) return;
  
  location.href="imgs.php?rem="+iid;

}

function page_remove(p)
{
  
  alert ("UWAGA: Usuwając stronę, automatycznie usuwasz wszystkie jej podstrony. Proces jest nieodwracalny");
    
  yes=confirm("Na pewno chcesz usnąć tę stronę?");
  if (!yes) return;
  
  location.href=p+",usun";


}
