1<!DOCTYPE HTML>
2<html>
3<head>
4<%11%>
5<title>NETGEAR Router <%12%></title>
6<link rel="stylesheet" href="css/table.css">
7<link rel="stylesheet" href="css/scrollbar.css">
8<link rel="stylesheet" href="css/button.css">
9
10<script src="jquery.js"></script>
11<script src="script/jquery.mousewheel.js"></script>
12<script type="text/javascript" src="script/jquery.jscrollpane.min.js"></script>
13
14<script src="script/script.js"></script>
15<script language="javascript" type="text/javascript">
16<!-- 
17
18    $(document).ready(function()
19    {	
20//           $('.scroll-pane').jScrollPane('scrollbarMargin:5px');
21         window.location.href = "IPV6_basictop.htm";
22    });
23   
24function checkType(ipv6_proto) // called from basictop.htm
25{
26        if (ipv6_proto == "disable" || ipv6_proto == "")
27        {
28                basicbuttom.location.href = "IPV6_disable.htm";
29        }
30    	else if (ipv6_proto == "auto")
31    	{
32    		basicbuttom.location.href = "IPV6_auto.htm";
33    	}
34    	else if (ipv6_proto == "6to4")
35    	{
36    		basicbuttom.location.href = "IPV6_tunnel.htm";
37    	}
38    	else if (ipv6_proto == "passthrough")
39    	{
40    		basicbuttom.location.href = "IPV6_passthrough.htm";
41    	}
42    	else if (ipv6_proto == "fixed")
43    	{
44    		basicbuttom.location.href = "IPV6_fixed.htm";
45    	}
46    	else if (ipv6_proto == "dhcp")
47    	{
48    		basicbuttom.location.href = "IPV6_dhcp.htm";
49    	}
50    	else if (ipv6_proto == "pppoe")
51    	{
52    		basicbuttom.location.href = "IPV6_pppoe.htm";
53    	}
54    	else if(ipv6_proto == "autoconfig") //Auto Config
55    	{
56    		basicbuttom.location.href = "IPV6_autoconfig.htm";
57    	}
58}
59//-->
60</script>
61
62</head>
63<frameset border="0" framespacing="0" frameborder="no">
64    <frame src="IPV6_basictop.htm" name="basicbuttom" scrolling="no" noresize>
65<noframes>
66<body class="page-body"  onload="change_size();"  onResize="change_size();" >
67<img class="cover-image" src="img/cover-image.gif">
68<img class="body-image" src="img/subhead2-background.jpg">
69<div id="full-page-container">
70
71
72 </div>
73</body>
74 </noframes>
75 </frameset>
76</html>
77