function OpenPeelerWindow(url)
{
OpenCenteredWindow(url,'PeelerWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no','550','400','true')
}

function OpenHistoryWindow(url)
{
OpenCenteredWindow(url,'message','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no','700','350','true');
}

function OpenBrochureWindow(url)
{
OpenCenteredWindow(url,'message','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no','700','350','true');
}
