   // Determine whether file sits in display frame set.
   // Zero length means it aint in frame

	function booker()
	{
		book1 = "left4.html";
		book3 = "a=420&b=1&c=400&d=400&e=0";
		book2 = location.pathname;
		book = "/en/index.html?area=" + book1 + "&body=" + book2 + "&" + book3;
		if (parent.frames.length == 0 && (location.href.indexOf("/dev")!=-1 || location.href.indexOf("/www")!=-1 ))
		{
			//location.replace(book);
		}
	}

  booker();
