function ShowImg(imgurl,width,height)
        {
        imgurl = "image.html?"+imgurl;
        winWidth = width;
        winHeight = height;
        var properties = "toolbar=0,location=0,resizable=no,height="+winHeight;
        properties = properties+",width="+winWidth;
        properties = properties+",screenX=15,screenY=15,top=15,left=15";
        imgwin=window.open(imgurl,'imgwin',properties);
}
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
