function menue_fedcon10()
{
	pfad=self.document.location.href
	derpfad=pfad.substr(0,pfad.lastIndexOf("/")+1)
	var aWin = parent.leftFrame
 	var txt=""
	txt += "<HTML><HEAD>\n"
	txt += "</HEAD>\n"
	txt += "<BODY bgcolor='#000000'>\n"
	txt += "<CENTER>\n"

	txt += "<A HREF='"+derpfad+"sf/conventions/fedcon10/con10.htm' target=\"mainFrame\" onMouseOver=\"window.status='Fedcon 10';"+
	"document.images[0].src = '"+derpfad+"/nav-buttons/button_fedcon10_on.gif'\" ; return true;"+
	"\" onMouseOut=\"window.status='';"+
	"document.images[0].src = '"+derpfad+"/nav-buttons/button_fedcon10_off.gif'\"; return true;\" >"+
	"<IMG SRC=\""+derpfad+"/nav-buttons/button_fedcon10_off.gif\" BORDER=0 width=80 height=16 ALT='Fedcon 10'></A>\n"

	txt += "<A HREF='"+derpfad+"sf/conventions/conventions.htm' target=\"mainFrame\" onMouseOver=\"window.status='Conventions';"+
	"document.images[1].src = '"+derpfad+"/nav-buttons/button_conventions_on.gif'\" ; return true;"+
	"\" onMouseOut=\"window.status='';"+
	"document.images[1].src = '"+derpfad+"/nav-buttons/button_conventions_off.gif'\"; return true;\" >"+
	"<IMG SRC=\""+derpfad+"/nav-buttons/button_conventions_off.gif\" BORDER=0 width=80 height=16 ALT='Conventions'></A>\n"

	txt += "<A HREF='"+derpfad+"intro/intro.htm' target=\"mainFrame\" onMouseOver=\"window.status='Home zur Startseite';"+
	"document.images[2].src = '"+derpfad+"/nav-buttons/button_home_on.gif'\" ; return true;"+
	"\" onMouseOut=\"window.status='';"+
	"document.images[2].src = '"+derpfad+"/nav-buttons/button_home_off.gif'\"; return true;\" >"+
	"<IMG SRC=\""+derpfad+"/nav-buttons/button_home_off.gif\" BORDER=0 width=80 height=16 ALT='Home'></A>\n"

	txt += "</BODY></HTML>\n"
	aWin.document.writeln(txt)
	aWin.document.close();
}

