function viewHaag(img)
{
	var w = window.open("", "_blank", "height=600, width=800", "true");
	w.document.writeln("<html><head><title>Haagise foto</title></head><body style='margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;' onclick='window.close();'>");
	w.document.writeln("<img src='" + img + "' alt='Klikki sulgenemiseks' />");
	w.document.writeln("</body></html>");
	w.document.close();
}
function delApprove(id)
{
	var conf = window.confirm("Вы уверены, что хотите удалить этот товар?");
	if(conf)
	{
		window.self.location = 'haages_delete.cfm?prod=' + id;
	}
}