function initEcAd() {
	document.all.AdLayer2.style.posTop = -200;
	document.all.AdLayer2.style.visibility = 'visible'
	MoveRightLayer('AdLayer2');
}

function MoveRightLayer(layerName) {
	var x = 5;
	var y = 265;
	var divTop=document.getElementById('AdLayer2').style.top;
	if(divTop==null||divTop=='')
	{
	   divTop=0;
	}else{
	   divTop=divTop.substring(0,divTop.length-2);
	}
	var diff = (document.body.scrollTop + y - divTop)*.40;
	y = document.body.scrollTop + y - diff;
	document.getElementById('AdLayer2').style.top = y+'px';
	document.getElementById('AdLayer2').style.right = x+'px';
	setTimeout("MoveRightLayer('AdLayer2');", 20);
}
document.write("<div id=AdLayer2 style='position: absolute;visibility:hidden;z-index:1'>");

document.write("<div id='quickmenu'>");
document.write("<a href='javascript:close_float_right()'>");
document.write("<img src='../images/right_1.gif' alt='Exit quick menu' border='0' /><br />");
document.write("</a>");
document.write("<h5>");
document.write("<a href='../services/index.jsp' target='_blank'>");
document.write("<img src='../images/right_2.gif' alt='Services' border='0' />");
document.write("</a>");
document.write("</h5>");
document.write("<h5>");
document.write("<a href='../services/show.jsp?cid=252' target='_blank'>");
document.write("<img src='../images/right_3.gif' alt='Contact us' border='0' />");
document.write("</a>");
document.write("</h5>");
document.write("<h5>");
document.write("<a href='../services/show.jsp?cid=362' target='_blank'>");
document.write("<img src='../images/right_4.gif' alt='Sitemap' border='0' />");
document.write("</a>");
document.write("</h5>");
document.write("<h5>");    
document.write("<a href='/services/faq.jsp?cid=254' target='_blank'>");
document.write("<img src='../images/right_5.gif' alt='FQAs' border='0' />");
document.write("</a>");
document.write("</h5>");
document.write("<img src='../images/right_6.gif' border='0' />");
document.write("</div>");
document.write("</div>");  

initEcAd()
