document.write('<DIV ID="pop" class="pop"></DIV>');
Xoffset=0;Yoffset=20;
var nav,old,iex=(document.all),yyy=0;
if(navigator.appName=="Netscape"){(document.layers)?nav=true:old=true;}
if(!old){
	var skn=(nav)?document.pop:pop.style;
	if(nav)document.captureEvents(Event.MOUSEMOVE);
	document.onmousemove=get_mouse;
}
function popup(msg){
	var content='<table border="1" width="150" bordercolor="#000000" bgcolor="#FFFFFF" cellspacing="0" style="filter:alpha(opacity=85)"><tr><td align="center">'+msg+'</td></tr></table>';
	if(!old){
		if(nav){skn.document.write(content);skn.document.close();skn.visibility="visible"}
		if(iex){document.all("pop").innerHTML=content;skn.visibility="visible"}
		yyy=1;
	}
}
function get_mouse(e){
var x=(nav)?e.pageX:event.x+document.body.scrollLeft;
if(yyy)skn.left=x+Xoffset
else skn.left=-100;
var y=(nav)?e.pageY:event.y+document.body.scrollTop;
if(yyy)skn.top=y+Yoffset
else skn.top=-100;
}
function kill(){if(!old){yyy=0;skn.visibility="hidden";}}
function addItem(text, link, help)
{
	document.write('<a href="'+link+'" target="_top" class="ssm3"');
	if(help != "") document.write('onmouseover="popup(\''+help+'\');" onmouseout="kill();"');
	document.write('>'+text+'</a><br>');
}
function addHdr(text)
{
	document.write('<br><b><font color="white">'+text+'</font></b><br>');
}

base="http://www.linklive.de/";



//addHdr('Change Language');
document.write('<form name="translingo" method="POST"action="http://www.linklive.de/cgi-bin/translingo.pl"><input type="hidden" name="a" value="f"><input type="hidden" name="u" value><input type="hidden" name="p" value><input type="hidden" name="e" value><b><p align="left"><font color="#336699" style="font-size: 10px; font-weight:600">Translate this side</font></b><br><select name="l" size="1" size="5" maxlength="6" style="font-size: 12px; font-family: Arial; width: 105; color: #485257">><option value="gl|de%7cen">Englisch</option><option value="gl|de%7cfr">French</option></select><img border="0" src="http://www.linklive.de/images/spacer.gif" width="6" height="1"><a href="javascript:translate();"><img border="0" width="30" height="18" align="absmiddle" src="'+base+'img/neu/go.gif"></a></form>');