function eshop_display_passwort_recover(display){
	
		id = 'passwort_recover';
		
		var check = document.getElementById(id);

		if(check!=null){
		
		document.getElementById(id).style.display=''+display+'';
		document.getElementById(id).style.position='absolute';
		document.getElementById(id).style.zIndex='3';
		document.getElementById(id).style.top='0px';
		document.getElementById(id).style.left='0.5em';
		
		}
		
	}
	

function eshop_display_passwort_make(display){
	
		id = 'passwort_make';
		
		var check = document.getElementById(id);

		if(check!=null){
		
		document.getElementById(id).style.display=''+display+'';
		document.getElementById(id).style.position='absolute';
		document.getElementById(id).style.zIndex='3';
		document.getElementById(id).style.top='0px';
		document.getElementById(id).style.left='0.5em';
		
		}
		
	}

document.write("<style type='text/css'>#eshop_agbs {display:block;}<\/style>");