document.write("<div id='AdLayer2' style='position:absolute;z-index:10;right:0;width:314px;height:214px;'><div id='AdLayer2_info' style='border:2px solid #ff0; padding:5px; width:300px;line-height:22px;font-size:13px;background:#B21F11;color:#fff;'>	<h3 align='center' style='color:#ff0; font-size:18px;margin:0;'>申   明</h3>	<div>　　本公司的产品：本草强胰素、黄金节、活力降压酶从没有在淘宝等其他一切零售网站上发布销售信息，如果消费者发现有此种产品，谨防假冒！</div>	<div style=' padding:0 0 0 50px;'>特此申明！</div>	<div style='padding:0 0 0 90px;'>美国维加斯生物科技集团有限公司<br/>重庆心连心生物工程有限责任公司</div>	<div style='padding:8px 0 0 170px;'>2010年4月2日</div>	</div><div id='AdLayer2_Min' style='color:#ff0;width:15px;height:40px;line-height:20px;float:right;font-size:13px;background:#B21F11;padding:5px;display:none;border:2px solid #ff0;'>申明</div></div>");


document.getElementById("AdLayer2_info").onclick=function(){
	document.getElementById("AdLayer2_info").style.display="none";
	document.getElementById("AdLayer2_Min").style.display="block";
	return false;
}
document.getElementById("AdLayer2_Min").onclick=function(){
	document.getElementById("AdLayer2_info").style.display="block";
	document.getElementById("AdLayer2_Min").style.display="none";
}
document.getElementById("AdLayer2").style.top=280;

var beginPos=0;
function gshow(){
	var inch;
	if (document.documentElement && document.documentElement.scrollTop)
	 inch = document.documentElement.scrollTop;
	else if (document.body)
	 inch = document.body.scrollTop
	var pstart=.1*(inch-beginPos);
	if(pstart>0)pstart=Math.ceil(pstart);
	else pstart=Math.floor(pstart);
	document.getElementById("AdLayer2").style.top=parseInt(document.getElementById("AdLayer2").style.top)+pstart+"px";
	beginPos = beginPos+pstart;
}
window.setInterval("gshow()",1);


