function isTopLevel () {
	return (top == self);
}
function checkFrameset () {
	if(isTopLevel() && (window.location.href.indexOf("printversion")<0) ){
		window.location.replace("/index.asp?file="+window.location.pathname);
	}
}

checkFrameset();
