
// Title: default
// Date: 10:50 17 March 2003
// Version: 
// Copyright: Copyright (c) 1994-2006 Global Web Limited 
// Telephone: +44 1224 332211
// Web: http://www.globalweb.co.uk

function select(anchor)
  	{
  		document.images[anchor].src = "images/"+anchor + "-over.gif";
  		return true;
      	}
      
      	function deselect(anchor)
  	{
          	document.images[anchor].src = "images/"+anchor + ".gif";
          	return true;
      	} 
