function ljsearch() { //document.getElementById('my').className='last'; document.getElementById('int').className='last'; document.getElementById('lj').className='cur'; document.sform.action='http://search.livejournal.ru/ljsearch'; // var cForm = document.sform; // if (GoSearch(cForm)) // cForm.submit(); } function intsearch() { //document.getElementById('my').className='last; document.getElementById('int').className='cur'; document.getElementById('lj').className='last'; document.sform.action='http://search.livejournal.ru/search'; // var cForm = document.sform; // if (GoSearch(cForm)) // cForm.submit(); } function mysearch() { //document.getElementById('my').className='cur last'; document.getElementById('int').className=''; document.getElementById('lj').className=''; document.sform.action='http://search.livejournal.ru/supsearch'; // var cForm = document.sform; // if (GoSearch(cForm)) // cForm.submit(); } function GoSearch(thisform) { with (thisform) { if (query.value.length > 0) return true; else return false; } } function show_menu(itm, total, has_remote) { var top = itm; var last = total + 1 var nxt = top + 1; if (has_remote == 1) { for (i=0; i