1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
6<meta HTTP-EQUIV="Expires" CONTENT="-1">
7<link rel="shortcut icon" href="images/favicon.png">
8<link rel="icon" href="images/favicon.png">
9<title></title>
10<link href="../NM_style.css" rel="stylesheet" type="text/css" />
11<link href="../form_style.css" rel="stylesheet" type="text/css" />
12<script type="text/javascript" src="/state.js"></script>
13<script>
14if(parent.location.pathname.search("index") === -1) top.location.href = "../index.asp";
15
16function initial(){
17		showtext(document.getElementById("disk_model_name"), parent.usbPorts[parent.currentUsbPort].deviceName);
18		if(sw_mode != "1")
19			inputHideCtrl(document.diskForm.btn_Hspda, 0);
20}
21
22function goHspdaWizard(){
23	parent.location.href = "/Advanced_Modem_Content.asp";
24}
25</script>
26</head>
27
28<body class="statusbody" onload="initial();">
29<form method="post" name="diskForm" action="">
30<table width="95%" border="1" align="center" cellpadding="4" cellspacing="0" bordercolor="#6b8fa3" class="table1px">
31	<tr>
32    <td style="padding:5px 10px 0px 15px;">
33    	<p class="formfonttitle_nwm"><#Modelname#>:</p>
34    	<p style="padding-left:10px; margin-top:3px; background-color:#444f53; line-height:20px; color:#FFFFFF;" id="disk_model_name"></p>
35      <img style="margin-top:5px;" src="/images/New_ui/networkmap/linetwo2.png">
36    </td>
37  </tr>
38
39  <tr>
40    <td height="50" style="padding:10px 15px 0px 15px;">
41    	<p class="formfonttitle_nwm" style="float:left;width:138px;"><#GO_HSDPA_SETTING#></p>
42    	<input type="button" name="btn_Hspda" class="button_gen" onclick="goHspdaWizard();" value="<#btn_go#>" >
43      <img style="margin-top:5px;" src="/images/New_ui/networkmap/linetwo2.png">
44    </td>
45  </tr>
46</table>
47
48
49<input type="hidden" name="disk" value="">
50</form>
51</body>
52</html>
53