if (top.frames.length == 0) {
  if (location.href.indexOf("?") == -1) {
	top.location = "/index.htm?contentframe="+escape(location.href + "?frame=reset");	  
  } else {
	top.location = "/index.htm?contentframe="+escape(location.href + "&frame=reset");
  }
}