<!--

function imgWindow(url,width,height) {
 settings="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=50,left=50,width="+ (width+95) +",height="+ (height+80);
 Gallery=window.open(url, "gallery", settings);
}

// -->