// JavaScript Document
function AUSWAHLShow() {		
			document.getElementById('SPLIT').className="AuswShow";			
			return;
		
 }

function AUSWAHLNoShow(linkID) {		
			document.getElementById('SPLIT').className="AuswNoShow";
			//alert(link);
			//alert(target);		
			
			parent.content.location.href =escape(linkID);
			return;
		
 }
