This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
options.htm
executable file
·77 lines (69 loc) · 3.78 KB
/
options.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<html>
<!-- START HEADER -->
<SCRIPT LANGUAGE="JavaScript">
<!--
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (browserName == "Netscape" && browserVer >= 3 || browserName == "Microsoft Internet Explorer" && browserVer>=4) {
version = "n3";
}
else {
version = "x";
}
if (version == "n3") {
main1 = new Image(140,17);
main2 = new Image(140,17);
spon1 = new Image(140,17);
spon2 = new Image(140,17);
xfrs1 = new Image(140,17);
xfrs2 = new Image(140,17);
strat1 = new Image(140,17);
strat2 = new Image(140,17);
contact1 = new Image(140,17);
contact2 = new Image(140,17);
main1.src = "buttons/main.gif";
main2.src = "buttons/main2.gif";
spon1.src = "buttons/sponsors.gif";
spon2.src = "buttons/sponsors2.gif";
xfrs1.src = "buttons/xfrs.gif";
xfrs2.src = "buttons/xfrs2.gif";
strat1.src = "buttons/strat.gif";
strat2.src = "buttons/strat2.gif";
contact1.src = "buttons/contact.gif";
contact2.src = "buttons/contact2.gif";
}
//-->
</SCRIPT>
<!-- START HEADER -->
<body bgcolor="black" vlink="blue" link="blue" text="white">
<i><center>C&C: Red Alert</center></i>
<HR WIDTH="75%" SIZE="0">
<A TARGET="main" HREF="main.htm" onMouseOver="main.src=main2.src" onMouseOut="main.src=main1.src"><IMG SRC="buttons/main.gif" NAME="main" BORDER="0" ALT="RA Depot Main Page">
<A TARGET="main" HREF="http://www2.valueclick.com/cgi-bin/redirect?host=h0005652&b=1" onMouseOver="spon.src=spon2.src" onMouseOut="spon.src=spon1.src"><IMG SRC="buttons/sponsors.gif" NAME="spon" BORDER="0" ALT="RA Depot Sponsors: Help the Depot Out">
<A TARGET="main" HREF="xfrs.htm" onMouseOver="xfrs.src=xfrs2.src" onMouseOut="xfrs.src=xfrs1.src"><IMG SRC="buttons/xfrs.gif" NAME="xfrs" BORDER="0" ALT="RA Depot Download Section">
<DD><A TARGET="main" HREF="save.htm" onMouseOver="xfrs.src=xfrs2.src" onMouseOut="xfrs.src=xfrs1.src">Savegames</A></DD>
<DD><A TARGET="main" HREF="maps.htm" onMouseOver="xfrs.src=xfrs2.src" onMouseOut="xfrs.src=xfrs1.src">Maps</A></DD>
<DD><A TARGET="main" HREF="utils.htm" onMouseOver="xfrs.src=xfrs2.src" onMouseOut="xfrs.src=xfrs1.src">Utilities</A></DD>
<DD><A TARGET="main" HREF="utils.htm#rules" onMouseOver="xfrs.src=xfrs2.src" onMouseOut="xfrs.src=xfrs1.src">Rule.ini</A></DD>
<A TARGET="main" HREF="strat.htm" onMouseOver="strat.src=strat2.src" onMouseOut="strat.src=strat1.src"><IMG SRC="buttons/strat.gif" NAME="strat" BORDER="0" ALT="RA Depot Strategie Section">
<DD><A TARGET="main" HREF="guide.htm" onMouseOver="strat.src=strat2.src" onMouseOut="strat.src=strat1.src">StratGuide</A></DD>
<DD><A TARGET="main" HREF="mission.htm" onMouseOver="strat.src=strat2.src" onMouseOut="strat.src=strat1.src">LevelGuide</A></DD>
<DD><A TARGET="main" HREF="tips.htm" onMouseOver="strat.src=strat2.src" onMouseOut="strat.src=strat1.src">PostedTips</A></DD>
<DD><A TARGET="main" HREF="tips.htm#post" onMouseOver="strat.src=strat2.src" onMouseOut="strat.src=strat1.src">PostTip</A></DD>
<DD><A TARGET="main" HREF="utils.htm#cheats" onMouseOver="strat.src=strat2.src" onMouseOut="strat.src=strat1.src">RACheats</A></DD>
<A TARGET="main" HREF="mailto:[email protected]?Subject=Mail from the Red Alert Depot" onMouseOver="contact.src=contact2.src" onMouseOut="contact.src=contact1.src"><IMG SRC="buttons/contact.gif" NAME="contact" BORDER="0" ALT="Contact the Red Alert Depot">
<BR>
<BR>
<center>
<!-- BEGIN FASTCOUNTER CODE -->
<a href="http://member.linkexchange.com/cgi-bin/fc/fastcounter-login?588943" target="_top">
<img border="0" src="http://fastcounter.linkexchange.com/fastcounter?588943+1177893"></a>
<!-- END FASTCOUNTER CODE -->
</centeR>
<!-- BEGIN FASTCOUNTER LINK -->
<font face="arial" size="1">
<a href="http://www.fastcounter.com/fc-join"
target="_top">FastCounter</a></font><br>
<!-- END FASTCOUNTER LINK -->
</BODY>
</html>