1<html>
2<head>
3<%11%>
4<title>NETGEAR Router <%12%></title>
5<script src="script/script.js"></script>
6<script language="javascript" type="text/javascript">
7<!--
8    function loadhelp(fname,anchname)
9    {
10                var pane = window.frames["helpframe"].$('#content');
11                var imgSrc=document.getElementById('help-button');
12                if(imgSrc.src.search("up")<0)
13                {
14
15                        $(".help-frame-div").show();
16                        pane.jScrollPane({showArrows:true});
17
18
19                        if ((loadhelp.arguments.length == 1 ) || (anchname == "" ))
20                        {
21                                window.frames["helpframe"].location.href=fname+"_h.htm";
22                                $(".help-frame-div").show();
23                        }
24                        else
25                        {
26                                window.frames["helpframe"].location.href=fname+"_h.htm#" + anchname;
27                                $(".help-frame-div").show();
28                        }
29
30                        $(".help-frame-div").show();
31                        pane.jScrollPane({showArrows:true});
32
33                }
34    }
35
36 
37    
38    
39function checkType(wan_proto) // called from basictop.htm
40{
41//	if (basictop.document.forms[0])
42	if (1)
43	{
44		if (wan_proto == "pppoe")
45		    basicbuttom.location.href = "BAS_pppoe.htm";
46		else if (wan_proto == "pptp")
47		    basicbuttom.location.href = "BAS_pptp.htm";
48		else if (wan_proto == "bpa")
49		    basicbuttom.location.href = "BAS_bpa.htm";
50		else if (wan_proto == "l2tp")
51		    basicbuttom.location.href = "BAS_l2tp.htm";
52		else
53		    basicbuttom.location.href = "BAS_ether.htm";
54	}
55	else 
56	    window.setTimeout(checkType(),300);
57}
58
59function loadSettings()
60{
61	window.location.href = "BAS_basictop.htm";
62}
63
64//-->
65</script>
66
67 </head>
68 <body  onload="loadSettings();" class="page-body" >
69 
70  </body>
71</html>
72