
function showlnk(Turl){
window.status=Turl;

}

function swapmenu(mid,tclass){
var dvdesc;
dvdesc=document.getElementById("mnudescription");
document.getElementById(mid).className=tclass;

	switch(mid){
	case "mm1":
	dvdesc.innerHTML="Automated return software for effective management of returning parcels. Designed for small online businesses to allow greater customer service without more expense or time";
	
	break;
	case "mm2":
	dvdesc.innerHTML="Discover new ways of improving your sales figures on ebay, QXL and other online auctions. Power seller tools can help you to get the edge on competitors without spending hours configuring and monitoring your auctions ";
	
	break;
	
	case "mm21":
	dvdesc.innerHTML="Visit one of the UK premier Wholesale and distributors trade fair events at the Birmingham NEC: The autumn fair is held in September this year so book a visitors place now! to get your new Christmas stock";
	
	break;
	
	case "mm22":
	dvdesc.innerHTML="Research and discover new ways to make your products sell better, with less effort and more ROI";
	
	break;
	
	case "mm23":
	dvdesc.innerHTML="eSources UK Wholesale directory: Provides trade press verified wholesale importers details";
	
	break;
	
	case "mm24":
	dvdesc.innerHTML="All your printing needs: Business cards, Letterheads, Address labels, Brochures, Flyers cards and rubber stamps. Easy online templates and formatting function when ordering online.";
	
	break;
	
	case "mm25":
	dvdesc.innerHTML="Create an account on the world renowned Amazon platform and reach thousands of potential customers every day. ";
	
	break;
	
	case "mm31":
	dvdesc.innerHTML="Getting customers to your site is essential for any online business. Search engine optimisation concentrates on getting you site in top search positions for natural listings and getting the highest ROI for paid campaigns";
	
	break;
	
	case "mm32":
	dvdesc.innerHTML="Tips and guidance for setting up your own web site and joining the online retail market. How to get a secure online sales system, organise your logistics and promote your products.";
	
	break;
	
	case "mm33":
	dvdesc.innerHTML="Who are iOSSS, where are we going and how you can help drive software development through iOSSS tool development";
	
	break;
	
	case "mm34":
	dvdesc.innerHTML="Link building is an important aspect of search engine optimisation. The iOSSS directory list some of the best search engines and directories where you can submit your web site to increase your back link count";
	
	break;
	
	case "mm41":
	dvdesc.innerHTML="Our main e-commerce shoppin web site dispalying products from our members and other sites. Find many items at low prices and compare with top UK online retailers";
	
	break;
	
	case "mm42":
	dvdesc.innerHTML="Products from Complete UK group. Quality bedding and home decor items, from baby bedding to bumper duvet sets.";
	
	break;
	
	case "mm43":
	dvdesc.innerHTML="Directory of Remote control toys including helicopters, cars and boats.";
	
	break;

	default:
	}
}


