	var verticalpos="fromtop"
	var div_ppi = 'divMenu2';	
	var startY = 10;
	function JSFX_FloatTopDiv()
	{
		window.status = '';
			var d = document;
			id = div_ppi;
			var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
			maxbottom = d.getElementById?d.getElementById('menu_secundario'):d.all?d.all['menu_secundario']:d.layers['menu_secundario'];
			var hc = 430;//el.style.height;
			var yc = (document.documentElement.scrollTop) + (startY - 8);// + document.body.clientHeight;
			yc1 = 0
			var sw = false;
			if(yc<startY) {
				yc = startY;
			}
			else
			{
				
				yc1 = document.documentElement.scrollTop - (hc);
				//yc = (document.documentElement.scrollTop/(1.4));
				if (yc>(document.documentElement.scrollHeight - (window.screen.availHeight/1)))
				{
					yc = (document.documentElement.scrollHeight - (window.screen.availHeight/1));
					//return;
				}
				if(((document.documentElement.scrollHeight-562) - document.documentElement.scrollTop) < 250)
				{
					yc = 2715; //(((document.documentElement.scrollHeight-562)+hc));// - document.documentElement.scrollTop);
					window.status = 'nos pasamos' + yc;
				}
				
				//if((document.documentElement.scrollTop - (window.screen.availHeight+300)) < 0) {yc = (document.documentElement.scrollTop - hc);}
			}
			el.style.top = yc;
			//window.status = ((document.documentElement.scrollHeight-562) - document.documentElement.scrollTop) +  '   ' + document.documentElement.scrollTop + ' ' +  (document.documentElement.scrollHeight-562);
			setTimeout("JSFX_FloatTopDiv()", 10);
		}
	//window.onload = function() {JSFX_FloatTopDiv();}