  // im frameset ? > andernfalls
  if (!parent.frames[0])
  {
    var url=document.location.href;
    if (document.searc) url=url+"?"+document.search;
  	
  	document.location.href='index_frames.html?'+escape(url);
  }
