//1-é. Ëåâîå ìåíþ Service
document.write ('<p align="center"><strong>SERVICES</strong></p>' +
'            <p><a href="appointment.html" class="star_g">Request Service Appointment</a></p>' +
'            <p><a href="../cgi-bin/rev.cgi?from=0&newf=0" class="star_g">Write Review</a></p>' +
'            <p><a href="promotions.html" class="star_g">Promotions and Rates</a></p>' +
'            <p><a href="tires.html" class="star_g">Find and Ship Tires</a></p>' +
'            <p><a href="pre-sale.html" class="star_g">Pre-Purchase Car Inspection</a></p>' +
'            <p><a href="gift.html" class="star_g">Gift Certificates</a></p>' +
'            <p><br>' +
'            </p>');


