function send()
{
			document.search.submit();
}

function MM_openBrWindow(theURL,winName,features)
{
	window.open(theURL,winName,features);
}

function FrameAendern (URI, Framename)
{
	parent[Framename].location.href = URI;
}

// Kawasaki - Produktinfo

function specExplain(me, target)
{
	me.style.color = '#FF0000';
	document.getElementById(target).style.display = 'block';
}
	
function specRestore(me, target)
{
	me.style.color = '#000000';
	document.getElementById(target).style.display = 'none';
}



