//Ryan's simplified, and differnt, version of the clear script on the BCC main page!  I'm a mouse potatoe!

function clearText(mysearch){
if (mysearch.defaultValue==mysearch.value)
mysearch.value = ""
} 


//searchbox script 
//function searchbox(sq) {
//	var sb=document.getElementById(sq);
//sb.setAttribute('value','search');
//	sb.onfocus=function(){searchboxclear(this);};
//}
//
//function searchboxclear(s) {
//	s.setAttribute('value','');
//}
//end searchbox script
//
//
//window.onload=function(){
//	findimg();
//	searchbox('txtQuery');
//}
