function checkframe() {
	if (window.parent==window)
			open("hinweis.htm","info","width=350,height=220,location=no,resizable=no,toolbar=no,status=no,titlebar=no");
	}


