<!--

function PopUp(ID)
	{
	url = ID;
	
	detail = window.open(url,"Detailansicht","width=530,height=410,locationbar=no");
	
	}

//-->

