<!--

function OpenImage(newin,width,height) {
    options = "resizable=yes,scrollbars=yes,width=" + width + ",height=" + height;
    flyout=window.open(newin,"newwin",options);
    flyout.focus();
}

// -->
