<!-- 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/white-sands-incident/in-spanish/#header_text"><img src="fileadmin/floatingmenu_images/float4-top.gif" border="0" vspace="1" title="Back to the top of El Incidente de White Sands"></a><br>');

document.write('<a href="daniels-writings/white-sands-incident/in-spanish/#_Toc71096674"><img src="fileadmin/floatingmenu_images/float3-one.png" border="0" vspace="1" title="DATOS DEL AUTOR DR. DANIEL FRY"></a><br>');
document.write('<a href="daniels-writings/white-sands-incident/in-spanish/#_Toc71096675"><img src="fileadmin/floatingmenu_images/float3-two.png" border="0" vspace="1" title="INTRODUCTION"></a><br>');
document.write('<a href="daniels-writings/white-sands-incident/in-spanish/#_Toc71096676"><img src="fileadmin/floatingmenu_images/float3-three.png" border="0" vspace="1" title="DONDE EL AUTOR VE Y TOCA UN PLATO VOLADOR"></a><br>');
document.write('<a href="daniels-writings/white-sands-incident/in-spanish/#_Toc71096677"><img src="fileadmin/floatingmenu_images/float3-four.png" border="0" vspace="1" title="YO VIAJE EN UN PLATO VOLADOR"></a><br>');
document.write('<a href="daniels-writings/white-sands-incident/in-spanish/#_Toc71096678"><img src="fileadmin/floatingmenu_images/float3-five.png" border="0" vspace="1" title="DONDE ME EXPLICAN EL INTERIOR DE LA NAVE"></a><br>');
document.write('<a href="daniels-writings/white-sands-incident/in-spanish/#_Toc71096679"><img src="fileadmin/floatingmenu_images/float3-six.png" border="0" vspace="1" title="DESDE NUEVA MEDICO A NUEVA YORK Y EL REGRESO A 8oo MILLAS POR HORA"></a><br>');
document.write('<a href="daniels-writings/white-sands-incident/in-spanish/#_Toc71096680"><img src="fileadmin/floatingmenu_images/float3-seven.png" border="0" vspace="1" title="INFORME DE ALAN A LOS HOMBRES DE LA TIERRA DESDE EL ESPACIO COSMICO"></a><br>');
document.write('<a href="daniels-writings/white-sands-incident/in-spanish/#_Toc71096681"><img src="fileadmin/floatingmenu_images/float3-eight.png" border="0" vspace="1" title="¿COMO SE COMUNICAN CON NOSOTROS DESDE EL ESPACIO EXTERIOR?"></a><br>');
document.write('<a href="daniels-writings/white-sands-incident/in-spanish/#_Toc71096682"><img src="fileadmin/floatingmenu_images/float3-nine.png" border="0" vspace="1" title="RESPUESTAS LOGICAS A MUCHAS PREGUNTAS SOBRE OVNIS"></a><br>');
document.write('<a href="daniels-writings/white-sands-incident/in-spanish/#_Toc71096683"><img src="fileadmin/floatingmenu_images/float3-ten.png" border="0" vspace="1" title="LO QUE DICEN OTROS"></a><br>');

//document.write('<a href="daniels-writings/white-sands-incident/in-spanish/#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 = 375;
	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 -->
