var m0 = "";

var m1 = "Running errands  and making calls";

var m2 = "For groceries, gifts and the weekends";

var m3 = "or electricians to carry out domestic work";

var m4 = "Select and purchase flowers to make your home look and smell great for the weekend ";

var m5 = "Wait in to take delivery of items ordered, allowing you to avoid taking precious holiday from work";

var m6 = "Organising a Dinner or family birthday or &acute;spur of the moment&acute; we can organise and set up a party at home for you";

var m7 = "Access to tickets in the West End, concerts and shows, local and national, we can organise, as well as book great local restaurants";

var m8 = "Give us an idea and we can make the purchase and gift wrap for you, saving you time  ";

var m9 = "Need some paperwork organised, or your home or rooms sorted through, then we can help you get on top of things!";

var m10 = "Thinking of an extension, remodelling the garden, or relaying the driveway? Then let us co-ordinate and help you decided which way is best";

var currentSelection;

function showWhatText(link,v) {
  //Reset currentSelection
 if(currentSelection) {currentSelection.className=''}
 currentSelection = link;
 currentSelection.className = 'on';
 var targDiv = document.getElementById('rightText')
 if(targDiv) {targDiv.innerHTML = v;}
}

