<!--
function popUpTable(url,fenstername)
{
	var popuptable = window.open(url,fenstername,'width=400,height=520,top=10,left=10,resizable=no,status=no,location=no,scrollbars=no,menubar=no,toolbar=no');
	popuptable.focus();
}

//-->