function senddata()
{
	document.fo1.reg.value='Bitte warten ...';
	document.fo1.reg.disabled=true;
	document.fo1.submit();
	
}

function onlclick(form,lang) 
{ 	
	var myindex=form.auswahl.selectedIndex;
	form.auswahl.selectedIndex=-1;
	self.location='./?s=steckbrief&l='+lang+'&showid='+(form.auswahl.options[myindex].value);
}

function switchpic(foto)
{
	document.fo1.bild.src='./memberpics/full'+foto+'.jpg';
}

function fpass(user,lang)
{
	window.open('./?s=fpass&l='+lang+'&u='+user,'mailpass','width=321,height=101,left=120,top=120,scrollbars=no,title=');
}