<!--
// Replace URL if frameset-variable != 1 or does not exist
var TargetFile = "parent.htm?/fr/home.htm"+location.pathname; 
if (!top.FramesetLoaded){
	if(document.images)
		top.location.replace(TargetFile);
	else
		top.location.href = TargetFile;
}
//-->