function showwahlkarte() {
	
	new Ajax.Updater('inlaypopupinner','include/requests/btwahl.html',
	  {
	    onSuccess: function(){ 
	    	$('inlaypopupout').show();
		if ($$('.flashembed').size() > 0) {
			$$('.flashembed').first().hide();
		}
	    	
	    }
	  });

	

}

function inlayclose() {

	if ($$('.flashembed').size() > 0) {
		$$('.flashembed').first().show();
	}
	$('inlaypopupout').hide();

}

