function picopen(img,width,height)
{
win=open("",'s',"toolbar=no,directories=no,location=no,menubar=no,resizable=yes,width="+width+",height="+height);
win.document.write("<html><head>")
win.document.write("<title>Copyright &copy; UJC</title></head>");
win.document.write("<script language=JavaScript>function closeIt() { close(); }</script>");
win.document.write("<body bgcolor=#ffffff style='	margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;'><center><img src="+img+" border=1>");

win.document.write("</body></html>");
}

