<!--
var nav4plus = false;

if (top.frames.length==0 && navigator.appName.indexOf("Microsoft") != -1){
	nav4plus = parseInt(navigator.appVersion.substring(0,1)) >= 4
}
if (top.frames.length==0 && navigator.appName == "Netscape"){
	nav4plus = parseInt(navigator.appVersion.substring(0,1)) >= 3
}

if (nav4plus) {
	if (top.frames.length==0 && 
		parent.top.location.href.toLowerCase() != 'http://www.mariecurie.org/' && 
		parent.top.location.href.toLowerCase().indexOf("http://www.mariecurie.org/annals/index.html") == -1) {

		if (parent.top.location.href.toLowerCase().indexOf("main.html") == -1 && 
			parent.top.location.href.toLowerCase().indexOf("http://www.mariecurie.org/annals") != -1) {
			parent.top.location.replace('http://www.mariecurie.org/annals/index.html?frame3='+parent.top.location.pathname+parent.top.location.hash)
		} else {
			parent.top.location.replace('http://www.mariecurie.org/annals') 
		}
	}
}

// -->


