<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1"/> 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Hyper-convergence, Unified Storage, Thin Provisioning, WORM, Dedupe, backup, RAID,NAS,SAN, Fibre Channel, WORM, SCSI, SAN Gateway, data protection, disaster recovery, storage area networks, RAID, JBOD, 10 Gigabit Ethernet, business continuity, storage arrays, migration,volume migration" />
<meta name="keywords" content="Unified Storage, SAN Gateway, WORM, Thin Provisioning, Dedupe, backup, Data NAS,SAN, Fibre Channel, iSCSI, SAS, 3Gendata, 3Gendata.com, 3Gen" />
<link href="style.css" rel="stylesheet" type="text/css" />
<meta http-equiv="cache-control" content="no-cache"/>
<meta http-equiv="pragma" content="no-cache"/>
<meta http-equiv="expires" content="-1"/> 





<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css"/>

<!--[if lt IE 9]>
	
  <script src="respond.min.js"></script>	
<![endif]--> 




<script type="text/javascript" src="jcap.js"></script>
 <script type="text/javascript" src="md5.js"></script> 
 <title>Partner Registration</title>
 
</head>

<body id="bg">

	<div id="navmenu">
		<ul>
			<li>
				<a href="http://www.3gendata.com">
					<img alt="" style="position:absolute;left:0px; top:0px;" height="50" src="images/3Gen_Logo.svg" width="118" />
				</a>
			</li>
			<li><a href="company.asp">COMPANY</a>
			</li>
			<li id="tabs1"><a href="#" onclick="showTab(1,3)" class="dropbtn">HYPER-CONVERGENCE <span id="toggle1"><img alt="" src="images/Down.png">
		</span></a>
			</li>
			<li id="tabs2"><a href="#" onclick="showTab(2,3)" class="dropbtn">STORAGE<span id="toggle2"><img alt="" src="images/Down.png">
</span></a> 
			</li>
			<li id="tabs3"> <a href="#" onclick="showTab(3,3)" class="dropbtn">SUPPORT<span id="toggle3"><img alt="" src="images/Down.png">
</span> </a> 
			</li>
		</ul>
		<div>
			<div onclick="showTab(4,4);myFunction(this)" class="dropbtn mobileO" id="tabs4"></div>
			<a href="http://www.3gendata.com">
				<img alt="" height="50" src="images/3Gen_Logo.svg" width="118" style="float:left;  margin-top:5px;margin-left:100px;">
			</a>
		</div>
	</div>
	<div class="navParent">
		<ul id="tabsItems-1" class="navTab">
			<li><a href="V9000Pro_VSS.asp">vSever Pro</a>
			</li>
			<li><a href="vServerFT.asp">vServer Fault Tolerance</a>
			</li>
		</ul>
	</div>
	<div class="navParent">
		<ul id="tabsItems-2" class="navTab">
			<p class="TitleFont">SAN Virtualization Storages</p>
			<li><a href="V9000Pro_Storage_Gateway.asp">V9000 Pro SAN Gateway</a>
			</li>
			<li><a href="IntelliNASv9000.asp">V9000 Unified Storage</a>
			</li>
		</ul>
	</div>
	<div class="navParent">
		<ul id="tabsItems-3" class="navTab">
			<li><a href="support_plan.asp">Support Plans</a>
			</li>
			<li><a href="http://www.3gendata.com/alliancePortal/">Partner Alliance</a>
			</li>
			<li><a href="http://www.3gendata.com/PartnerRegistration.asp">New Partner registration</a>
			</li>
		</ul>
	</div>
	<!-- mobile dropdown -->
	<div id="mobileParent">
		<ul id="tabsItems-4" style="display:none;">
			<li><a href="company.asp">About us</a>
			</li>
			<p class="TitleFont">Hyper-Convergence</p>
			<li><a href="V9000Pro_VSS.asp">vSever Pro</a>
			</li>
			<li><a href="vServerFT.asp">vServer Fault Tolerance</a>
			</li>
			<p class="TitleFont">SAN Virtualization Storages</p>
			<li><a href="V9000Pro_Storage_Gateway.asp">V9080 SAN Gateway</a>
			</li>
			<li><a href="IntelliNASv9000.asp">V9000 Unified Storage</a>
			</li>
			<p class="TitleFont">Support</p>
			<li><a href="support_plan.asp">Support Plans</a>
			</li>
			<li><a href="http://www.3gendata.com/alliancePortal/">Partner Alliance</a>
			</li>
			<li><a href="http://www.3gendata.com/PartnerRegistration.asp">New Partner registration</a>
			</li>
		</ul>
	</div>
	<script type="text/javascript">
		function showTab(selected, total)
		{
		  	if(document.getElementById('tabsItems-' + selected).style.display=="block")
		  	{
		  		document.getElementById('tabsItems-' + selected).style.display = 'none';
		  		window.currentlyVisiblePopup = false;
			}
		  	else
		  	{
		  		document.getElementById('tabsItems-' + selected).style.display = 'block';
		  		window.currentlyVisiblePopup = selected;
			}
		  for(i = 1; i <= total; i += 1)
		  {
		    if(i == selected)
		    	continue;
		    document.getElementById('tabsItems-' + i).style.display = 'none';
		  }

		}
		
		// Close the dropdown if the user clicks outside of it
document.onclick = function(e) {
if (!e.target.matches('.dropbtn')) {
  if (window.currentlyVisiblePopup) {
    document.getElementById('tabsItems-' + window.currentlyVisiblePopup).style.display = 'none';
    document.getElementById("tabs4").className="dropbtn mobileO";
    window.currentlyVisiblePopup = false;
  }
  }
}
	</script>
	<script>
		function myFunction(x) {
		    //alert(x.className);
			if(x.className=="dropbtn mobileC")
		    	x.className="dropbtn mobileO";
		    else
		    	x.className="dropbtn mobileC";
		}
	</script>
   
<div id="wrapper">

  
 
<form action="sendmail_cdonts.asp" method="post" onsubmit="return jcap()" >

       <table cellpadding="5px"  cellspacing="5px" border="2px" style="border-color: #999999; width:650px; margin:10px auto;" >
    <tr>
        <td colspan="2" style="text-align:center" class="TitleFont">Partner Registration Form</td>
     </tr>
     <tr><td colspan="2" style="text-align:center; height: 67px;" class=" plainText">Thank you for your interest in 3Gen Data Systems. Please fill out the following form for partner consideration
     </td></tr>
    <!-- <tr><td colspan="2"> **<i>please complete all fields</i>**</td></tr>-->

    <tr> 
      <td class="Fontstyle1
">Company Name: </td>
      <td> <input
 size=46 name="Company-Name"/> </td>
    </tr>
    <tr> 
      <td class="Fontstyle1
">Email: </td>
      <td> <input
 size=46 name="mailfrom"/> </td>
    </tr>
      
    <tr> 
      <td class="Fontstyle1
"> Company Address: </td>
      <td> <textarea
 name="Property-Address" rows=4   cols="33" ></textarea
> </td>
    </tr>
    <tr> 
      <td class="Fontstyle1
">Work Phone: </td>
      <td> <input
 name="Phone-Number" size="46"/> </td>
    </tr>
    <tr> 
      <td class="Fontstyle1
">FAX: </td>
      <td> <input
 name="FAX-Number" size="46"/> </td>
    </tr>
    
    <tr>
        <td class="Fontstyle1
" style="width:50%">Number of years in business:</td>
        <td class="Fontstyle1
" style="width:50%">Annual Revenue:</td>
      </tr>
      <tr>
        <td> <input
 type="text" name="years_of_bus" size="40%"/></td>
        <td><input
 type="text" name="Annual_rev" size="46%"/></td>
      </tr>
    
    <tr>
        <td  class="Fontstyle1
" style="width:50%">Brief description of 
		what product(s) you are interested in:</td>
		<td class="Fontstyle1
" style="width:50%">Brief description of your market and customer base:</td>          
    </tr>
    
     <tr>
       <td> <textarea
 rows="5" name="ProductDescr" cols="34"></textarea
></td>
       <td><textarea
 rows="5" name="Marketdescr" cols="34"></textarea
></td>
     </tr>
 
  <tr>
          <td >    <script language="javascript" type="text/javascript">cimg()</script> </td>   
          <td> <input
 type="text" name="uword" id="uword" value="" size=20/><br /> </td>
       </tr>  
  
  <tr> 
      <td colSpan=2><div align="center"> 
          <input
 name="submit" type=submit onClick="MM_validateForm('Company-Name','','R','mailfrom','','R','Work-Number','','R','Company-Address','','R','years_of_bus','','R','Annual_rev','','R','ProductDescr','','R','MarketDescr','','R');return document.MM_returnValue" value=Send details!/>
        </div></td>
    </tr>
 </table>
        <input
 name="redirect" type="hidden" id="redirect" value="PartnerRegConfirmation.asp"/> 
        <input
 name="&#109;&#097;&#105;&#108;&#116;&#111;" type="hidden" id="&#109;&#097;&#105;&#108;&#116;&#111;" value="&#115;&#117;&#112;&#112;&#111;&#114;&#116;&#64;3&#103;&#101;&#110;&#100;&#97;&#116;&#97;&#46;&#99;&#111;&#109;"/> 
                                                                                                                         
        
        
        
        
        <input
 name="subject" type="hidden" id="subject" value="3Gen Data Systems Form Submission: Partner Consideration Request"/> 
        <input
 name="template" type="hidden" id="template" value="PartnerMailtemplate.htm"/> 
        <input
 name="html" type="hidden" id="html" value="yes"/> 
        <!--<input
 name="testmode" type="hidden" id="testmode" value="yes"/> </td>-->
  
</form>
</div>  <!-- end of wrapper  -->
 <table id="footer">
<tr>
	<td style="width:45%;" ><a href="http://www.3gendata.com" class="whiteText"> 3Gen Data Systems </a></td>
     <td style="width:30%; "><a class="redFooter" href="global_sites.asp"> Contact Us </a></td>     
</tr>
</table>
<script type="text/javascript" src="svgeezy.min.js"></script>
        <script>  svgeezy.init(false, 'png'); </script>
 
 
 <script language="JavaScript" type="text/JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_validateForm() { //v4.0
  var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
  for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]);
    if (val) { nm=val.name; if ((val=val.value)!="") {
      if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
        if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
      } else if (test!='R') { num = parseFloat(val);
        if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
        if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
          min=test.substring(8,p); max=test.substring(p+1);
          if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
    } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
  } if (errors) alert('The following error(s) occurred:\n'+errors);
  document.MM_returnValue = (errors == '');
}
//-->
</script>

 
 

</body>
</html>
