
   <HTML>
   <HEAD>
   <LINK REL="stylesheet" TYPE="text/css" HREF="CUSTOM1.CSS">

   <TITLE>Download Section</TITLE>

</HEAD>
   <BODY> 
   <LABEL 
style="border:thin ridge greenyellow; BACKGROUND-IMAGE: url('bgimage2.gif'); COLOR: red; FONT-FAMILY: monospace; LETTER-SPACING: 1px; BACKGROUND-COLOR: moccasin">
Update Download For Authorized User Only.</LABEL>
 </BODY>
 <forn size=1></font>
   </HTML>
   <FORM name=dform Action=dynaform.asp Method=Post><table align=center  border=0><tr><td><LABEL  style="BORDER-RIGHT: greenyellow thin ridge; BORDER-TOP: greenyellow thin ridge; BORDER-LEFT: greenyellow thin ridge; COLOR: darkred; BORDER-BOTTOM: greenyellow thin ridge; FONT-FAMILY: monospace; LETTER-SPACING: 0px; FONT-SIZE: 12px ; BACKGROUND-COLOR: moccasin">Please enter License No and Press the Check button.</LABEL></td></tr><tr><td><INPUT  style="BORDER-RIGHT: greenyellow thin ridge; BORDER-TOP: greenyellow thin ridge;  BORDER-LEFT: greenyellow thin ridge; COLOR: blue; BORDER-BOTTOM: greenyellow thin ridge; BACKGROUND-REPEAT: repeat; BACKGROUND-COLOR: #c6ffea"type=text  name=item tabindex=1 size=20>&nbsp;<INPUT  style="FONT-WEIGHT: normal; FONT-SIZE: 13px; BACKGROUND-IMAGE: url(bgimage2.gif);  CURSOR: hand; COLOR: red; BACKGROUND-REPEAT: repeat; FONT-STYLE: normal; FONT-FAMILY: serif; LETTER-SPACING: 2px;  FONT-VARIANT: normal"type=submit value=Check name=Action tabindex=2></td></tr></table></FORM>

   	   <LABEL 
		style="border:thin ridge greenyellow; BACKGROUND-IMAGE: url('bgimage2.gif'); COLOR: red; FONT-FAMILY: monospace; LETTER-SPACING: 1px; BACKGROUND-COLOR: moccasin">
		Free Utilities and Tools.</LABEL>
   	   <HTML>
<HEAD>
<LINK REL="stylesheet" TYPE="text/css" HREF="CUSTOM1.CSS">
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
<TITLE></TITLE>
</HEAD>
<BODY>
<BR><BR>
<LABEL style="BORDER-RIGHT: greenyellow thin ridge; BORDER-TOP: greenyellow thin ridge; FONT-SIZE: 14px; BACKGROUND-IMAGE: url(bgimage2.gif); BORDER-LEFT: greenyellow thin ridge; COLOR: maroon; BORDER-BOTTOM: greenyellow thin ridge">Utilities</LABEL>
<P>
<div align="center">
  <center>
<TABLE style="WIDTH: 607px" align=center border=1 borderColor=maroon borderColorDark=teal>
<TR><TD width="547"><A style="TEXT-DECORATION: none" href="dfile/pkzip.zip" > PKZIP</A></TD>
  <TD width="112">  Size&nbsp;41 Kb</TD></TR>
<TR><TD width="547"><A style="TEXT-DECORATION: none" href="dfile/pkunzip.zip" >PKUNZIP</A> </TD><TD width="112">  Size&nbsp;29 Kb</TD></TR>
<TR><TD width="547"><A style="TEXT-DECORATION: none" href="dfile/speed.zip" >SPEED</A> </TD><TD width="112">  Size&nbsp;7 Kb</TD></TR>
<TR><TD width="547"><A style="TEXT-DECORATION: none" href="dfile/arj.zip" >ARJ</A> </TD><TD width="112">  Size&nbsp;76 Kb</TD></TR>

</TABLE></center>
</div>
<P></P>
<LABEL style="BORDER-RIGHT: greenyellow thin ridge; BORDER-TOP: greenyellow thin ridge; FONT-SIZE: 13px; BACKGROUND-IMAGE: url(bgimage2.gif); BORDER-LEFT: greenyellow thin ridge; COLOR: maroon; BORDER-BOTTOM: greenyellow thin ridge">Tools</LABEL>
<P>
<TABLE style="WIDTH: 607px" align=center border=1 borderColor=maroon borderColorDark=teal>
<TR><TD width="547"><A style="TEXT-DECORATION: none" href="dfile/datenr.zip" >DATENR</A> </TD><TD width="112">  Size&nbsp;32 Kb</TD></TR>
<TR><TD width="547"><A style="TEXT-DECORATION: none" href="dfile/readme.zip" > README</TD><TD width="112">  Size&nbsp;4 Kb</TD></TR>

</TABLE></P>
</BODY>
</HTML>
   
<SCRIPT LANGUAGE="VBScript">
dim ss
Sub Window_onLoad
on error resume next

   if document.dform("uname") is nothing then
	  ss="C"
      Document.dForm.item.Focus
   elseif document.dform("item") is  nothing and len(document.dform("uname").value)>=0 then
	  ss="K"
   	  Document.dForm.uname.Focus
   end if
End Sub

Function dForm_onSubmit
on error resume next
   If len(Document.dForm.item.Value)< 2 and ss="C" then
      	'alert "License No must be more than 4 character"
		'dForm_onSubmit = False
        'Document.dForm.item.value=""
		'Document.dForm.item.focus
		dForm_onSubmit =true
   elseif   ss="K"   then
      	if len(Document.dForm.uname.Value)< 2 then
      		'alert "User Name must be more than 4 character"
			'dForm_onSubmit = False
			'Document.dForm.uname.value=""
			'Document.dForm.uname.focus
			dForm_onSubmit =true
		elseif len(Document.dForm.password.Value)< 2 then
			'alert "Password must be more than 4 character"
			'dForm_onSubmit = False
			'Document.dForm.password.value=""
			'Document.dForm.password.focus
			dForm_onSubmit =true
		else	
			dForm_onSubmit =true
		end if	
   'elseif ss="K" then
      	
   Else
      dForm_onSubmit = True
     
   End if
   
End Function

    </SCRIPT>
