
function imageDisplay(a){
n=window.open('','newWin','toolbar=no,location=no,scrollbars=yes,resizable=yes,width=620,height=420,left=50,top=50');
 n.document.write("<html><head></head><body ><center><img src="+a+"></center></body></html>");
 
}