<!-- Start

// NOTE: If you use a ' add a slash before it like this \'

// FLOATING MENU AREA - SEE NOTE BELOW FOR MOVING THE MENU UP ON THE PAGE


if (!document.layers)
document.write('<div id="Floater" style="position:absolute">')
document.write('<layer id="Floater">');


// START THE IMAGE LINKS COPY ANY ONE OF THESE 3 LINES TO ADD A NEW LINK




document.write('<a href="daniels-writings/atoms-galaxies-and-understanding/#header_text"><img src="fileadmin/floatingmenu_images/float4-top.gif" border="0" vspace="1" title="Back to top of Atoms, Galaxies and Understanding"></a><br>');

document.write('<a href="daniels-writings/atoms-galaxies-and-understanding/#_Toc66521412"><img src="fileadmin/floatingmenu_images/float3-one.png" border="0" vspace="1" title="INTRODUCTION"></a><br>');
document.write('<a href="daniels-writings/atoms-galaxies-and-understanding/#_Toc66521413"><img src="fileadmin/floatingmenu_images/float3-two.png" border="0" vspace="1" title="DEFINITIONS"></a><br>');
document.write('<a href="daniels-writings/atoms-galaxies-and-understanding/#_Toc66521414"><img src="fileadmin/floatingmenu_images/float3-three.png" border="0" vspace="1" title="THE BUILDING BLOCKS"></a><br>');
document.write('<a href="daniels-writings/atoms-galaxies-and-understanding/#_Toc66521415"><img src="fileadmin/floatingmenu_images/float3-four.png" border="0" vspace="1" title="TWO HYDROGEN ATOMS IN SPACE"></a><br>');
document.write('<a href="daniels-writings/atoms-galaxies-and-understanding/#_Toc66521416"><img src="fileadmin/floatingmenu_images/float3-five.png" border="0" vspace="1" title="ESCAPE VELOCITY"></a><br>');
document.write('<a href="daniels-writings/atoms-galaxies-and-understanding/#_Toc66521417"><img src="fileadmin/floatingmenu_images/float3-six.png" border="0" vspace="1" title="STATISTICAL ACTION"></a><br>');
document.write('<a href="daniels-writings/atoms-galaxies-and-understanding/#_Toc66521418"><img src="fileadmin/floatingmenu_images/float3-seven.png" border="0" vspace="1" title="TEMPERATURE AND HEAT"></a><br>');
document.write('<a href="daniels-writings/atoms-galaxies-and-understanding/#_Toc66521419"><img src="fileadmin/floatingmenu_images/float3-eight.png" border="0" vspace="1" title="SOLIDS LIQUIDS AND GASES"></a><br>');
document.write('<a href="daniels-writings/atoms-galaxies-and-understanding/#_Toc66521420"><img src="fileadmin/floatingmenu_images/float3-nine.png" border="0" vspace="1" title="HEAT TRANSFER"></a><br>');
document.write('<a href="daniels-writings/atoms-galaxies-and-understanding/#_Toc66521421"><img src="fileadmin/floatingmenu_images/float3-ten.png" border="0" vspace="1" title="PRESSURE"></a><br>');
document.write('<a href="daniels-writings/atoms-galaxies-and-understanding/#_Toc66521422"><img src="fileadmin/floatingmenu_images/float3-eleven.png" border="0" vspace="1" title="THE NON LINEARITY OF PHYSICAL LAW"></a><br>');
document.write('<a href="daniels-writings/atoms-galaxies-and-understanding/#_Toc66521423"><img src="fileadmin/floatingmenu_images/float3-twelve.png" border="0" vspace="1" title="GRAVITY"></a><br>');
document.write('<a href="daniels-writings/atoms-galaxies-and-understanding/#_Toc66521424"><img src="fileadmin/floatingmenu_images/float3-thirteen.png" border="0" vspace="1" title="MATTER AND MASS"></a><br>');
document.write('<a href="daniels-writings/atoms-galaxies-and-understanding/#_Toc66521425"><img src="fileadmin/floatingmenu_images/float3-fourteen.png" border="0" vspace="1" title="RELATIVITY AND THE QUANTITY C"></a><br>');
document.write('<a href="daniels-writings/atoms-galaxies-and-understanding/#_Toc66521426"><img src="fileadmin/floatingmenu_images/float3-fifteen.png" border="0" vspace="1" title="NEW GALAXIES"></a><br>');

//document.write('<a href="daniels-writings/atoms-galaxies-and-understanding/#c1325"><img src="fileadmin/floatingmenu_images/float4-more.gif" border="0" vspace="1"></a><br>');

// fileadmin/floatingmenu_images



document.write('</layer>');




// COPYRIGHT 2006 © Allwebco Design Corporation




// NOTE: If you add links you will need to alter the "placeY" 275 number below


if (!document.layers)
document.write('</div>')

function FloatMenu()
{
	var Xloc = 0,
	Yloc = 475;
	var ns = (navigator.appName.indexOf("Netscape") != -1);
	function SetMenu(id)
	{
		var GetElements=document.getElementById?document.getElementById(id):document.all?document.all[id]:document.layers[id];
		if(document.layers)GetElements.style=GetElements;
		GetElements.sP=function(x,y){this.style.right=x;this.style.top=y;};
		GetElements.x = Xloc;
		GetElements.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		GetElements.y -= Yloc;
		return GetElements;
	}
	window.LoCate_XY=function()
	{
		var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		ftlObj.y += (pY - Yloc - ftlObj.y)/15;
		ftlObj.sP(ftlObj.x, ftlObj.y);
		setTimeout("LoCate_XY()", 10);
	}
	ftlObj = SetMenu("Floater");
	LoCate_XY();
}
FloatMenu();


//  End -->
