function jumpout() 
{if (self.parent.frames.length != 0) 
self.parent.location=self.location; } 
jumpout();
self.focus();