http://downloads.netgear.com/files/GPL/DM111PSP_v3.61d_GPL.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / main.html
1 <html>
2 <head>
3 <meta http-equiv="Pragma" content="no-cache">
4 <title>DSL Router</title>
5 <script language="javascript">
6 <!-- hide
7
8 function op(){}
9
10 var empty = '<%ejGetOther(memInfo, isDataEmpty)%>';
11
12 document.writeln("<frameset rows='89,*,15' border='0' frameborder='0' framespacing='0'>");
13 document.writeln("   <frame src='logo.html' name='logofrm' frameborder='no' border='0' scrolling='no' target='_self' marginwidth='0' marginheight='0' noresize>");
14 document.writeln("   <frameset cols='170,*' frameborder='0' border='0'>");
15 document.writeln("      <frame src='menu.html' name='menufrm' frameborder='no' border='0' scrolling='no' target='_self' marginwidth='0' marginheight='0' noresize>");
16
17 if ( empty == '1' )
18    msg = "      <frame src='vpivci.html' ";
19 else
20    msg = "      <frame src='info.html' ";
21 msg += "name='basefrm' frameborder='no' border='0' scrolling='auto' target='_self' marginwidth='0' marginheight='16' noresize>";
22 document.writeln(msg);
23
24 document.writeln("   </frameset>");
25 document.writeln("   <frame src='footer.html' name='footerfrm' frameborder='no' border='0' scrolling='no' target='_self' marginwidth='0' marginheight='0' noresize>");
26 document.writeln("</frameset>");
27
28 // done hiding -->
29 </script>
30 </head>
31 </html>