function initEcAd() {
document.all.AdLayer2.style.posTop = 430;
document.all.AdLayer2.style.posLeft = 735;
document.all.AdLayer2.style.visibility = 'visible'
MoveRightLayer('AdLayer2');
}

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>\n\
<tr><td><a href='serviceOutsourcing.action' ><img src='index_files/d_01.jpg' width='210' height='142' border='0'></a></td></tr>\n\<tr><td><img src='index_files/trans.gif' width='10' height='10'></td></tr>\n\
<tr><td><a href='rentService.action' ><img src='index_files/d_02.jpg' width='210' height='142' border='0'></a></td></tr>\n\<tr><td><img src='index_files/trans.gif' width='10' height='10'></td></tr>\n\
<tr><td><a href='ourProduct.action' ><img src='index_files/d_03.jpg' width='210' height='111' border='0'></a></td></tr><tr><td><img src='index_files/trans.gif' width='10' height='10'></td></tr>\n\
<tr><td><a href='ourService.action' ><img src='index_files/d_04.jpg' width='210' height='112' border='0'></a></td></tr><tr><td><img src='index_files/trans.gif' width='10' height='10'></td></tr>\n\
</table></div>");
initEcAd()
