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