function OpenWin(href, width, height)
{
	neues_fenster = window.open(href, "NewWindow", 'height='+height+',width='+width+'toolbar=no,status=no,location=no,menubar=no,scrollbars=yes');
	return false;
}



