function QuickQuotePopup(URL) {
    var windowLeft = (screen.width - 480) / 2;
    var windowTop = (screen.height - 290) / 2;
    window.open(URL, 'quote', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=480,height=290,left=' + windowLeft + ',top=' + windowTop);
}
