function sort(type){
       window.location.href="?page=cars&sort="+type;
   }


var idImg=1;

 function ShowImage(index){

  document.images.zdjecie.src=Slides[index];

              idImg=index;

  } 

 function ShowBigPhoto(PhotoName,idImg){

if (idImg == 1)

{
idImg = ""
 }
else if (idImg == 2)
{
idImg = "_1"
}
else if (idImg == 3)
{
idImg = "_2"
}
else if (idImg == 4)
{
idImg = "_3"
}
else if (idImg == 5)
{
idImg = "_4"
}
else if (idImg == 6)
{
idImg = "_5"
}
else if (idImg == 7)
{
idImg = "_6"
}
else if (idImg == 8)
{
idImg = "_7"
}
else if (idImg == 9)
{
idImg = "_8"
}
       window.open("http://www.kup-auto.pl/zdjecia/" + PhotoName + idImg + ".jpg","","locations=no,scrollbars=yes,resizable=yes,fullscreen=no");
	   return;
   }

