function quote()
    {
        NewWindow = window.open('https://www.boch.com/bochhtml/bochtoyotasouth/pages/QuickQuote.aspx?StoreID=6', 'newWin', 'width=650, height=650, left=100, top=100, toolbar=No, location=No, scrollbars=Yes, status=No, resizable=Yes, fullscreen=No');
        NewWindow.focus();
    } 


function service()
    {
        NewWindow = window.open('https://www.boch.com/bochhtml/bochtoyotasouth/pages/sar.aspx?StoreID=6', 'newWin', 'width=550, height=600, left=100, top=100, toolbar=No, location=No,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No');
        NewWindow.focus();
    } 


function contact()
    {
        NewWindow = window.open('https://www.boch.com/bochhtml/bochtoyotasouth/pages/ContactUs.aspx?StoreID=6', 'newWin', 'width=650, height=500, left=100, top=100, toolbar=No, location=No,scrollbars=No,status=No,resizable=Yes,fullscreen=No');
        NewWindow.focus();
    } 


function parts()
    {
        NewWindow = window.open('https://www.boch.com/bochhtml/bochtoyotasouth/pages/Parts.aspx?StoreID=6', 'newWin', 'width=550, height=600, left=100, top=100, toolbar=No, location=No,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No');
        NewWindow.focus();
    } 


function finance()
    {
        NewWindow = window.open('https://www.boch.com/bochhtml/bochtoyotasouth/pages/FinanceAppForm.aspx?StoreID=6', 'newWin', 'width=600, height=600, left=100, top=100, toolbar=No, location=No,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No');
        NewWindow.focus();
    } 
