代码拉取完成,页面将自动刷新
function findObj(n, d) {
var p,i,x;
if(!d) d=document;
if((p=n.indexOf('?'))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document;
n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n];
for (i=0;!x&&i<d.forms.length;i++)
x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++)
x=findObj(n,d.layers[i].document);
return x;
}
function showmenu(main,menuid) {
obj1=findObj(main);
obj2=findObj(menuid);
if (obj1.style)
obj2=obj2.style;
obj2.top=document.all.menu.offsetTop+20;
obj2.left=obj1.offsetLeft+8;
obj2.visibility='visible';
}
function hidemenu(main,menuid){
obj2=findObj(menuid);
if (obj1.style)
obj2=obj2.style;
obj2.visibility='hidden';
}
function doColor(item) {
item.bgColor = '';
}
function undoColor(item) {
item.bgColor = '';
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。