function Search() {
window.alert('Введіть ключове слово або фразу')
}
function searchmetod() {
var mText = '';
if(speech == 'en') mText = ('<form method=POST action="')+glh+('cgi-bin/search_en.pl">');
if(speech == 'ua') mText = ('<form method=POST action="')+glh+('cgi-bin/search_ua.pl">');
document.write(mText);
}
function searchmetod1() {
var mText = '';
if(speech == 'en') mText = ('<form method=POST action="')+glh+('cgi-bin/search_en.pl">');
if(speech == 'ua') mText = ('<form method=POST action="')+glh+('cgi-bin/search_ua.pl">');
document.write(mText);
}
function searchform() {
var loc = document.location.pathname;
var mText = ('<INPUT class=search maxLength=99 name="word" size=14 align="top">')
+('<input type=hidden name=pagetype value=')+ loc +('>')
+('</div>')
+('</td><td width=38 height=22 bgcolor="#C7A896" background="')+glh+('site/img/f4.gif" ALIGN=left VALIGN=TOP>')
+('<input type="image" name="find" src="')+glh+('site/img/s_n.gif" width=20 height=17 border=0 hspace=5 vspace=1 align="bottom" type=submit>');
document.write(mText);
}
function sitetime() {
var mData = '';
if(speech == 'en') mData = ('<font class="s1a">Site update: 21/4/2004</font>');
if(speech == 'ua') mData = ('<font class="s1a">Сайт оновлено: 21/4/2004</font>');
document.write(mData);
}