// JavaScript Document

function expand(illus) { 
titre="Black Mamba"; 
w=open("",'image','width=3,height=4,toolbar=no,scrollbars=no,resizable=no'); 
w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE>");
w.document.write("<SCRIPT type=\"text/javascript\">function checksize() { if (document.images[0].complete) { window.resizeTo(document.images[0].width+8,document.images[0].height+85); window.focus();} else { setTimeout('checksize()',250) } }</"+"SCRIPT>"); 
w.document.write("<style type=\"text/css\">");
w.document.write("<!--");
w.document.write("body { margin-left: 0px; margin-top: 0px; }");
w.document.write("-->");
w.document.write("</style>");
w.document.write("</HEAD>");
w.document.write("<BODY onload='checksize()' onblur='window.close()' onclick='window.close()'>");
w.document.write("<TABLE width='100%' border='0' cellspacing='0' cellpadding='0' height='100%'><TR>");
w.document.write("<TD valign='middle' align='center'><IMG src='"+illus+"' border=0 alt='Black Mamba'>"); 
w.document.write("</TD></TR></TABLE>");
w.document.write("</BODY></HTML>"); 
w.document.close(); 
} 

