<script language="javascript">
<!--
		
var notesi = new Image();
	
function notes(t,ch)
{
    notesi.src = "notes.php?t="+t;
		    //window.alert(t);

     if( ch )  gpe('text:  Obiekt został dodany do notesu ;  caption: NOTES; popupAlign: right; popupWidth: 150;popupBorderColor:#ff0000;')

	else gpe('text:  Obiekt został usunięty z notesu ;  caption: NOTES; popupAlign: right; popupWidth: 150;popupBorderColor:#ff0000;')
}
		
function otworz(adres)
{
  window.open(adres, "okienko", "toolbar=no, menubar=no, location=no, personalbar=no, status=no, resizable=yes, scrollbars=yes, copyhistory=yes, width=600, height=500, top=100, left=100");
}

-->
</script>
