function ExtraForm()
{
document.Search.Lxtri.value=navigator.appName+", "+navigator.userAgent;
document.Search.Lxone.value=screen.width+"*"+screen.height;
}
function votenow(a,b)
{
document.Vote.votenr.value=a;
document.Vote.optnr.value=b;
document.Vote.navigator.value=navigator.appName+", "+navigator.userAgent;
document.Vote.screen.value=screen.width+"*"+screen.height;
document.Vote.submit();
}
function Suchen()
{
document.write('<a href="javascript:ExtraForm();document.Search.submit();">Search</a>&#160;<b class="stl">&#187;</b>');
}
function Suchde()
{
document.write('<a href="javascript:ExtraForm();document.Search.submit();">Suchen</a>&#160;<b class="stl">&#187;</b>');
}
var y = "";
function PRK(z)
{
y="http://"+z;
setTimeout("RDR()", 500);
}
function RDR()
{
self.location.href=y;
}
var LangArr = new Array();
var URLArr = new Array();
function LangSel()
{
if(LangArr[1])
{
document.write('<table cellpadding=0 cellspacing=0 border=0 width=90><tr>\n' +
'<td><p><b class="stl">&#187;</b>&#160;</p></td>' +
'<td><select class="lang" onChange="self.location.href=this.options[this.options.selectedIndex].value">\n');
for(i=0;LangArr[i];i++)
{
document.write('<option value="'+URLArr[i]+'">'+LangArr[i]+'</option>\n');
}
document.write('</select></td></tr></table>\n');
document.write('<p><img src="/grey.gif" width=90 height=1 alt=""></p>\n');
}
}
function LangSelSrch()
{
if(LangArr[1])
{
document.write('<form>');
document.write('<table cellpadding=0 cellspacing=0 border=0 width=90><tr>\n' +
'<td><p><b class="stl">&#187;</b>&#160;</p></td>' +
'<td><select class="lang" onChange="document.Search.Ggui.value=this.options[this.options.selectedIndex].value;document.Search.submit();">\n');
for(i=0;LangArr[i];i++)
{
document.write('<option value="'+URLArr[i]+'">'+LangArr[i]+'</option>\n');
}
document.write('</select></td></tr></table>\n');
document.write('<p><img src="/grey.gif" width=90 height=1 alt=""></p>\n');
document.write('</form>');
}
}

