function NewWin(foto,i,j) {
	nImg = new Image();
	nImg.src = "spaw_img_collection/" + foto +"-prod-big.jpg";
	myWin= open("", "_blank", "width="+i+",height="+j+",status=no,toolbar=no,menubar=no,location=no,resize=no");
	myWin.document.open();
	myWin.document.write("<html><head><title>Ôîòî</title></head>");
	myWin.document.write("<body style='margin:0'>");
	myWin.document.write("<p align='center'><img onclick='window.close();' border='0' src='spaw_img_collection/"+foto+"'></p></body></html>");
	myWin.document.close();
}

