<style type="text/css">
/* Serve gif images to IE/Win pre version 7 */
.i1,
.i2 { background-image:url(css/borders.gif); }
.bt,
.bt div,
.bb,
.bb div { background-image:url(css/box.gif); }
/* Set a height to fix up some rendering issues. */
.i1,
.i3 { height:1px; }
</style>
<![endif]–>
<FRAME id="top" src="top.htm" scrolling="no" target="body">
<FRAMESET id="main" name="main" cols="200,9,*" frameSpacing="0" frameBorder="NO">
<FRAME name="left" src="left.htm" scrolling="auto" target="body">
<FRAME name="control" src="control.htm" scrolling="no">
<FRAME name="body" id="body" src="userlist.htm" scrolling="yes">
</FRAMESET>
</FRAMESET>
{
flag = !flag;
if(flag)
{
if(screen.width>1024)
window.top.document.getElementById("main").cols="200,9,*";
else if(screen.width>800)
window.top.document.getElementById("main").cols="200,9,*";
else
window.top.document.getElementById("main").cols="160,9,*";
GEId("menuSwitch1").src=’images/ej1_30.gif’;
GEId("menuSwitch1").title=’隐藏’;
}
else
{
window.top.document.getElementById("main").cols="0,9,*";
GEId("menuSwitch1").src=’images/ej1_32a.gif’;
GEId("menuSwitch1").title=’显示’;
}
}
function high(which){
theobject=which
which.style.opacity=1
highlighting=setInterval("highlightit(theobject)",50)
}
function low(which){
which.style.opacity=0.25
clearInterval(highlighting)
which.filters.alpha.opacity=25
}
function highlightit(that){
if (that.filters.alpha.opacity<100){
that.filters.alpha.opacity+=10
}
else if (window.highlighting)
clearInterval(highlighting)
}
</script>