// (с) 2004 Pavel V. Zhuchenkov
// Функции:
// Поиск текста в IE и в Mozilla


function Find(str)
{
	alert('Кто ищет - тот найдёт! '+str);
}