﻿var WindowReference;

function OpenPrintPreview(url)
{
    WindowReference = window.open(url, "KluwerPrintPreview", "scrollbars=yes,menubar=no,toolbar=no,location=no,width=650,height=500");
}


