﻿function clearText ( searchKeyWord ) 
{
    if ( searchKeyWord.value.toLowerCase() == "keyword or isbn") 
    {
	    searchKeyWord.value = "";
    }
}


