// JavaScript Document
function imidg(target){
				 okno=window.open("", "_blank");
				 okno.document.write("<html><head></head><body style=\"background:#05759e; text-align:center;\">");
				 okno.document.write("<img src='"+target+"' /><br />");
				 okno.document.write("</body></hmtl>");
}
