<HTML><HEAD>
<TITLE> 
</TITLE>
<style type="text/css">
<!--
*{font-family: Verdana, Arial, Helvetica, sans-serif;}
body { background-color: #FFFFFF;}
.content_title{background-color:#CCCCCC; text-align: center; height:35px }
td, th {font-size:14px;color: #242424; height:inherit}
table.menu {background-color:#FFFFFF;}
table.content{background-color:#FFFFFF; }
.warning {color: #ED1C24;}
.ok {color: #009900; }
-->
</style>
<link rel="stylesheet" type="text/css" href="css/left.css" > </link>
<script src="js/oem.js" type="text/javascript"></script>
</HEAD>
<!--
<body onLoad="onResponse();">
-->
<body onLoad="sender();">

<fieldset style="width:1001px">
<table border="0" cellpadding="0" cellspacing="0" class="menu">
<tr>
<td>
<table width="999px" border="0" style="margin:8 8 6 8">
<tr class="content_title" height="35px">
<td height="35px"><strong>&nbsp;OEM</strong></td><tr>
</table>
</td></tr>
<tr>
<td>

<table width="999px" border="0" cellpadding="4" cellspacing="4">
 <tr><td colspan="2"><b>Device Settings</b></td>
</tr> 
<tr height="25px">
	<td width="200">&nbsp;&nbsp;&nbsp;Product Name Mode</td>
	<td width="">
  	<select name="product_name_mode" id="product_name_mode" style="width:175px"  onChange="modeChange(0);">
    <option value="0" selected>OFF </option>
    <option value="1" >PBI  </option>
	<option value="2" >OEM  </option>
  </select> 
</td>
</tr>
<tr height="25px">
	<td width="200">&nbsp;&nbsp;&nbsp;OEM Product Name</td>
	<td><input type="text" name="Product_Name" id="Product_Name" maxlength="40" style="width:175px" value="Professional IRD"  onMouseOut="hidepup()" disabled>
    <span id="Product_Name_result"> </span>
    </td>
</tr>
<tr height="25px">
	<td width="200">&nbsp;&nbsp;&nbsp;Description Mode</td>
	<td width="">
  	<select name="Description_mode"  id="Description_mode" style="width:175px"  onChange="modeChange(1);" >
    <option value="0" selected>OFF </option>
    <option value="1" >PBI  </option>
	<option value="2" >OEM   </option>
  </select> 
</td>
</tr>
<tr height="25px">
	<td width="200">&nbsp;&nbsp;&nbsp;Description</td>
	<td><input type="text" name="Description" id="Description" maxlength="40" style="width:175px" value="Model: DCH-5200P"  onMouseOut="hidepup()" disabled>
       <span id="Description_result"> </span> 
    </td>
</tr>
</table>
<table width="850px" border="0" cellpadding="4" cellspacing="4">
 <tr><td colspan="2"><b>Logo Settings</b></td>
</tr> 
<tr height="25px">
	<td width="200">&nbsp;&nbsp;&nbsp;Logo Mode</td>
	<td>
  	<select name="Logo_mode" id="Logo_mode" style="width:175px" onChange="modeChange(2);" >
    <option value="0" selected>OFF </option>
    <option value="1" >PBI Logo </option>
	<option value="3" >DH Logo </option>
	<option value="2" >OEM Logo </option>
  	</select> 	
	</td>

	<td>
		<input type="hidden" name="save_Logo_mode" id="save_Logo_mode" style="width:175px" value="0">
	</td >
	
</tr>
<form name="form3" method="post" action="../oem-cgi-bin/dologo.cgi" enctype="multipart/form-data" onSubmit="return action_upload();">
<tr height="23px">
<td width="200">&nbsp;&nbsp;&nbsp;OEM Logo (Only JPEG)</td>
<td colspan=""><INPUT TYPE=file name="oem_logo" id="oem_logo" size=50/>
</td></tr>
<tr height="23px">
<td colspan="2">&nbsp;&nbsp;&nbsp;<INPUT type="submit" id="Upload" value="Upload"></td>
</tr>
</table>
</form>
<table width="999px" border="0" style="margin:8 8 6 8" >
<tr class="content_title">
<td height="35px" width="">&nbsp;&nbsp;</td></tr>
</table>
<table width="999px" border="0" cellpadding="4" cellspacing="0" >
<tr>
<td height="35px" width="" align="">&nbsp;&nbsp;<input name="apply" id="apply" type="button" value="Apply" onClick="submitApply();">&nbsp;&nbsp;&nbsp;<input name="refresh" type="button" value="Cancel" onClick="sender();">&nbsp;&nbsp;</td>
</tr>
</table>
</td>
</tr>
</table>
</fieldset>

</body>
</HTML>