

function frame()
{

	var Pfad = window.location.pathname;
	
   
	if(top == self)
	{
  	self.location = "/nav/Frame.asp?inhalt=" + Pfad;
 	}	 
}