function cellChange(cellName,color){
         document.all[cellName].style.backgroundColor = color;
    }								 
function cellRestore(cellName,color) {			
	     document.all[cellName].style.backgroundColor = color;
    } 									
function setCell(cellName,color){
	     document.all[cellName].style.backgroundColor = color;
	}
function openWin( windowURL, windowName, windowFeatures){ 
    return window.open( windowURL, windowName, windowFeatures ) ; 
	}
function resetList2(FormName){	
	document.forms[FormName].submit();
	document.forms[FormName].CatID.selectedIndex = [0];		
	};
function uploadMessage(){	
	document.all['MessageBox'].style.visibility = 'visible' ;	
	};	
function switchBrowseMode(FormName){	
	document.forms[FormName].submit();
	document.forms[FormName].Browse.selectedIndex = [0];		
	};	
function jumpTo(FormName){	
	document.forms[FormName].submit();		
	};	
function clearField(FormName){
document.forms[FormName].PostCode.value='';
}	
function clearField2(FormName){
document.forms[FormName].Criteria.value='';
}	
	