<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

<head>
	<title><% getProName(); %></title>
	<link rel="stylesheet" type="text/css" href="webif.css" />
	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
	<meta http-equiv="Pragma" content="no-cache" />
	<meta http-equiv="Expires" content="-1" />
</head>

<SCRIPT language="JavaScript">
<!--

check_login('<% check_login(1); %>');
function check_login(status)
{
	if (status==0)
	{
		location.href="login.asp";
	}

}
function checkwireless(wireless)
{
	if(wireless==1)
	{
		document.getElementById("wireless").style.display = "";
	}
	else
	{
		document.getElementById("wireless").style.display = "none";
	}
}
// --> 
</SCRIPT>
<SCRIPT language=JavaScript>
<!--
function runwizard()
{
	var szHelp="/goform/adv_wizard"
	window.open(szHelp, 'wizard', 'width=490,height=560,location=0');
}
// -->
</SCRIPT>


<body onload="checkwireless('<%CheckWireless();%>');"><div id="container">

	<div id="header">
	        <div id="header-title">
			<div id="openwrt-title"><h1>DSM-G600 Admin Console</h1></div>
				<div id="short-status">
					<h3><strong>Status:</strong></h3>
					<ul>
						<li>&nbsp;</li>
						<li>&nbsp;</li>
						<li>&nbsp;</li>
						<li>&nbsp;</li>
					</ul>

				</div>
			</div>
			<div id="mainmenu"><h3><strong>Categories:</strong></h3><ul>
				<li class="selected-maincat"><a href="/goform/mainMenu">&raquo;Home&laquo;</a></li>
				<li><a href="/goform/adv_account">&nbsp;Advanced&nbsp;</a></li>
				<li><a href="/goform/mt_default">&nbsp;Tools&nbsp;</a></li>
				<li><a href="/goform/adv_status">&nbsp;Status&nbsp;</a></li>
				<li><a href="../help/help.asp">&nbsp;Help&nbsp;</a></li>
			</ul></div>
			<div id="submenu"><h3><strong>Subcategories:</strong></h3><ul>
				<li class="selected-maincat"><a href="/goform/mainMenu">&raquo;Wizard&laquo;</a></li>
				<li><a href="/goform/adv_lan">&nbsp;LAN&nbsp;</a></li>
				<li><a href="/goform/adv_wireless">&nbsp;Wireless&nbsp;</a></li>
				<li><a href="/goform/adv_samba">&nbsp;Device&nbsp;</a></li>
			</ul></div>
		</div>
		<form action="/goform/modify_admin_passwd" name="form" method="post">
		<div id="content">
			<div class="settings-block">
				<div class="settings-block-title"><h2>Setup Wizard</h2></div>
					<div class="settings">
						<div class="settings-title"><h3><strong>The <% getProName(1); %> Network Storage Enclosure is a useful tool to expand disk storage in home and network environments. The Setup Wizard will let you customize settings for your network.</strong></h3></div>
						<div class="settings-content">
							<table width="100%" summary="Settings">
								<tr><td width="100%">
									<center><input type="submit" value="Run Wizard" name="B3" onclick="runwizard();"></center>
								</td></tr>
							</table>
						</div>
						<div class="settings-help"><blockquote><h3><strong>Short help:</strong></h3></blockquote></div>
						<div style="clear: both">&nbsp;</div>
					</div>
				</div>
				<hr width="40%" />
			</div>
			<br />
			<div id="save">
				<div class="page-save">
					<div>
						<p><a href="/goform/formLogout">Logout&laquo;</a></p>
					</div>
				</div>
				<div class="apply">
					<div>
						<a target="_blank" href="../help/help_home.htm#001">Help&laquo;</a>
					</div>
				</div>
			</div>
		</div>
		</form>
	</div>
</body>
<head>
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
</head>
</html>
