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';
	//document.getElementById(target).style.display = 'none';
}
	
function specRestore(me, target)
{
	me.style.color = '#666666';
	document.getElementById(target).style.display = 'none';
}