📄 pfset180.js
字号:
IE4 = (document.all) ? 1 : 0; // initialize browser..
NS4 = (document.layers) ? 1 : 0; // identification and...
ver4 = (IE4 || NS4) ? 1 : 0; // DHTML variables
if (ver4) {
secondIm = "<IMG SRC='../IMAGES/BUTTONS/160X32/BT_IMG2.GIF' WIDTH=160 HEIGHT=32 BORDER=0 ALT='over' USEMAP='#image_pref'>";
arPopups = new Array()
} else { secondIm = ""
}
function setBeginEnd(which,from,to) {
arPopups[which] = new Array();
arPopups[which][0] = from;
arPopups[which][1] = to;
}
if (ver4) {
setBeginEnd(1,67,79);
setBeginEnd(2,80,94);
setBeginEnd(3,95,111);
setBeginEnd(4,112,131);
setBeginEnd(5,132,159);
}
clTop = 0;
clBot = 27;
function mapOver(which,on) {
if (!ver4) { return }
if (IE4) { whichEl = document.all.elImageOver.style }
else { whichEl = document.elImage.document.elImageOver };
if (!on) { whichEl.visibility = "hidden";
return }
clLeft = arPopups[which][0];
clRight = arPopups[which][1];
if (NS4) {
whichEl.clip.left = clLeft;
whichEl.clip.right = clRight;
} else {
whichEl.clip = "rect(" + clTop + " " + clRight + " " + clBot + " " + clLeft + ")";
}
whichEl.visibility = "visible"
}
if (ver4) {
CsecondIm = "<IMG SRC='../IMAGES/BUTTONS/160X32/BT_CHNK2.GIF' WIDTH=160 HEIGHT=32 BORDER=0 ALT='over' USEMAP='#image_pref'>";
CarPopups = new Array()
} else { CsecondIm = ""
}
function CsetBeginEnd(which,from,to) {
CarPopups[which] = new Array();
CarPopups[which][0] = from;
CarPopups[which][1] = to;
}
if (ver4) {
CsetBeginEnd(1,69,100);
CsetBeginEnd(2,101,130);
CsetBeginEnd(3,131,155);
}
CclTop = 0;
CclBot = 25;
function CmapOver(which,on) {
if (!ver4) { return }
if (IE4) { whichEl = document.all.elChunkOver.style }
else { whichEl = document.elChunk.document.elChunkOver };
if (!on) { whichEl.visibility = "hidden";
return }
clLeft = CarPopups[which][0];
clRight = CarPopups[which][1];
if (NS4) {
whichEl.clip.left = clLeft;
whichEl.clip.right = clRight;
} else {
whichEl.clip = "rect(" + clTop + " " + clRight + " " + clBot + " " + clLeft + ")";
}
whichEl.visibility = "visible"
}
function create_space() {
if (navigator.appName == 'Netscape')
{
document.write('<TD ROWSPAN="10"><IMG SRC="../IMAGES/GRAPHICS/SPACER.GIF" WIDTH=6 HEIGHT=10 ALT="" BORDER="0"></TD>');
}else{
document.write('<TD ROWSPAN="10"><IMG SRC="../IMAGES/GRAPHICS/SPACER.GIF" WIDTH=10 HEIGHT=10 ALT="" BORDER="0"></TD>');
}}
// Copyright 1998 Videomation, Inc. All Rights Reserved.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -