
function getframe(thispage) {

if ((window == top) && window.frames)
	document.location = "index.htm?" + thispage;

}
  