function detailansicht(img,x,y)
{

	// path, width and height as arguments
	var msgWindow = window.open('/material/detailansicht.aspx?BildUrl=' + img ,'','Width=' + x + ',Height=' + y + ',scrollbars=no,menubar=yes,toolbar=yes,resizable=no');

}
