function popup(inimage,inwidth,inheight,incspace,incopyholder,inmrelease,inprelease,inuse,incaption,inkeywords,inhrwidth,inhrheight,inwater) 
{

windowwidth=parseInt(inhrwidth,10);
windowheight=parseInt(inhrheight,10);

windowwidth=1000;
windowheight=420;


newwindow = window.open("PRIVATE/im803969x/bjzoom.php?image="+inimage+"&width="+inwidth+"&height="+inheight+"&cspace="+incspace+"&copyright="+incopyholder+"&mrelease="+inmrelease+"&prelease="+inprelease+"&usage="+inuse+"&caption="+incaption+"&keywords="+inkeywords+"&thumbwidth="+inhrwidth+"&thumbheight="+inhrheight+"","Zoom","menubar=no,width="+windowwidth+",height="+windowheight+",toolbar=yes,left=50,top=150");
var tmp = newwindow.document;
tmp.close();
}