This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
144 lines (135 loc) · 5.92 KB
/
index.html
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Sky Broadband Help : Sky Broadband Help</title>
<meta content="text/xhtml; charset=UTF-8" http-equiv="Content-Type" />
<link media="screen" rel="stylesheet" type="text/css" href="library/css/screen.css" />
<link media="print" rel="stylesheet" type="text/css" href="library/css/print.css" />
<script type="text/javascript" src="library/js/scripts.js"></script>
<!--[if lt IE 7]>
<link rel="stylesheet" href="library/css/ie_hacks.css" type="text/css" />
<![endif]-->
</head>
<body>
<div id="container">
<div id="header"><a href="index.html"><img src="library/images/general/logo.gif" width="329" height="87" alt="Sky Broadband - uploads / downloads / see loads / get loads" /></a></div>
<ul id="nav">
<li class="selected"><a id="nav0" title="Home" href="index.html">Home</a></li>
<li><a id="nav1" title="Connecting to broadband" href="connectingToInternet/qa.html">Connecting to Broadband</a></li>
<li><a id="nav2" title="Setting up wireless" href="settingUpWireless/qa.html">Setting Up Wireless</a></li>
<li><a id="nav4" title="Using Sky Email And Tools" href="usingSkyEmail/qa.html">Using Sky Email And Tools</a></li>
<li><a id="nav3" title="Staying secure with McAfee" href="stayingSecureWithMacafee/qa.html">Staying Secure With McAfee</a></li>
<li><a id="nav5" title="Enjoying Sky Online" href="usingTheInternet/qa.html">Enjoying Sky Online</a></li>
</ul>
<div id="frameTop"></div>
<div id="frameBody">
<div id="content">
<h1 class="home">Welcome to Sky Broadband Help</h1>
<p class="homeIntro">Thanks for choosing Sky Broadband. Now get the most out of it with these useful tips, guides and frequently asked questions.</p>
<div id="homeContent">
<div id="tsrs">
<div id="homeTsr1">
<h2><a title="Connecting to broadband" href="connectingToInternet/qa.html"></a></h2>
<p>Problems getting online? Follow our easy step by step guides.</p>
</div>
<div id="homeTsr2">
<h2><a title="Setting up wireless" href="settingUpWireless/qa.html"></a></h2>
<p>Go wireless and surf anywhere in your home.</p>
</div>
<div id="homeTsr3">
<h2><a title="Using Sky Email And Tools" href="usingSkyEmail/qa.html"></a></h2>
<p>Everything you need to keep in touch, stay connected and get organised.</p>
</div>
<div id="homeTsr4">
<h2><a title="Staying secure with McAfee" href="stayingSecureWithMacafee/qa.html"></a></h2>
<p>Protect you and your loved ones with our FREE trial of McAfee security.</p>
</div>
<div id="homeTsr5">
<h2><a title="Enjoying Sky Online" href="usingTheInternet/qa.html"></a></h2>
<p>Make the most of Sky's great online features on Sky.com.</p>
</div>
</div>
</div>
</div>
</div>
<div id="frameBot"></div>
</div>
<div id="footer">
<div id="footerText">
<div id="copyright">© 2007 BSkyB Ltd All Rights Reserved</div>
</div>
</div>
<!-- Help Update Overlay & Popup -->
<div id="overlay" style="display:none;"></div>
<div id="lightbox" style="display:none;">
<div id="PopupContainer">
<div id="PopupContent">
<div class="h1"><h1 class="helpUpdate">Help Update Available</h1></div>
<div class="close">
<a id="close" title="Close" href="#" onclick="hide()"><span class="hiddenText">Close</span></a>
</div>
<div class="clear"></div>
<div class="HelpUpdateText">A new version of Sky Broadband is available. Would you like to download it now?</div>
<div class="answers">
<a id="yes" title="Yes, download the new help file" href="http://broadbandcomparison.sky.com/cdhelpupdate/"><span class="hiddenText">YES, DOWNLOAD THE NEW HELP FILE</span></a>
<a id="no" title="No thanks" href="#" onclick="hide()"><span class="hiddenText">NO THANKS</span></a>
</div>
</div>
</div>
</div>
<script type="text/javascript">
<!--
var helpVersion = 1.1;
var arrayPageSize = getPageSize();
document.getElementById('overlay').style.height = arrayPageSize[1] + "px";
function getPageSize(){
var xScroll, yScroll;
if (window.innerHeight && window.scrollMaxY) {
xScroll = document.body.scrollWidth;
yScroll = window.innerHeight + window.scrollMaxY;
} else if (document.body.scrollHeight > document.body.offsetHeight){ // all but Explorer Mac
xScroll = document.body.scrollWidth;
yScroll = document.body.scrollHeight;
} else { // Explorer Mac...would also work in Explorer 6 Strict, Mozilla and Safari
xScroll = document.body.offsetWidth;
yScroll = document.body.offsetHeight;
}
var windowWidth, windowHeight;
if (self.innerHeight) { // all except Explorer
windowWidth = self.innerWidth;
windowHeight = self.innerHeight;
} else if (document.documentElement && document.documentElement.clientHeight) { // Explorer 6 Strict Mode
windowWidth = document.documentElement.clientWidth;
windowHeight = document.documentElement.clientHeight;
} else if (document.body) { // other Explorers
windowWidth = document.body.clientWidth;
windowHeight = document.body.clientHeight;
}
// for small pages with total height less then height of the viewport
if(yScroll < windowHeight){
pageHeight = windowHeight;
} else {
pageHeight = yScroll;
}
// for small pages with total width less then width of the viewport
if(xScroll < windowWidth){
pageWidth = windowWidth;
} else {
pageWidth = xScroll;
}
arrayPageSize = new Array(pageWidth,pageHeight,windowWidth,windowHeight)
return arrayPageSize;
}
function hide()
{
document.getElementById('overlay').style.display = 'none';
document.getElementById('lightbox').style.display = 'none';
}
document.getElementById('overlay').style.display = 'none';
document.getElementById('lightbox').style.display = 'none';
//-->
</script>
<script src="http://broadbandcomparison.sky.com/cdhelpupdate/library/js/help.js" type="text/javascript"></script>
</body>
</html>