
// Title: js/default.js
// Date: 15:19 23 May 2009
// Version: 
// Copyright: Copyright (c) 1994-2010 Global Web Limited 
// Telephone: +44 1224 454000
// Web: http://www.globalweb.co.uk

function select(anchor)
                	{
                		document.images[anchor].src = anchor + "-on.gif";
                		return true;
                   }
                    	function deselect(anchor)
                	{
                    document.images[anchor].src = anchor + ".gif";
                    return false;
                    	} 
