function clickme(incoming){
if (document.location.hash !== ''){
if (incoming == 0) {document.getElementById('TABLE_'+document.location.hash.substr(1)).bgColor='#AAFFFF';} else {
document.getElementById('TABLE_'+document.location.hash.substr(1)).bgColor='';
document.getElementById('TABLE_'+incoming).bgColor='#AAFFFF';}}
else
{if (incoming !== 0){document.getElementById('TABLE_'+incoming).bgColor='#AAFFFF';}}
}