function OpenNoteTree(id)
{
	www=_www+"note.php?id="+id
	window.open (www,"","menubar=0,resizable=0,width=750,height=700,scrollbars=1"); 

	return(false);
	
}


function ChangeToPale(pic,img1,img2)
{

        if(pic.src!=img2.src)
            pic.src=img2.src;
        else
            pic.src=img1.src;
}


function pop(name, width, height) 
{
        
        widthpop=parseInt(width)+10;
        heightpop=parseInt(height)+10;
        
        x = "TITLEBAR=0,LOCATION=0,RESIZE=0, WIDTH="+widthpop+", HEIGHT="+heightpop;
//alert(x);
        newwindow = window.open(name,"",x);
/*
        newwindow.document.write('<head><title>www.geoforum.pl</title></head><body leftmargin="5" topmargin="5" rightmargin="5" bottommargin="5" marginwidth="5" marginheight="5" bgcolor="#ffffff"><img src="'+name+'" mce_src="'+name+'" alt="" width="'+width+'" height="'+height+'" border="0"></body>');
*/
}


function ShowPicturePopup(name, width, height) 
{
	pop(name, width, height);
	
}


function zamknij() 
{ 
	$("BODY").click(); 
	alert(2);
} 

function zamknijOverlay()
{
	$("BODY").click();
	alert(1);
	
}
