function popJdp(pJpg){
jdpWindow = window.open("","","height=406,width=536,scrollbars=no,screenX=0,left=0,screenY=0,top=0")
jdpWindow.document.clear();	
jdpWindow.document.write("<html><head><title>" + "" + "</title></head>" + "<body onBlur='self.close()' leftmargin='9' topmargin='9'>" + "<img src='" + pJpg + "' border='0'>" + "</body></html>")
jdpWindow.document.close();}
