function imgpop(e,a,d,c,b){a="_blank";if(b!="")hreftext="<a href='"+b+"' target='_blank'>";else hreftext="<a href='javascript:window.close();'>";htmltext="<html><head><title>Different View</title></head><body style='margin:0px'>"+hreftext+" <img src='"+e+"'  width='"+d+"' height='"+c+"' border='0'>";htmltext+="</a>";htmltext+="</body></html>";newWindow=window.open("",a,"toolbar=no,titlebar=no,menubar=no,scrollbars=no,resizable=yes,status=no,location=no,directories=no,height="+c+",width="+d);newWindow.document.open("text/html");newWindow.document.write(htmltext);newWindow.document.close();newWindow.focus()}
