function quote()
    {
        NewWindow=window.open('QuickQuote.aspx?StoreID=4','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('SAR.aspx?StoreID=4', 'newWin','width=650, 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('ContactUs.aspx?StoreID=4','newWin', 'width=625, 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('PartsOrder.aspx?StoreID=4','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('FinanceAppForm.aspx?StoreID=4','newWin', 'width=600, height=600, left=100, top=100, toolbar=No, location=No,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No');
        NewWindow.focus();
    } 