function bordofoto1(){
document.writeln("<table cellpadding=\"0\" cellspacing=\"0\"><tr><td><img src=\"../graph/red1.gif\" width=\"9\" height=\"9\" alt=\"\" border=\"0\"></td><td background=\"../graph/bgred2.gif\" height=\"9\"></td><td><img src=\"../graph/red3.gif\" width=\"9\" height=\"9\" alt=\"\" border=\"0\"></td></tr><tr><td background=\"../graph/bgred4.gif\" width=\"9\"></td><td bgcolor=\"#ffffff\" align=\"center\" valign=\"top\">");
}
function bordofoto2(){
document.writeln("</td><td background=\"../graph/bgred6.gif\" width=\"9\"></td></tr><tr><td><img src=\"../graph/red7.gif\" width=\"9\" height=\"9\" alt=\"\" border=\"0\"></td><td background=\"../graph/bgred8.gif\" height=\"9\"></td><td><img src=\"../graph/red9.gif\" width=\"9\" height=\"9\" alt=\"\" border=\"0\"></td></tr></table>");
}
function zoom(imgUrl,dimX,dimY)
{
	//dimX = 500;
	//dimY = 375;
	Attributi="toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+dimX+",height="+dimY;
	var q = window.open("", "Zooom", Attributi);
	q.document.open();
	q.document.writeln("<html><body bgcolor=\"#FFFFFF\" marginheight=\"0\" bottommargin=\"0\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" onload=\"window.focus();\"><table height=\"100%\" width=\"100%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\"><td width=\"100%\" height=\"100%\" valign=\"middle\" align=\"center\">");
	q.document.writeln("<img src=\""+imgUrl+"\">");
	q.document.writeln("</td></table></body></html>");
	q.document.close();
}
