function addIEFavorite() 
{
	if (window.external)
	{
	external.AddFavorite('http://www.24m.pl', '24m.pl monitoring')
	}
}

function chat(id)
{
xPos = 400;
yPos = 150;
wyso=screen.height;
wyso=400;
szer=600;

eval("window.open('chat/index.php?idchat="+id+"','"+id+"','width="+szer+",height="+wyso+",toolbar=0,status=0,directories=0,location=0,scrollbars=yes,left=" + xPos + ",top=" + yPos + "')");

}


function zdjecie(id,symbol)
{
xPos = (screen.width - 1020) /2;
yPos = (screen.height - 750) /2 - 20;
wyso=screen.height;

eval("window.open('galeria.php?symbol="+symbol+"&id="+id+"','"+id+"','width=1020,height="+wyso+",toolbar=0,status=0,directories=0,location=0,scrollbars=yes,left=" + xPos + ",top=" + yPos + "')");

}


function zdjecieOLD(id,symbol)
{
xPos = (screen.width - 1020) /2;
yPos = (screen.height - 750) /2 - 20;

eval("window.open('galeria.php?symbol="+symbol+"&id="+id+"','"+id+"','width=1020,height=750,toolbar=0,status=0,directories=0,location=0,scrollbars=yes,left=" + xPos + ",top=" + yPos + "')");

}


function dodruku(id,symbol)
{
xPos = (screen.width - 1020) /2;
yPos = (screen.height - 750) /2 - 20;

eval("window.open('dodruku.php?symbol="+symbol+"&id="+id+"','"+id+"','width=1020,height=750,toolbar=0,status=0,directories=0,location=0,scrollbars=yes,left=" + xPos + ",top=" + yPos + "')");

}


function changeValue(textObject,delta)
{
var myVal = parseInt(textObject.value);
   if (myVal == NaN) {
      myVal = 0;
   } else {
   myVal = myVal + delta;
   }
if (myVal < 1) {
   myVal = 1;
   }
textObject.value = myVal;
return;
}


