function service() {
    NewWindow = window.open('https://www.boch.com/bochhtml/bochtoyota/pages/sar.aspx?StoreID=2', '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/bochtoyota/pages/ContactUs.aspx?StoreID=2', '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/bochtoyota/pages/Parts.aspx?StoreID=2', '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/bochtoyota/pages/FinanceAppForm.aspx?StoreID=2', 'newWin', 'width=550, height=600, left=100, top=100, toolbar=No, location=No,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No');
    NewWindow.focus();
}


function evip() {
    NewWindow = window.open('https://www.boch.com/bochhtml/bochtoyota/pages/eVIP_membership.aspx?StoreID=2', 'newWin', 'width=550, height=600, left=100, top=100, toolbar=No, location=No,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No');
    NewWindow.focus();
} 
