// CheckFORM für die Suchfunktion damit das Target richtig Angezeigt wird!

ie = document.all;
ns = document.layers;

function chgImg(imgName, imgSource) {
	if(document.images)
		document.images[imgName].src = imgSource;
}

function openSatellite(type) {
	satellite = window.open('../../text/frames_' + type + '.html', "mvv2" ,"scrolling=auto,width=" + (type=="feedback" ? "" + 460 : "" + 420) + ",height=500");
}

function CheckFORM()
{
parent.frames[1].location.href="../../webapps/servlet/MVVSearch?mode=search&searchword=" + escape(document.forms[0].elements["searchword"].value);
return false;
}

function CheckFORMenr()
{
parent.frames[1].location.href="../../webapps/servlet/MVVSearch?mode=search&searchword=" + escape(document.forms[1].elements["searchword"].value);
return false;
}


