function initEcAd() {
//document.all.AdLayer1.style.posTop = -200;
//document.all.AdLayer1.style.visibility = 'visible'
document.all.AdLayer2.style.posTop = 430;
document.all.AdLayer2.style.posLeft = 735;
document.all.AdLayer2.style.visibility = 'visible'
//MoveLeftLayer('AdLayer1');
MoveRightLayer('AdLayer2');
}
//function MoveLeftLayer(layerName) {
//var x = 5;
//var y = 100;// 左侧广告距离页首高度
//var diff = (document.body.scrollTop + y - document.all.AdLayer1.style.posTop)*.40;
//var y = document.body.scrollTop + y - diff;
//eval("document.all." + layerName + ".style.posTop = parseInt(y)");
//eval("document.all." + layerName + ".style.posLeft = x");
//setTimeout("MoveLeftLayer('AdLayer1');", 20);
//}
function MoveRightLayer(layerName) {
var x = 72;
var y = 100;// 右侧广告距离页首高度
var diff = (document.body.scrollTop + y - document.all.AdLayer2.style.posTop)*.40;
var y = document.body.scrollTop + y - diff;
eval("document.all." + layerName + ".style.posTop = y");
eval("document.all." + layerName + ".style.posRight = x");
//setTimeout("MoveRightLayer('AdLayer2');", 20);
}

function surfto(form) {
	var myindex=form.dest.selectedIndex
	window.open(form.dest.options[myindex].value, "", "toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes, resizable=yes,copyhistory=yes,width=800,height=600");
}
document.write("<div id=AdLayer2 style='position: absolute;visibility:hidden;z-index:1'><table width=210 border=0 cellpadding=0 cellspacing=0><tr><td><a href='http://works.soshow.org/web/lindeee/main.html' ><img src='../images/NEWP.gif' width='210' height='142' border='0'></a></td></tr><tr><td><img src='../images/trans.gif' width='10' height='10'></td></tr><tr><td><a href='../linde_cup/index.asp' ><img src='../images/linde_cup.jpg' width='210' height='142' border='0'></a></td></tr><tr><td><img src='../images/trans.gif' width='10' height='10'></td></tr><tr><td><a href='../game/game.asp' ><img src='../images/hydro.gif' width='210' height='111' border='0'></a></td></tr><tr><td><img src='../images/trans.gif' width='10' height='10'></td></tr><tr><td><a href='../service/rental & leasing.asp' ><img src='../images/r&l.gif' width='210' height='112' border='0'></a></td></tr><tr><td><img src='../images/trans.gif' width='10' height='10'></td></tr><tr><td><a href='../usedtruck.asp' ><img src='../images/usedtruck.jpg' width='210' height='112' border='0'></a></td></tr><tr><td><img src='../images/trans.gif' width='10' height='10'></td></tr><tr><td><img src='../images/arrow_big.gif' width='12' height='7'><img src='../images/trans.gif' width='5'><strong>物流/仓储专家</strong><img src='../images/trans.gif' width='10' height='1'><a href='../service/logis.asp'  class='navired'>详细</a> </td></tr><tr><td height='55'><form name=myform><select name=dest size=1 style='font-family: Arial'><option value='http://www.linde-forklifts.com/'> - 林德物料搬运 </option><option value='http://www.fenwick-linde.fr/'>- 林德法国 </option><option value='http://www.lansing.co.uk/'>- 林德英国 </option><option value='http://www.linde-gueldner.it/'>- 林德意大利</option><option value='http://www.lindemh.com.sg/'>- 林德新加坡 </option><style='font-family: Arial'></select><input onClick=surfto(this.form) type=button value='选 择' name='button' style='font-family: Arial;padding-top:2px' class='info-form-btn'></form></td></tr></table></div>");
initEcAd()// JavaScript Document