1<!DOCTYPE HTML>
2<html>
3<head><link rel="stylesheet" type="text/css" media="all" href="css/jScrollPane.css" />
4<link rel="stylesheet" href="css/help.css">
5<link rel="stylesheet" href="css/scrollbar.css">
6<script src="jquery.js"></script>
7<script src="script/jquery.mousewheel.js"></script>
8<script type="text/javascript" src="script/jScrollPane.js"></script>
9
10<script src="script/script.js"></script>
11
12<%11%>
13<title>NETGEAR Router <%12%></title> 
14<script type="text/javascript" id="sourcecode">
15<!--
16 $(document).ready(function() {
17        $('#content').jScrollPane('scrollbarMargin:5px');
18
19		// Workaround for known Opera issue which breaks demo (see
20	// http://jscrollpane.kelvinluck.com/known_issues.html#opera-scrollbar )
21		// IE calculates the width incorrectly first time round (it
22		// doesn't count the space used by the native scrollbar) so
23		// we re-trigger if necessary.
24	});
25//-->
26</script>
27
28</head>
29<%1093%>
30</html>
31
32