function fsuche_sub(action, rmode, jsnsa) {
	var jsswort = document.fsuche.sswort.value;
	var jsTextNr = 0;
	if (jsnsa == 1) jsTextNr = document.fsuche.sTextNr.value;
	jsfaction = action + "&sswort=" + jsswort + "&sTextNr=" + jsTextNr;
	// alert(jsfaction);
	if (rmode == 1) {
		mtsu();
		top.rrand.document.location=jsfaction;
	} else window.open(jsfaction, "suchfenster" , "width=250, height=450, screenX=0 , screenY=0 , top=0 , left=0 , scrollbars=yes , resizable=yes, location=no, menubar=no, status=no, toolbar=no" );
}



function mtsu() {
	if (top.frames["fmain"]) {
		var fw = 0;
		var nSw = 200;
		var cCols ="*, " + nSw;
		var	aMw =0;
		if (ie != 1) {
			fw = top.frames["rrand"].innerWidth;
			aMw = top.frames["fmain"].innerWidth;
		}
		else {
			fw = top.frames["rrand"].document.body.offsetWidth;
			aMw = top.frames["fmain"].document.body.offsetWidth;;
		}
//			alert(ie + ", " + fw + ", " + aMw);
		if (fw < 100) {
			if (ie == 1) parent.parent.ftop.cols=cCols;
			else top.frames["rrand"].outerWidth =  nSw + aMw;
		}
	}
}
