  var frameset = "../../home.htm";
  var frame = "downFrame";
  page = new String(self.document.location);
  var pos = page.lastIndexOf("roerichtrust.org") + 17;
  var file = page.substr(pos);
//    alert(file);
  if(window.name != frame){
  var s = frameset + "??" + file;
//  alert(s);
  top.location.replace(s);
}

function browse_h() {
    if (document.body.clientHeight) return document.body.clientHeight;
    return window.innerHeight;
}

function placeMap_inner_d() {
	var k=0, r=0;
	height = browse_h();
	if (!height) {height=0};
	k = parseInt((height - 145)*383/475);
	r = parseInt((height - 145)*510/475);
	if (height<=620) {document.getElementById('thephoto').style.height = k + "px"; document.getElementById('thephoto').style.width = r + "px"; document.getElementById('containerB').style.width = r + "px"; document.getElementById('containerB').style.height = k + "px";};
	document.getElementById('containerA').style.top = height - 119 + "px";
	document.getElementById('pages').style.top = height - 135 + "px";
	document.getElementById('tabdown').style.height = k = height - 157 + "px";
	document.getElementById('back').style.height = height + "px";
	document.getElementById('bordr').style.height = height - 35 + "px";
	document.getElementById('bordl').style.height = height - 35 + "px";
	document.getElementById('cr').style.top = height - 36 + "px";
	document.getElementById('text').style.top = height - 35 + "px";
	document.getElementById('uptext').style.top = height - 148 + "px";
}

