
document.writeln("\<map id=\"menumap\" name=\"menumap\">");

document.writeln("\<area shape=\"rect\"");
document.writeln("coords=\"2,0,106,40\"");
document.writeln("alt=\"Home\"");
document.writeln("href=\"index.html\">");

document.writeln("\<area shape=\"rect\"");
document.writeln("coords=\"108,0,212,40\"");
document.writeln("alt=\"About Us\"");
document.writeln("href=\"aboutus.html\">");

document.writeln("\<area shape=\"rect\"");
document.writeln("coords=\"214,0,318,40\"");
document.writeln("alt=\"Basket\"");
document.writeln("href=\"basket.html\">");

document.writeln("\<area shape=\"rect\"");
document.writeln("coords=\"320,0,423,40\"");
document.writeln("alt=\"CheckOut\"");
document.writeln("href=\"checkout.html\">");

document.writeln("\<\/map>");

document.writeln("\<map id=\"menumap\" name=\"menumap2\">");

document.writeln("\<area shape=\"rect\"");
document.writeln("coords=\"30,60,140,70\"");
document.writeln("alt=\"Privacy Policy/Terms of use\"");
document.writeln("href=\"terms.html\">");

document.writeln("\<\/map>");