function popup(FILE) { 

pop = window.open("", "detail", 'toolbar=no,resizable=yes,status=no,location=no,menubar=no,scrollbars=no,screenX=50,screenY=20,left=50,top=20,width=50,height=50,');
pop.focus();
pop.document.write("<!doctype html public \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n");
pop.document.write("<HEAD><TITLE>Detailed View</TITLE>\n");
pop.document.write("</HEAD>\n");
pop.document.write("<script language='javascript'><!--\n");
pop.document.write("var i=0\n");
pop.document.write("function resize() {\n");
pop.document.write("if (navigator.appName == 'Netscape') i=40\;\n");
pop.document.write("if (document.images[0]) window.resizeTo(document.images[0].width +30, document.images[0].height+80-i);\n");
pop.document.write("}\n");
pop.document.write("//--></script>\n");
pop.document.write("<body BGCOLOR=#FFFFFF onload=resize();>\n");
pop.document.write("<CENTER>\n");
pop.document.write("<IMG border=1 src=media/");
pop.document.write(FILE + ".jpg>");
pop.document.write("<BR><A HREF=\"#\" onClick='window.close()'>Close this window</A>\n");
pop.document.write("</CENTER>\n");
pop.document.write("</BODY></HTML>");
pop.document.close();
}

function popup2(url) {
       window.open(url, "popups", "toolbar=yes,resizable=yes,status=yes,location=yes,menubar=yes,scrollbars=yes,screenX=50,screenY=50,left=50,top=50")
       }

function peacock(FILE) { 

pop = window.open("", "detail", 'toolbar=no,resizable=yes,status=no,location=no,menubar=no,scrollbars=no,screenX=50,screenY=20,left=50,top=20,width=50,height=50,');
pop.focus();
pop.document.write("<!doctype html public \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n");
pop.document.write("<HEAD><TITLE>Detailed View</TITLE>\n");
pop.document.write("</HEAD>\n");
pop.document.write("<script language='javascript'><!--\n");
pop.document.write("var i=0\n");
pop.document.write("function resize() {\n");
pop.document.write("if (navigator.appName == 'Netscape') i=40\;\n");
pop.document.write("if (document.images[0]) window.resizeTo(document.images[0].width +30, document.images[0].height+80-i);\n");
pop.document.write("}\n");
pop.document.write("//--></script>\n");
pop.document.write("<body BGCOLOR=#FFFFFF onload=resize();>\n");
pop.document.write("<CENTER>\n");
pop.document.write("<IMG border=0 src=media/");
pop.document.write(FILE + ".jpg>");
pop.document.write("<BR><A HREF=\"#\" onClick='window.close()'>Close this window</A>\n");
pop.document.write("</CENTER>\n");
pop.document.write("</BODY></HTML>");
pop.document.close();
}
