//(C) eVolution Calvisano
function print_inner(img)
{
	var a = window.open('','','width=820,height=620');
	a.document.open("text/html");
	a.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"   "http://www.w3.org/TR/html4/loose.dtd"><html><head></head><body>');
	a.document.write('<img src="./img/sl'+img+'.png" alt="Rigenerazione svolta da IDROTEC SRL" border="0">');
	a.document.write('</body></html>');
}

