function navigate (src_navi,src_inhalt) {
	parent['inhalt'].location.href = src_inhalt;
	parent['navi'].location.href = src_navi;
	return false;
}
