﻿
str="<div id=\"hasIE_level2\" style=\"background:url(images/fd_03.jpg); text-align: center; width:100%; z-index:9999;position:absolute;bottom:0;left:0;height:42px;\">"
str=str+"<A href='http://wpa.qq.com/msgrd?v=3&uin=1464999595&site=qq&menu=yes' target='_blank'><img src='images/fd_05.jpg ' border='0' style=\"margin-left:10px; margin-right:10px;  \"></a>"

str=str+"<A href='#order_left'><img src='images/fd_07.jpg' border='0' style=\"margin-left:10px; margin-right:10px;\"></a>"

str=str+"<img src='images/fd_09.gif' style='margin-left:8px; margin-right:8px;'>	"

str=str+"<img src='images/fd_11.gif' style='margin-left:8px; margin-right:8px;'>	"

str=str+"<A href='#top'><img src='images/fd_13.gif' border='0' style=\"margin-left:10px; margin-right:10px; \"></a>	"

str=str+"</div>"
document.write(str);



//<![CDATA[

var tips1; var theTop1 = 700;/*这是默认高度,越大越往下*/ var old1 = theTop1;

function initFloatTips1() {

tips1 = document.getElementById('hasIE_level2');

moveTips1();

};

function moveTips1() {

var tt1=10;

if (window.innerHeight) {

pos1 = window.pageYOffset

}

else if (document.documentElement && document.documentElement.scrollTop) {

pos1 = document.documentElement.scrollTop

}

else if (document.body) {

pos1 = document.body.scrollTop;

}

pos1=pos1-tips1.offsetTop+theTop1;

pos1=tips1.offsetTop+pos1/10;



if (pos1 < theTop1) pos1 = theTop1;

if (pos1 != old1) {

tips1.style.top = pos1+"px";

tt1=10;

//alert(tips1.style.top);

}



old1 = pos1;

setTimeout(moveTips1,tt1);

}

//!]]>

initFloatTips1();









