// javascript menu bar for Revesby garage
document.write("<img src='images/menu-bar6f.jpg' usemap='#menu-map' style='border:0px;repeat:no-repeat;'>");
document.write("<map name='menu-map'>");
document.write("<area name='homepage' shape='rect' coords='54,143,171,171' href='index.php' title='Home page'>");
document.write("<area name='garage' shape='rect' coords='54,190,171,219' href='garage.html' title='About our garage'>");
document.write("<area name='restoration' shape='rect' coords='54,237,171,264' href='restoration.html'>");
document.write("<area name='van hire' shape='rect' coords='54,283,171,313' href='vanhire.php'>");
document.write("<area name='van sales' shape='rect' coords='54,330,171,359' href='vansales.php'>");

// insert spares here

document.write("<area name='spares' shape='rect' coords='54,374,171,403' href='spares.php' title='Spares for vans'>");// spares


document.write("<area name='cavs blog' shape='rect' coords='54,419,171,448' href='blog_script2.php'>");// cavs blog

document.write("<area name='events' shape='rect' coords='54,466,171,493' href='events.php'>");// events

document.write("<area name='location' shape='rect' coords='54,511,171,541' href='location.html'>");//location

document.write("<area name='contact' shape='rect' coords='54,552,171,580' href='contact.html'>");//contact

document.write("<area name='friends' shape='rect' coords='54,605,171,630' href='friends.php'>");//friends

document.write("</map>");
