window.status="Koszty.PL - kontroluj swoje finanse";

function zdjecie(id,jezyk)
{
xPos = (screen.width - 500) /2;
yPos = (screen.height - 250) /2 - 20;

eval("window.open('show.php?jezyk="+jezyk+"&id="+id+"','"+id+"','width=500,height=400,status=0,toolbar=0,directories=0,location=0,scrollbars=yes,left=" + xPos + ",top=" + yPos + "')");

}

function sendphoto(id,imie,sprache)
{
xPos = (screen.width - 500) /2;
yPos = (screen.height - 300) /2 - 20;

eval("window.open('sendphoto.php?sprache="+sprache+"&id="+id+"&imie="+imie+"','"+id+"','width=500,height=420,toolbar=0,status=0,directories=0,location=0,scrollbars=yes,left=" + xPos + ",top=" + yPos + "')");

}

function addIEFavorite() 
{
	if (window.external) 
	{
		external.AddFavorite('http://www.koszty.pl', 'Koszty.PL program do obsługi budżetu')
	}
}


function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=250,left=250,top=150');");
}


var arImages=new Array();
function Preload() 
{
 for(x=0; x < Preload.arguments.length; x++) 
  {
  arImages[x]=new Image();
  arImages[x].src=Preload.arguments[x];
 }
}


