| 设为首页 | 添加收藏 | 联系我们| 管理登录 | 地址:东莞市松山湖大学路1号东莞理工学院 邮编:523808 CopyRight 2006-2008 政法学院 All Rights Reserved
");
function ContentSize(size)
{
var obj=document.getElementById("size");
obj.style.fontSize=size+"px";
}
function copyText(obj)
{
var rng = document.body.createTextRange();
rng.moveToElementText(obj);rng.scrollIntoView();
rng.select();
rng.execCommand("Copy");
rng.collapse(false);
}