// JavaScript Document

<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->

<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

<!--
function changeHead(newClass)
{ 
 parent.document.getElementById("header_td01").className = newClass;
 parent.document.getElementById("header_td02").className = newClass;

}

function SearchDienst(id)
{
	
	//alert(id);
	
	parent.document.getElementById("contentframe").src = "./html/de/search_partner.php?DATA=DIENST&ID="+id;
	
	//alert(document.getElementById("contentframe").src);
}

function SearchCountry(aCombo)
{
	
	//alert(aCombo.options[aCombo.selectedIndex].value);
	if(aCombo.options[aCombo.selectedIndex].value != "")
	{
		document.getElementById("contentframe").src = "./html/de/search_partner.php?DATA=LAND&ID="+aCombo.options[aCombo.selectedIndex].value;
	}
	else
	{
		document.getElementById("contentframe").src = "./html/de/search_partner.php?DATA=";
	}
	
	//alert(document.getElementById("contentframe").src);
}

//-->
