function winopen(URL){ 
	URL=URL+".htm";
	window.open(URL, "neuesFenster", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=670,height=550"); 
	} 


function prf(){
	if (1 != parent.LoadedInFrame)
	 	{
		 	self.location.href = "index2.htm";
		}
	
	}
		
