<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>[ ADDR.com: Request A Quote ]</title>
<script language="JavaScript1.2" src="cookie/cookie.js"></script>
<script language="JavaScript1.2">

var email=new RegExp("/(^[a-z]([a-z_\.]*)@([a-z_\.]*)([.][a-z]{3})$)|(^[a-z]([a-z_\.]*)@([a-z_\.]*)(\.[a-z]{3})(\.[a-z]{2})*$)/i");
var num1=new RegExp(/^(\d+)$/);

function checkEmail(id) {
 if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(id)){
  return (true)
 }
  return false;
}

function isAlphabet(elem)
 {
	var alphaExp = /^[a-zA-Z]+$/;
	if(elem.match(alphaExp))
		return true;
	else
		return false;
 }

function validNumber(number)
{
	if(num1.test(number))
	{
		return (true);
	}
	else
	{
		return false;
	}
}

function validation()
{
	if(document.RequestQuote.FirstName.value == '')
	{
		alert("Please enter first name.");
		document.RequestQuote.FirstName.focus();
		return false;
	}
	 else if(!isAlphabet(RequestQuote.FirstName.value))
	  {
		alert("Please enter a valid name.");
		 RequestQuote.FirstName.focus();
		 RequestQuote.FirstName.select();	 	
		return false;
	  } 	
	
	if(document.RequestQuote.LastName.value == '')
	{
		alert("Please enter last name.");
		document.RequestQuote.LastName.focus();
		return false;
	}
	 else if(!isAlphabet(RequestQuote.LastName.value))
	  {
		alert("Please enter a valid name.");
		 RequestQuote.LastName.focus();
		 RequestQuote.LastName.select();	 	
		return false;
	  } 	
	
	if(document.RequestQuote.Phone.value == '')
	{
		alert("Please enter phone number.");
		document.RequestQuote.Phone.focus();
		return false;
	}
	else
	{ 
		var ret1 = validNumber(document.RequestQuote.Phone.value); 
		if(ret1 == false)
		{
			alert("Please enter valid phone number.");
			document.RequestQuote.Phone.value="";
			document.RequestQuote.Phone.focus();
			return false;
		}
	}
	
	if(document.RequestQuote.Email.value == '')
	{
		alert("Please enter an email address.");
		document.RequestQuote.Email.focus();
		return false;
	}
	else
	{ 
		var ret = checkEmail(document.RequestQuote.Email.value); 
		if(ret == 0)
		{
			alert("Please enter a valid email address.");
			document.RequestQuote.Email.value="";
			document.RequestQuote.Email.focus();
			return false;
		}
	}
	
	/*if(document.RequestQuote.OtherInformation.value == '')
	{
		alert("Enter Other Information");
		document.RequestQuote.OtherInformation.focus();
		return false;
	}*/
	
	if(document.RequestQuote.ProjectDescription.value == '')
	{
		alert("Please describe about project.");
		document.RequestQuote.ProjectDescription.focus();
		return false;
	}
	if(document.RequestQuote.code.value == '')
	{
		alert("Please enter verification code");
		document.RequestQuote.code.focus();
		return false;
	}		
FormsetCookie(RequestQuote);
return true;
}

</script>
<script type="text/javascript">
<!--
function isAlphaKey(e) {
   var k;
   document.all ? k = e.keyCode : k = e.which;
   return ((k > 64 && k < 91) || (k > 96 && k < 123) || k == 8);
}
function extractAlpha(str) {
   return str.replace(/[^a-z]/gi,"");
}
// -->
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="shortcut icon" href="images/favicon/favicon.gif">
<script src="script/script.js"></script>
<script>

function showhide(id,val)
{
 if (val==0) document.getElementById(id).style.display = 'none';
 if (val==1) document.getElementById(id).style.display = 'block';
}	
</script>
<script language="JavaScript">
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

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_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
  if(selObj.selectedIndex==8 || selObj.selectedIndex==81 || selObj.selectedIndex==55)
  { MM_openBrWindow('https://chatwith.addr.com/phplive/request.php?l=admin&x=1&deptid=0&btn=1','Chat','width=626,height=406');}
  if(selObj.selectedIndex==75) { MM_openBrWindow('speed.htm','Speed','width=334,height=268'); }
  if(selObj.selectedIndex==76) {MM_openBrWindow('creativity.htm','Creativity','width=400,height=300'); }
    if(selObj.selectedIndex==77) { MM_openBrWindow('innovation.htm','','width=334,height=268'); }
    if(selObj.selectedIndex==36) { MM_openBrWindow('presentation.htm','','height=348,width=680'); }	
}
//-->
</script>
<link href="style_consolidated_new.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#697173" topmargin="22" bottommargin="22" onLoad="MM_preloadImages('images/webhosting_h.gif','images/webdesign_h.gif','images/dedecated.gif','images/ecommerce_h.gif','images/resell_h.gif')">
<center>
  <table width="780" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="table-border">


  <tr> 


    <td bgcolor="#242424" height="55"><table width="100%" border="0" cellspacing="0" cellpadding="0">


        <tr> 


          <td width="491" rowspan="3" valign="top"><img src="images/spacer.gif" width="1" height="11"><img src="images/spacer.gif" width="1" height="9"><img src="images/logo.gif" alt="ADDR Logo" title="ADDR Logo" width="261" height="55"></td>


          <td height="35" valign="top"><img src="images/effective1.jpg" alt="Effective Online Solutions" title="Effective Online Solutions" width="178" height="34"></td>


        </tr>


        <tr> 


          <td height="11"><table width="100%" border="0" cellspacing="0" cellpadding="0">


              <tr> 


                <td class="hometxt"><span class="hometxt-home"><a href="index.htm" class="hometxt">home</a></span>&nbsp;|&nbsp;<a href="about.htm" class="hometxt">about us</a>&nbsp;&nbsp;|&nbsp;<a href="solutions.htm" class="hometxt">solutions</a>&nbsp;|&nbsp;<a href="partners.htm" class="hometxt">partners</a>&nbsp;|&nbsp;<a href="careers.htm" class="hometxt">careers</a>&nbsp;|&nbsp;<a href="contact.htm" class="hometxt">contact</a></td>
              </tr>


            </table></td>


        </tr>


        <tr> 


          <td height="9"><img src="images/spacer.gif" width="1" height="9"></td>


        </tr>


      </table></td>


  </tr>


  <tr> 


    <td><img src="images/spacer.gif" width="1" height="6"></td>


  </tr>


  <tr> 


    <td bgcolor="#B8B9B4" height="28"><table width="100%" border="0" cellspacing="0" cellpadding="0">


        <tr> 


          <td width="24" height="16"><img src="images/spacer.gif" width="24" height="8"></td>


          <td width="180" class="boldtxt1">1.877.ADDR.COM</td>


          <td class="hometxt1" width="407">|&nbsp;&nbsp;&nbsp;<a href="#" class="hometxt1" onclick="MM_openBrWindow('https://chatwith.addr.com/phplive/request.php?l=admin&x=1&deptid=0&btn=1','chatsupport','width=626,height=406')">Chat with a Rep</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="order_design.htm" class="hometxt1">Order Now</a></td>
          <td align="left" class="hometxt1" width="145"><a href="help/show.cgi?help_center_sections1.htm" class="hometxt1">Help Center</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="https://www.addr.com/panel" class="hometxt1">Control Panel</a></td>
          <td align="left" class="hometxt1"><img src="images/arr-right-down.gif" width="9" height="9" border="0"></a></td>
        </tr>
      </table></td>


  </tr>


  <tr> 


    <td height="1"><img src="images/spacer.gif" width="1" height="1"></td>


  </tr>


  <tr> 


    <td bgcolor="#E5E5E3" height="26"><table width="100%" border="0" cellspacing="0" cellpadding="0">


        <tr> 


          <td width="407" height="26"> 


            


            <SCRIPT language=javascript type=text/javascript>


function findDiv(n, d) 


{ 


	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=findDiv(n,d.layers[i].document);


  if(!x && document.getElementById) x=document.getElementById(n); return x;


}





function toggleNav() 


{ 


	var i,p,v,obj,args=toggleNav.arguments;


  for (i=0; i<(args.length-2); i+=3) if ((obj=findDiv(args[i]))!=null) { v=args[i+2];


    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }


    obj.visibility=v; }


}





function hideAllDDs() 
{
	toggleNav('WebhostDiv','','hide');
	toggleNav('FreedesignDiv','','hide');
	toggleNav('EcommerceDiv','','hide');
	toggleNav('resellDiv','','hide');
	toggleNav('CustomerServiceDiv','','hide');	
	//toggleNav('ecomDiv','','hide');
	//toggleNav('urlsDiv','','hide');
}





function hideDD(sect) 


{


	toggleNav(sect,'','hide');


	hideAllDDs();


}





var sectionSetting = null;


var activeTimer = null;


var bHover = '';


function setDDactive(sect, windowStatusVal, bshow) 


{


	//activeTimer = window.setTimeout("toggleNav('"+sect+"','','show')",500);


	//no timeout code


	hideAllDDs();


	if ((bHover==windowStatusVal)||(bshow))


	{


		toggleNav(sect,'','show');


		if (sectionSetting != null)


		{


				window.clearTimeout(sectionSetting);


		}


	}


}


function setDDTimeout(sect)


{


	if (sectionSetting != null) 


	{


		window.clearTimeout(sectionSetting);


	}


	sectionSetting = window.setTimeout('hideDD("' + sect + '")',100);


}


</SCRIPT> 


            <DIV id=MainHeaderDiv1> 
               <TABLE cellSpacing=0 cellPadding=0 width=463 border=0>
                <TBODY>
                  <TR> 
                    <td width="15"></td>
                    <TD width="85" height="26" align="center" class="subnavi_2" onmouseover=" this.style.background='#74736F'; this.style.color='#FFFFFF'; this.style.cursor='default'; bHover='Domains'; hideAllDDs(); setTimeout('setDDactive(\'WebhostDiv\', \'Domains\', false)',1);window.status='Domains Names'; return true;" onmouseout="bHover=''; setDDTimeout('WebhostDiv');window.status=''; this.style.backgroundColor='';this.style.color=''; return true;">&nbsp;Web Hosting</TD>
                    <td width="10"></td>
                    <TD width="78" height="26" align="center" class="subnavi_2" onmouseover=" this.style.background='#74736F'; this.style.color='#FFFFFF'; this.style.cursor='default'; bHover='Free'; hideAllDDs(); setTimeout('setDDactive(\'FreedesignDiv\', \'Free\', false)',1);window.status='Hosting and Servers'; return true;" onmouseout="bHover='';setDDTimeout('FreedesignDiv');window.status=''; this.style.backgroundColor='';this.style.color=''; return true;">&nbsp;Free Design</TD>
                    <td width="10"></td>
                    <TD width="79" height="26" align="center" class="subnavi_2" onmouseover=" this.style.background='#74736F'; this.style.color='#FFFFFF'; this.style.cursor='default'; bHover='Email'; hideAllDDs(); setTimeout('setDDactive(\'EcommerceDiv\', \'Email\', false)',1);window.status='Email Accounts'; return true;" onmouseout="bHover='';setDDTimeout('EcommerceDiv');window.status=''; this.style.backgroundColor='';this.style.color=''; return true;">&nbsp;E-Commerce</TD>
                    <td width="10"></td>
                    <TD width="56" height="26" align="center" class="subnavi_2" onmouseover=" this.style.background='#74736F'; this.style.color='#FFFFFF'; this.style.cursor='default'; bHover='SSL'; hideAllDDs(); setTimeout('setDDactive(\'resellDiv\', \'SSL\', false)',1);window.status='SSL Certificates'; return true;" onmouseout="bHover='';setDDTimeout('resellDiv');window.status=''; this.style.backgroundColor='';this.style.color=''; return true;">&nbsp;Reseller</TD>
                    <td width="10"></td>
                    <TD width="110" height="26" align="center" class="subnavi_2" onmouseover=" this.style.background='#74736F'; this.style.color='#FFFFFF'; this.style.cursor='default'; bHover='CS'; hideAllDDs(); setTimeout('setDDactive(\'CustomerServiceDiv\', \'CS\', false)',1);window.status='Customer Service'; return true;" onmouseout="bHover='';setDDTimeout('CustomerServiceDiv');window.status=''; this.style.backgroundColor='';this.style.color=''; return true;">&nbsp;Customer Service</TD>
                  </TR>
                </TBODY>
              </TABLE>
              <DIV id=WebhostDiv> 
                <TABLE cellSpacing=0 cellPadding=0  border=0>
                  <TR> 
                    <TD class=navText width=150 style="border :1px solid #74736F;"><A style="text-decoration:none;"
      href="compare_hosting_accounts.htm" class="subnavi"> 
                      <DIV style="WIDTH: 150px, height: 17px" class="navText" 
      onmouseover="setDDactive('WebhostDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
      onmouseout="setDDTimeout('WebhostDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;Compare Plans</DIV>
                      </A><A style="text-decoration:none" href="ourguarantees.htm" class="subnavi"> 
                      <DIV style="WIDTH: 150px, height: 17px" class="navText" onmouseover="setDDactive('WebhostDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
      onmouseout="setDDTimeout('WebhostDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;Our Guarantees</DIV>
                      </A><A style="text-decoration:none" href="why.htm" class="subnavi"> 
                      <DIV  style="WIDTH: 150px, height: 17px" class="navText" onmouseover="setDDactive('WebhostDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
      onmouseout="setDDTimeout('WebhostDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;Why ADDR.com?</DIV>
                      </A><A style="text-decoration:none" href="policies/index.htm" class="subnavi"> 
                      <DIV style="WIDTH: 150px, height: 17px" class="navText" onmouseover="setDDactive('WebhostDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
      onmouseout="setDDTimeout('WebhostDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;Policies & Procedures</DIV>
                      </A><A style="text-decoration:none" href="testimonials.htm" class="subnavi"> 
                      <DIV style="WIDTH: 150px, height: 17px" class="navText" onmouseover="setDDactive('WebhostDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
      onmouseout="setDDTimeout('WebhostDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;Testimonials</DIV>
                      </A><A  style="text-decoration:none" href="https://secure.addr.com/order/signup.cgi?free_design=yes" class="subnavi"> 
                      <DIV style="WIDTH: 150px, height: 17px" class="navText" 
      onmouseover="setDDactive('WebhostDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
      onmouseout="setDDTimeout('WebhostDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;Order Web Hosting</DIV>
                      </A></TD>
                  </TR>
                </TABLE>
              </DIV>
              <DIV id=FreedesignDiv> 
                <TABLE cellSpacing=0 cellPadding=0  border=0 >
                  <TR> 
                    <TD class=navText vAlign=top width=210 style="border :1px solid #74736F"><A style="text-decoration:none" href="index.htm" class="subnavi"> 
		                          <DIV style="WIDTH: 210px, height: 17px" class="navText" 
		          onmouseover="setDDactive('FreedesignDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
		          onmouseout="setDDTimeout('FreedesignDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;Special Offer</DIV>
		                          </A><A style="text-decoration:none" 
		          href="howit_works.htm" class="subnavi"> 
		                          <DIV style="WIDTH: 210px, height: 17px" class="navText" 
		          onmouseover="setDDactive('FreedesignDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
		          onmouseout="setDDTimeout('FreedesignDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;How It Works</DIV>
		                          </A><A style="text-decoration:none" href="#" onclick="window.open('presentation.htm','','height=348,width=680')" class="subnavi"> 
		                          <DIV style="WIDTH: 210px, height: 17px" class="navText" 
		          onmouseover="setDDactive('FreedesignDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
		          onmouseout="setDDTimeout('FreedesignDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;View Flash Presentation</DIV>
		                          </A><A style="text-decoration:none" href="brochure.htm" class="subnavi"> 
		                          <DIV style="WIDTH: 210px, height: 17px" class="navText" 
		          onmouseover="setDDactive('FreedesignDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
		          onmouseout="setDDTimeout('FreedesignDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;Send Me a Brochure</DIV>
		                          </A><A style="text-decoration:none" href="site_maintenance_service.htm" class="subnavi"> 
		                          <DIV style="WIDTH: 210px, height: 17px" class="navText" 
		          onmouseover="setDDactive('FreedesignDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
		          onmouseout="setDDTimeout('FreedesignDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;Site Maintenance Service</DIV>
		                          </A><A style="text-decoration:none" href="portfolio.htm" class="subnavi"> 
		                          <DIV style="WIDTH: 210px, height: 17px" class="navText" 
		          onmouseover="setDDactive('FreedesignDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
		          onmouseout="setDDTimeout('FreedesignDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;View Portfolio</DIV>
		                          </A> <A style="text-decoration:none" href="limitation.htm" class="subnavi"> 
		                          <DIV style="WIDTH: 210px, height: 17px" class="navText" 
		          onmouseover="setDDactive('FreedesignDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
		          onmouseout="setDDTimeout('FreedesignDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;Offer Limitation</DIV>
                      </A></TD>
                  </TR>
                </TABLE>
              </DIV>
              <DIV id=EcommerceDiv> 
                <TABLE cellSpacing=0 cellPadding=0 bgColor=#ffffff border=0>
                  <TR> 
                    <TD class=navText vAlign=top width=210 style="border :1px solid #74736F"><A style="text-decoration:none"
      href="ecommerce_overview.htm" class="subnavi"> 
                      <DIV style="WIDTH: 210px, height: 17px" class="navText" 
      onmouseover="setDDactive('EcommerceDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
      onmouseout="setDDTimeout('EcommerceDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;Overview</DIV>
                      </A><A style="text-decoration:none"
      href="compare_solutions.htm" class="subnavi"> 
                      <DIV style="WIDTH: 210px, height: 17px" class="navText" 
      onmouseover="setDDactive('EcommerceDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
      onmouseout="setDDTimeout('EcommerceDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;Compare Solutions</DIV>
                      </A><A style="text-decoration:none"
      href="e-commerce_store_design.htm" class="subnavi"> 
                      <DIV style="WIDTH: 210px, height: 17px" class="navText" 
      onmouseover="setDDactive('EcommerceDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
      onmouseout="setDDTimeout('EcommerceDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;E-Commerce Store Design</DIV>
                      </A><A style="text-decoration:none"
      href="https://secure.addr.com/order/signup.cgi?free_design=yes&order_commerce=yes" class="subnavi"> 
                      <DIV style="WIDTH: 210px, height: 17px" class="navText" 
      onmouseover="setDDactive('EcommerceDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
      onmouseout="setDDTimeout('EcommerceDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;Order E-Commerce</DIV>
                      </A></TD>
                  </TR>
                </TABLE>
              </DIV>
              <div id=resellDiv style="width:150px; height:70px"> 
                <table cellspacing=0 cellpadding=0 bgcolor=#ffffff border=0>
                  <tr> 
                    <td class=navText valign=top width=150 height=70 style="border :1px solid #74736F"><a  
       
      href="programs_overview.htm" style="text-decoration:none" class="subnavi"> 
                      <div style="WIDTH: 150px, height: 17px" class="navText" onMouseOver="setDDactive('resellDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
      onMouseOut="setDDTimeout('resellDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;Programs Overview</div>
                      </a><a href="resell.htm" style="text-decoration:none" class="subnavi"> 
                      <div  style="WIDTH: 150px, height: 17px" class="navText" onMouseOver="setDDactive('resellDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
      onMouseOut="setDDTimeout('resellDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;Reseller Program</div>
                      </a><a  style="text-decoration:none"
      href="referral_program.htm" class="subnavi"> 
                      <div style="WIDTH: 150px, height: 17px" class="navText" 
      onMouseOver="setDDactive('resellDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
      onMouseOut="setDDTimeout('resellDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;Referral Program</div>
                      </a><a style="text-decoration:none" 
      href="affiliate_program.htm" class="subnavi"> 
                      <div style="WIDTH: 150px, height: 17px" class="navText" onMouseOver="setDDactive('resellDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
      onMouseOut="setDDTimeout('resellDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;Affiliate Program</div>
                      </a></td>
                  </tr>
                </table>
              </div>
              <DIV id=CustomerServiceDiv> 
                <TABLE cellSpacing=0 cellPadding=0 bgColor=#ffffff border=0>
                  <TR> 
                    <TD class=navText vAlign=top width=210 style="border :1px solid #74736F"> 
                      <A style="text-decoration:none" href="help/show.cgi?help_center_sections1.htm" class="subnavi"> 
                      <DIV style="WIDTH: 210px, height: 17px" class="navText" 
      onmouseover="setDDactive('CustomerServiceDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
      onmouseout="setDDTimeout('CustomerServiceDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;Help Center</DIV>
                      </A><A style="text-decoration:none" href="#" class="subnavi" onclick="MM_openBrWindow('https://chatwith.addr.com/phplive/request.php?l=admin&x=1&deptid=0&btn=1','chatsupport','width=626,height=406')"> 
                      <DIV style="WIDTH: 210px, height: 17px" class="navText" 
      onmouseover="setDDactive('CustomerServiceDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
      onmouseout="setDDTimeout('CustomerServiceDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;Live Chat</DIV>
                      </A><A style="text-decoration:none" href="util_wewill_callyou.php" class="subnavi"> 
                      <DIV style="WIDTH: 210px, height: 17px" class="navText" onmouseover="setDDactive('CustomerServiceDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
      onmouseout="setDDTimeout('CustomerServiceDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;Have ADDR.com call you</DIV>
                      </A><A style="text-decoration:none" href="contact.htm" class="subnavi"> 
                      <DIV style="WIDTH: 210px, height: 17px" class="navText" onmouseover="setDDactive('CustomerServiceDiv', '', true);this.style.backgroundColor='#74736F';this.style.color='#FFFFFF';this.style.cursor='hand';" 
      onmouseout="setDDTimeout('CustomerServiceDiv');this.style.backgroundColor='';this.style.color='';">&nbsp;Contact Us</DIV>
                      </A></TD>
                  </TR>
                </TABLE>
              </div>
            </DIV></td>


          <td class="hometxt2" width="209"><img src="images/spacer.gif" width="209" height="1"></td>


          <td width="144" align="left" ><select name="select" class="fields1" onchange="MM_jumpMenu('parent',this,0)">
              <option selected value="javascript:;">LANGUAGE</option>
              <option value="index.htm">ENGLISH</option>
              <option value="javascript:;">FRENCH</option>
              <option value="javascript:;">GERMAN</option>
              <option value="javascript:;">JAPANESE</option>
              <option value="javascript:;">RUSSIAN</option>
              <option value="javascript:;">SPANISH</option>
            </select></td>
        </tr>


      </table></td>


  </tr>
    <tr> 
      <td width="10"><img src="images/spacer.gif" width="1" height="10"></td>
    </tr>
    <tr> 
      <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="618" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                  <td valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr> 
                        <td width="10">&nbsp;</td>
                        <td colspan="2" class="controlpanelbg"><table width="100%" border="0" cellpadding="0" cellspacing="0">
                            <tr> 
                              <td width="23" height="26">&nbsp;</td>
                              <td class="boldblack2">REQUEST A QUOTE</td>
                              <td width="3" align="right" class="quicklinks">&nbsp;</td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td>&nbsp;</td>
                        <td width="604" valign="top"><TABLE cellSpacing=0 cellPadding=0 width="100%" align=center
            border=0>
                            <TBODY>
                              <TR> 
                                <TD width=27 rowspan="2" align="left" style="TEXT-ALIGN: justify">&nbsp;</TD>
                                <TD height="48" valign="middle" class=bdytxt17 style="TEXT-ALIGN: justify"><strong>Please 
                                  fill out the following form and a Design Executive 
                                  will contact you shortly to answer any questions 
                                  you may have: </strong> </TD>
                                <TD width=15 rowspan="2" class=indent17 style="TEXT-ALIGN: justify">&nbsp; 
                                </TD>
                              </TR>
                              <TR> 
                                <TD valign="top" class=indent17 style="TEXT-ALIGN: justify"> 
                                  <FORM name="RequestQuote" method="post" action="mailrequestquote.php">
                                    <TABLE width="100%" border=0 align="left" cellPadding=2 cellSpacing=0 class="bdytxt17">
                                      <TBODY>
                                        <TR align=left> 
                                          <TD id=ttl colSpan=2><strong>Personal 
                                            Information:&nbsp; (Fields marked 
                                            with * are mandatory)</strong></TD>
                                        </TR>
                                        <TR align=left id="errmsg" style="display:none;"> 
                                          <TD id=ttl colSpan=2><script language="JavaScript1.2">
 																	 var regexS = "[\\?&]code=([^&#]*)";
  																	 var regex = new RegExp( regexS );
																	 var tmpURL = window.location.href;
																	 var results = regex.exec( tmpURL );
																	 if( results != null )
																	  {
																	  	document.getElementById('errmsg').style.display = '';
																		//document.write('<tr><td height="7"></td></tr><tr><td class="bdytxt16"><font color="#FF0000">Enter the letters as they are shown in the image above.</font></td></tr>');
																		document.write('<font color="#FF0000">Enter the letters as they are shown in the image.</font>');
																	  }
															</script></TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194><FONT
                        color=#ff6600>*</FONT>First Name: </TD>
                                          <TD width=357><input class="bdytxt17" id="First_Name" size=23 name="FirstName"> </TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194><FONT
                        color=#ff6600>*</FONT>Last Name:</TD>
                                          <TD width=357><INPUT class="bdytxt17" id="Last_Name" size=23 name="LastName"> 
                                          </TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194>Organization 
                                            (Co. Name):</TD>
                                          <TD width=357><INPUT class=bdytxt17 id="Organization" size=23
                        name="Organization"> </TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194>Address 
                                            1:</TD>
                                          <TD width=357><INPUT class=bdytxt17 id="Address1" size=23
                        name="Address1"> </TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194>Address 
                                            2:</TD>
                                          <TD width=357><INPUT class=bdytxt17 id="Address2" size=23
                        name="Address2"> </TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194>City:</TD>
                                          <TD width=357><INPUT class=bdytxt17 id="City" size=23 name="City"> 
                                          </TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194>State/Province:</TD>
                                          <TD width=357><INPUT class=bdytxt17 id="State" size=5 name="State"> 
                                          </TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194>Zip/Postal 
                                            Code:</TD>
                                          <TD width=357><INPUT class=bdytxt17 id="Zip" size=23 name="Zip"> 
                                          </TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194>Country:<BR></TD>
                                          <TD width=357><font face="Arial" size="2"> 
                                            <select name="Country" size="1" class="textbox2" style="widht:195px">
                                              <option value="US" selected>United 
                                              States</option>
                                              <option value="AF">Afghanistan</option>
                                              <option value="AL">Albania</option>
                                              <option value="DZ">Algeria</option>
                                              <option value="AS">American Samoa</option>
                                              <option value="AD">Andorra</option>
                                              <option value="AO">Angola</option>
                                              <option value="AI">Anguilla</option>
                                              <option value="AQ">Antarctica</option>
                                              <option value="AG">Antigua &amp; 
                                              Barbuda</option>
                                              <option value="AR">Argentina</option>
                                              <option value="AM">Armenia</option>
                                              <option value="AW">Aruba</option>
                                              <option value="AU">Australia</option>
                                              <option value="AT">Austria</option>
                                              <option value="AZ">Azerbaijan</option>
                                              <option value="BS">Bahamas</option>
                                              <option value="BH">Bahrain</option>
                                              <option value="BD">Bangladesh</option>
                                              <option value="BB">Barbados</option>
                                              <option value="BY">Belarus</option>
                                              <option value="BE">Belgium</option>
                                              <option value="BZ">Belize</option>
                                              <option value="BJ">Benin</option>
                                              <option value="BM">Bermuda</option>
                                              <option value="BT">Bhutan</option>
                                              <option value="BO">Bolivia</option>
                                              <option value="BA">Bosnia Hercegovina</option>
                                              <option value="BW">Botswana</option>
                                              <option value="BV">Bouvet Island</option>
                                              <option value="BR">Brazil</option>
                                              <option value="IO">British Indian 
                                              Ocean Territory</option>
                                              <option value="BN">Brunei Darussalam</option>
                                              <option value="BG">Bulgaria</option>
                                              <option value="BF">Burkina Faso</option>
                                              <option value="BI">Burundi</option>
                                              <option value="KH">Cambodia</option>
                                              <option value="CM">Cameroon</option>
                                              <option value="CA">Canada</option>
                                              <option value="CV">Cape Verde</option>
                                              <option value="KY">Cayman Islands</option>
                                              <option value="CF">Central African 
                                              Republic </option>
                                              <option value="TD">Chad</option>
                                              <option value="CL">Chile</option>
                                              <option value="CN">China</option>
                                              <option value="CX">Christmas Island</option>
                                              <option value="CC">Cocos (Keeling) 
                                              Islands</option>
                                              <option value="CO">Colombia</option>
                                              <option value="KM">Comoros</option>
                                              <option value="CG">Congo</option>
                                              <option value="CK">Cook Islands</option>
                                              <option value="CR">Costa Rica</option>
                                              <option value="CI">Cote D'ivoire</option>
                                              <option value="HR">Croatia</option>
                                              <option value="CY">Cyprus</option>
                                              <option value="CZ">Czech Republic</option>
                                              <option value="CS">Czechoslovakia</option>
                                              <option value="DK">Denmark</option>
                                              <option value="DJ">Djibouti</option>
                                              <option value="DM">Dominica</option>
                                              <option value="DO">Dominican Republic</option>
                                              <option value="TP">East Timor</option>
                                              <option value="EC">Ecuador</option>
                                              <option value="EG">Egypt</option>
                                              <option value="SV">El Salvador</option>
                                              <option value="GQ">Equatorial Guinea</option>
                                              <option value="ER">Eritrea</option>
                                              <option value="EE">Estonia</option>
                                              <option value="ET">Ethiopia</option>
                                              <option value="FK">Falkland Islands</option>
                                              <option value="FO">Faroe Islands</option>
                                              <option value="FJ">Fiji</option>
                                              <option value="FI">Finland</option>
                                              <option value="FR">France </option>
                                              <option value="GF">French Guiana</option>
                                              <option value="PF">French Polynesia</option>
                                              <option value="TF">French Southern 
                                              Territories</option>
                                              <option value="GA">Gabon</option>
                                              <option value="GM">Gambia</option>
                                              <option value="GE">Georgia</option>
                                              <option value="GS">Georgia &amp; 
                                              Sandwich Islands</option>
                                              <option value="DE">Germany</option>
                                              <option value="GH">Ghana</option>
                                              <option value="GI">Gibraltar</option>
                                              <option value="GB">Great Britain</option>
                                              <option value="GR">Greece</option>
                                              <option value="GL">Greenland</option>
                                              <option value="GD">Grenada</option>
                                              <option value="GP">Guadeloupe</option>
                                              <option value="GU">Guam</option>
                                              <option value="GT">Guatemala</option>
                                              <option value="GG">Guernsey</option>
                                              <option value="GN">Guinea </option>
                                              <option value="GW">Guinea-Bissau</option>
                                              <option value="GY">Guyana </option>
                                              <option value="HT">Haiti</option>
                                              <option value="HM">Heard &amp; Mc 
                                              Donald Islands</option>
                                              <option value="HN">Honduras</option>
                                              <option value="HK">Hong Kong</option>
                                              <option value="HU">Hungary</option>
                                              <option value="IS">Iceland</option>
                                              <option value="IN">India</option>
                                              <option value="IQ">Iraq</option>
                                              <option value="IE">Ireland</option>
                                              <option value="IM">Isle Of Man</option>
                                              <option value="IL">Israel</option>
                                              <option value="IT">Italy</option>
                                              <option value="JM">Jamaica</option>
                                              <option value="JP">Japan</option>
                                              <option value="JE">Jersey</option>
                                              <option value="JO">Jordan</option>
                                              <option value="KZ">Kazakhstan</option>
                                              <option value="KE">Kenya</option>
                                              <option value="KI">Kiribati</option>
                                              <option value="KR">Korea</option>
                                              <option value="KW">Kuwait</option>
                                              <option value="KG">Kyrgyzstan</option>
                                              <option value="LA">Lao People's 
                                              Republic</option>
                                              <option value="LV">Latvia</option>
                                              <option value="LB">Lebanon</option>
                                              <option value="LS">Lesotho</option>
                                              <option value="LR">Liberia</option>
                                              <option value="LY">Libyan Arab Jamahiriya</option>
                                              <option value="LI">Liechtenstein</option>
                                              <option value="LT">Lithuania</option>
                                              <option value="LU">Luxembourg</option>
                                              <option value="MO">Macau</option>
                                              <option value="MK">Macedonia</option>
                                              <option value="MG">Madagascar</option>
                                              <option value="MW">Malawi</option>
                                              <option value="MY">Malaysia</option>
                                              <option value="MV">Maldives</option>
                                              <option value="ML">Mali</option>
                                              <option value="MT">Malta</option>
                                              <option value="MH">Marshall Islands</option>
                                              <option value="MQ">Martinique</option>
                                              <option value="MR">Mauritania</option>
                                              <option value="MU">Mauritius</option>
                                              <option value="YT">Mayotte</option>
                                              <option value="MX">Mexico</option>
                                              <option value="FM">Micronesia</option>
                                              <option value="MD">Moldova</option>
                                              <option value="MC">Monaco</option>
                                              <option value="MN">Mongolia</option>
                                              <option value="MS">Montserrat</option>
                                              <option value="MA">Morocco </option>
                                              <option value="MZ">Mozambique</option>
                                              <option value="MM">Myanmar</option>
                                              <option value="NA">Namibia</option>
                                              <option value="NR">Nauru</option>
                                              <option value="NP">Nepal</option>
                                              <option value="NL">Netherlands</option>
                                              <option value="AN">Netherlands Antilles</option>
                                              <option value="NT">Neutral Zone</option>
                                              <option value="NC">New Caledonia</option>
                                              <option value="NZ">New Zealand</option>
                                              <option value="NI">Nicaragua</option>
                                              <option value="NE">Niger</option>
                                              <option value="NG">Nigeria</option>
                                              <option value="NU">Niue</option>
                                              <option value="NF">Norfolk Island</option>
                                              <option value="MP">Northern Mariana 
                                              Islands</option>
                                              <option value="NO">Norway</option>
                                              <option value="OM">Oman</option>
                                              <option value="PK">Pakistan</option>
                                              <option value="PW">Palau</option>
                                              <option value="PA">Panama</option>
                                              <option value="PG">Papua New Guinea</option>
                                              <option value="PY">Paraguay</option>
                                              <option value="PE">Peru</option>
                                              <option value="PH">Philippines</option>
                                              <option value="PN">Pitcairn</option>
                                              <option value="PL">Poland</option>
                                              <option value="PT">Portugal</option>
                                              <option value="PR">Puerto Rico</option>
                                              <option value="QA">Qatar</option>
                                              <option value="CD">Republic Of Congo 
                                              </option>
                                              <option value="RE">Reunion</option>
                                              <option value="RO">Romania</option>
                                              <option value="RU">Russian Federation</option>
                                              <option value="RW">Rwanda</option>
                                              <option value="KN">Saint Kitts &amp; 
                                              And Nevis</option>
                                              <option value="LC">Saint Lucia</option>
                                              <option value="VC">Saint Vincent 
                                              &amp; Grenadines</option>
                                              <option value="WS">Samoa</option>
                                              <option value="SM">San Marino</option>
                                              <option value="ST">Sao Tome &amp; 
                                              Principe</option>
                                              <option value="SA">Saudi Arabia</option>
                                              <option value="SN">Senegal</option>
                                              <option value="SC">Seychelles</option>
                                              <option value="SL">Sierra Leone</option>
                                              <option value="SG">Singapore</option>
                                              <option value="SK">Slovakia</option>
                                              <option value="SI">Slovenia</option>
                                              <option value="SB">Solomon Islands</option>
                                              <option value="SO">Somalia</option>
                                              <option value="ZA">South Africa</option>
                                              <option value="ES">Spain</option>
                                              <option value="LK">Sri Lanka</option>
                                              <option value="SH">St. Helena</option>
                                              <option value="PM">St. Pierre &amp; 
                                              Miquelon</option>
                                              <option value="SR">Suriname</option>
                                              <option value="SJ">Svalbard &amp; 
                                              Jan Mayen Islands</option>
                                              <option value="SZ">Swaziland</option>
                                              <option value="SE">Sweden</option>
                                              <option value="CH">Switzerland</option>
                                              <option value="SY">Syrian Arab Republic</option>
                                              <option value="TW">Taiwan</option>
                                              <option value="TJ">Tajikistan</option>
                                              <option value="TZ">Tanzania, Republic 
                                              Of</option>
                                              <option value="TH">Thailand</option>
                                              <option value="TG">Togo</option>
                                              <option value="TK">Tokelau</option>
                                              <option value="TO">Tonga</option>
                                              <option value="TT">Trinidad &amp; 
                                              Tobago</option>
                                              <option value="TN">Tunisia</option>
                                              <option value="TR">Turkey</option>
                                              <option value="TM">Turkmenistan</option>
                                              <option value="TC">Turks &amp; Caicos 
                                              Islands</option>
                                              <option value="TV">Tuvalu</option>
                                              <option value="UG">Uganda</option>
                                              <option value="UA">Ukraine</option>
                                              <option value="AE">United Arab Emirates</option>
                                              <option value="UK">United Kingdom</option>
                                              <option value="UM">US Minor Outlying 
                                              Islands</option>
                                              <option value="UY">Uruguay</option>
                                              <option value="SU">Ussr</option>
                                              <option value="UZ">Uzbekistan</option>
                                              <option value="VU">Vanuatu</option>
                                              <option value="VA">Vatican City 
                                              State</option>
                                              <option value="VE">Venezuela </option>
                                              <option value="VN">Viet Nam </option>
                                              <option value="VG">Virgin Islands 
                                              (British)</option>
                                              <option value="VI">Virgin Islands 
                                              (U.S.)</option>
                                              <option value="WF">Wallis &amp; 
                                              Futuna Islands</option>
                                              <option value="EH">Western Sahara</option>
                                              <option value="YE">Yemen, Republic 
                                              Of</option>
                                              <option value="YU">Yugoslavia</option>
                                              <option value="ZR">Zaire</option>
                                              <option value="ZM">Zambia</option>
                                              <option value="ZW">Zimbabwe</option>
                                            </select>
                                            </font> </TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194><FONT
                        color=#ff6600>*</FONT>Phone Number:</TD>
                                          <TD width=357><INPUT class="bdytxt17" id="Phone" size=23 name="Phone">
                                            (Please include area code) </TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194>Fax 
                                            Number (optional):</TD>
                                          <TD width=357><INPUT class="bdytxt17" id="Fax" size=23 name="Fax"> 
                                          </TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194><FONT
                        color=#ff6600>*</FONT>Contact Email:</TD>
                                          <TD width=357 height=25><INPUT class="bdytxt17" id="Email" size=23
                        name="Email"> </TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194>I would 
                                            like to be contacted via:</TD>
                                          <TD vAlign=top align=left width=357 height=25> 
                                            <TABLE cellSpacing=0 cellPadding=0 width="100%"
border=0>
                                              <TBODY>
                                                <TR> 
                                                  <TD width="14%" class="bdytxt17" id=frm>Email</TD>
                                                  <TD vAlign=top align=left width="86%"><INPUT
                              type="checkbox" value="Email"
                              name="ContactMeVia[]" id="ContactMeVia1"> </TD>
                                                </TR>
                                                <TR> 
                                                  <TD width="14%" class="bdytxt17" id=frm>Phone</TD>
                                                  <TD vAlign=top align=left width="86%"><INPUT
                              type=checkbox value="Phone"
                              name="ContactMeVia[]" id="ContactMeVia2"> </TD>
                                                </TR>
                                              </TBODY>
                                            </TABLE></TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194>&nbsp;</TD>
                                          <TD class=f width=357>&nbsp;</TD>
                                        </TR>
                                        <TR> 
                                          <TD id=ttl width=194>&nbsp;</TD>
                                          <TD id=ttl width=357>Information about 
                                            your order: <BR>
                                            (Please choose at least one):</TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194 height=14><INPUT type="checkbox" name="PagesChk" value="Pages" id="PagesChk"> 
                                          </TD>
                                          <TD class=f id=frm width=357>New Website 
                                            design (Please include the total number 
                                            of pages you would like in your website) 
                                            <TEXTAREA name="NewWebSiteDesign_Pages" wrap=VIRTUAL class="bdytxt17" style="overflow:auto;height:117px;width:346px;"></TEXTAREA> 
                                          </TD>
                                        </TR>
                                        <TR> 
                                          <TD class=f id=frm align=right width=194><INPUT type="checkbox" name="RedesignURLChk" value="Redesign URL" id="RedesignURLChk"> 
                                            <BR></TD>
                                          <TD class=f id=frm width=357>Redesign 
                                            of Current Website (Please include 
                                            the current URL)
<TEXTAREA name="URLtoRedesign" style="overflow:auto;height:117px;width:346px;" class="bdytxt17"></TEXTAREA> 
                                          </TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194 height=137><INPUT type="checkbox" name="OtherInformationChk" value="Other Information" id="OtherInformationChk"> 
                                          </TD>
                                          <TD class=f id=frm width=357 height=137>Other 
                                            Information:<BR> <TEXTAREA name="OtherInformation" style="overflow:auto;height:117px;width:346px;" class="bdytxt17"></TEXTAREA> 
                                          </TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194>&nbsp;</TD>
                                          <TD vAlign=top align=left width=357
                    height=25>&nbsp;</TD>
                                        </TR>
                                        <TR> 
                                          <TD id=ttl width=194>&nbsp;</TD>
                                          <TD id=ttl width=357>Please select features 
                                            and services you will require:</TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194><INPUT type="checkbox" value="Logo Design" name="ServicesRequire[]" id="ServicesRequire1"> 
                                          </TD>
                                          <TD class=f id=frm width=357>Logo Design</TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194><INPUT type="checkbox" value="Flash Animation/Presentation/Intro" name="ServicesRequire[]" id="ServicesRequire2"> 
                                          </TD>
                                          <TD class=f id=frm width=357>Flash Animation/Presentation/Intro</TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194><INPUT type="checkbox" value="Interactive Features - Form Mail" name="ServicesRequire[]" id="ServicesRequire3"> 
                                          </TD>
                                          <TD class=f id=frm width=357>Interactive 
                                            Features (Form Mail)</TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194><INPUT type="checkbox" value="Site Maintenance" name="ServicesRequire[]" id="ServicesRequire4"> 
                                          </TD>
                                          <TD class=f id=frm width=357>Site Maintenance 
                                            (after completion of project)</TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194><INPUT type="checkbox" value="Banner Design" name="ServicesRequire[]" id="ServicesRequire5"> 
                                          </TD>
                                          <TD class=f id=frm width=357>Banner 
                                            Design</TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194><INPUT type="checkbox" value="Database Programming" name="ServicesRequire[]" id="ServicesRequire6"> 
                                          </TD>
                                          <TD class=f id=frm width=357>Database 
                                            Programming</TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194><INPUT type="checkbox" value="Custom Web Programming" name="ServicesRequire[]" id="ServicesRequire7"> 
                                          </TD>
                                          <TD class=f id=frm width=357>Custom 
                                            Web Programming</TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194><INPUT type="checkbox" value="HTML Newsletters" name="ServicesRequire[]" id="ServicesRequire8"> 
                                          </TD>
                                          <TD class=f id=frm width=357>HTML Newsletters</TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194><INPUT type="checkbox" value="Custom Script Design" name="ServicesRequire[]" id="ServicesRequire9"> 
                                          </TD>
                                          <TD class=f id=frm width=357>Custom 
                                            Script Design (CGI, Java, Perl, etc)</TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194><INPUT type="checkbox" value="MPEG video streaming" name="ServicesRequire[]" id="ServicesRequire10"> 
                                          </TD>
                                          <TD class=f id=frm width=357>MPEG video 
                                            streaming</TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194><INPUT type="checkbox" value="Flash Interactive Games" name="ServicesRequire[]" id="ServicesRequire11"> 
                                          </TD>
                                          <TD class=f id=frm width=357>Flash Interactive 
                                            Games</TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194><INPUT type="checkbox" value="Custom Software Development" name="ServicesRequire[]" id="ServicesRequire12"> 
                                          </TD>
                                          <TD class=f id=frm width=357>Custom 
                                            Software Development</TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right><INPUT type="checkbox" value="Shopping Cart" name="ServicesRequire[]" id="ServicesRequire13"></TD>
                                          <TD id=frm><table width="100%" border="0" cellspacing="0" cellpadding="0">
                                              <tr> 
                                                <TD width=248 class="bdytxt17" id=frm><SPAN class=f>Shopping 
                                                  Cart (Please specify amount 
                                                  of products) </SPAN></TD>
                                                <td width="96"><SPAN class=f> 
                                                  <INPUT name="AmountOfProducts" class="box1" id="Amount" size=12 value="" type="text">
                                                  </SPAN></td>
                                                <td width="1">&nbsp;</td>
                                              </tr>
                                            </table></TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194 height=145><INPUT type="checkbox" name="AdditionalInfoChk" value="Additional Info" id="AdditionalInfoChk"> 
                                          </TD>
                                          <TD id=frm width=357 height=145><SPAN class=f>Additional 
                                            Info</SPAN> <TEXTAREA name="AdditionalInfo" style="overflow:auto;height:117px;width:346px;" class="bdytxt17"></TEXTAREA> 
                                          </TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194>&nbsp;</TD>
                                          <TD class=f id=frm width=357>&nbsp;</TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194><FONT
                        color=#ff6600>*</FONT>How soon do you need to start the 
                                            project?:</TD>
                                          <TD class=f id=frm width=357><SELECT
                        name="StartProject" class="bdytxt17">
                                              <OPTION selected value="Soon">Soon</OPTION>
                                              <OPTION value="Within 2 weeks">Within 
                                              2 weeks</OPTION>
                                              <OPTION value="Within 2-4 weeks">Within 
                                              2-4 weeks</OPTION>
                                              <OPTION value="Within 4-6 weeks">Within 
                                              4-6 weeks</OPTION>
                                              <OPTION value="6+ weeks">6+ weeks</OPTION>
                                            </SELECT> </TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194><FONT
                        color=#ff6600>*</FONT>Time Frame:</TD>
                                          <TD class=f id=frm width=357><SELECT name="TimeFrame" class="bdytxt17">
                                              <OPTION selected value="I have no timeline">I 
                                              have no timeline</OPTION>
                                              <OPTION value="Within 2 weeks">Within 
                                              2 weeks</OPTION>
                                              <OPTION value="Within 3 weeks">Within 
                                              3 weeks</OPTION>
                                              <OPTION value="Within 4 weeks">Within 
                                              4 weeks</OPTION>
                                              <OPTION value="Within 5 weeks">Within 
                                              5 weeks</OPTION>
                                              <OPTION value="Within 6 weeks">Within 
                                              6 weeks</OPTION>
                                            </SELECT> </TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194 height=102><FONT
                        color=#ff6600>*</FONT>Please describe the purpose of the 
                                            Website and provide any other information 
                                            that you feel will be helpful:</TD>
                                          <TD class=f id=frm width=357 height=102><TEXTAREA name="ProjectDescription" style="overflow:auto;height:117px;width:346px;" class="bdytxt17"></TEXTAREA> 
                                          </TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right width=194>Did 
                                            anyone refer you? If yes, who?:</TD>
                                          <TD class=f id=frm width=357><INPUT name="ReferName" class="bdytxt17" id=txt size=23 type="text"></TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right><table width="100%" border="0" cellspacing="0" cellpadding="0">
                                              <tr> 
                                                <td width="88%" align="right" valign="top" class="bdytxt17">Word 
                                                  Verification:</td>
                                                <td width="12%" align="right"><img src="images/wordverify_arrow.jpg" width="19" height="78"></td>
                                              </tr>
                                            </table></TD>
                                          <TD class=f id=frm><table width="100%" border="0" cellspacing="0" cellpadding="0">
                                              <tr> 
                                                <td height="17" valign="top" class="bdytxt17">Type 
                                                  the characters you see in the 
                                                  picture below.</td>
                                              </tr>
                                              <tr> 
                                                <td height="44"><table width="121" height="33" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center" valign="middle" background="verification_code/bg.jpg" class="sacs" style="background-repeat: no-repeat;padding-left:10px;padding-top:4px;"><img src ="verification_code/image.php"></td>
  </tr>
</table></td>
                                              </tr>
                                              <tr> 
                                                <td> <table style="background-image:url(images/textbox_back1.jpg);background-repeat:no-repeat;padding-left:9px;height:22px;" width="146" border="0" cellspacing="0" cellpadding="0">
                                                    <tr> 
                                                      <td><input name="code" type="text" id="code" style="border:0px;width:136px;"></td>
                                                    </tr>
                                                  </table></td>
                                              </tr>
                                            </table></TD>
                                        </TR>
                                        <TR> 
                                          <TD height="7" colspan="2" align=right id=frm></TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right></TD>
                                          <TD vAlign=top align=left height=10 class="bdytxt17"><script language="JavaScript1.2">
 																	 var regexS = "[\\?&]code=([^&#]*)";
  																	 var regex = new RegExp( regexS );
																	 var tmpURL = window.location.href;
																	 var results = regex.exec( tmpURL );
																	 if( results != null )
																		//document.write('<tr><td height="7"></td></tr><tr><td class="bdytxt16"><font color="#FF0000">Enter the letters as they are shown in the image above.</font></td></tr>');
																		document.write('<font color="#FF0000">Enter the letters as they are shown in the image above.</font>');
															</script></TD>
                                        </TR>
                                        <TR> 
                                          <TD height="7" colspan="2" align=right id=frm></TD>
                                        </TR>
                                        <TR> 
                                          <TD id=frm align=right>&nbsp;</TD>
                                          <TD height=25 align=left vAlign=middle><input name="Submit" type="image" id="Submit" onClick="return validation();" src="images/submit_request_but.jpg" width="113" height="15" border="0"> 
                                            <a href="#"><img src="images/reset_form_but.jpg" onClick="RequestQuote.reset();" alt="Reset Form" title="Reset Form" width="91" height="15" border="0"></a> 
                                          </TD>
                                        </TR>
                                        <TR align=right> 
                                          <TD id=frm
colSpan=2>&nbsp;</TD>
                                        </TR>
                                      </TBODY>
                                    </TABLE>
                                  </FORM></TD>
                              </TR>
                            </TBODY>
                          </TABLE></td>
                      </tr>
                    </table></td>
                </tr>
              </table></td>
            <td width="10"><img src="images/spacer.gif" width="10" height="1"></td>
            <td width="152" height="100%" valign="top" bgcolor="#FFFFFF"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                <tr>
                  <td height="149" bgcolor="#ECEDEF" class="fourside-grey-border"><form name="cpform" method="post" action="https://www.addr.com/panel/login.cgi">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="10" rowspan="8" class="boldgrey1"><img src="images/spacer.gif" width="10" height="1"></td>
            <td width="123" class="boldgrey4"><a href="https://www.addr.com/panel/" class="boldgrey4">CONTROL
              PANEL</a> <a href="https://www.addr.com/panel/"><img src="images/arr-down.gif" width="7" height="8" border="0" align="absmiddle"></a></td>
            <td width="2">&nbsp;</td>
          </tr>
          <tr>
            <td height="8" colspan="4"><img src="images/spacer.gif" width="1" height="5"></td>
            <td width="10" rowspan="7"><img src="images/spacer.gif" width="10" height="7"></td>
          </tr>
          <tr>
            <td colspan="4" class="bdytxt11">Username</td>
          </tr>
          <tr>
            <td colspan="4"><input name="User" type="text" id="User" size="16"></td>
          </tr>
          <tr>
            <td height="16" colspan="4" class="bdytxt11">Password</td>
          </tr>
          <tr>
            <td colspan="4"><input name="Password" type="password" id="Password" size="16"></td>
          </tr>
          <tr>
            <td height="3" colspan="4"><img src="images/spacer.gif" width="1" height="3"></td>
          </tr>
          <tr>
            <td height="19" colspan="4" align="right"><table width="100%" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="86%" align="right" valign="middle"><input name="imageField" type="image" src="images/login.gif" width="40" height="19" border="0"></td>
                  <td width="28%">&nbsp;</td>
                </tr>
              </table></td>
          </tr>
        </table>
      </form></td>
                </tr>
                <tr>
                  <td height="7"><img src="images/spacer.gif" width="1" height="7"></td>
                </tr>
                <tr>
                  <td height="55" valign="top" bgcolor="#ECEDEF" class="fourside-grey-border"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td width="3%" class="boldgrey1"><img src="images/spacer.gif" width="1" height="22"></td>
                        <td class="boldgrey4"><a href="about.htm" class="boldgrey4">CORPORATE
                          INFO</a> <a href="about.htm"><img src="images/arr-down.gif" width="7" height="8" border="0" align="absmiddle"></a></td>
                        <td width="6%" colspan="-2" class="boldgrey1"><img src="images/spacer.gif" width="10" height="7"></td>
                      </tr>
                      <tr align="center">
                        <td colspan="3" class=""> <select name="select2" class="fields3" onChange="location.href=this.options[this.selectedIndex].value">
                            <option selected value="javascript:;">Please Select</option>
                            <option value="about.htm">About ADDR.com</option>
                            <option value="partners.htm">Business Development</option>
                            <option value="mart_dir.htm">Marketing Director</option>
                            <option value="careers.htm">Careers @ ADDR.com</option>
                            <option value="policies/index.htm">Policies & Procedures</option>
                            <option value="clients_testimonials_submission.htm">Provide
                            Feedback</option>
                          </select></td>
                      </tr>
                    </table></td>
                </tr>
                <tr>
                  <td height="7"><img src="images/spacer.gif" width="1" height="7"></td>
                </tr>
                <tr>
                  <td height="112" valign="top" bgcolor="#ECEDEF" class="fourside-grey-border"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td height="22" colspan="3" class="boldgrey4"><img src="images/spacer.gif" width="5" height="7">AT
                          A GLANCE STATS<img src="images/spacer.gif" width="5" height="7"></td>
                      </tr>
                      <tr>
                        <td class="bdytxt2">&nbsp;</td>
                        <td align="center" class="bdytxt2">
						Pages served today:<br> <strong>1211</strong><br>
                          Emails processed today:<br> <strong>112</strong><br>
                          Today's new clients:<br> <strong>12</strong></td>
                        <td class="bdytxt2">&nbsp;</td>
                      </tr>
                    </table></td>
                </tr>
                <tr>
                  <td height="7"><img src="images/spacer.gif" width="1" height="7"></td>
                </tr>
                <tr>
                  <td height="58" valign="top" bgcolor="#ECEDEF" class="fourside-grey-border"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td class="boldgrey1"><img src="images/spacer.gif" width="10" height="7"></td>
                        <td class="boldgrey4" height="20"><a href="help/show.cgi?help_center_sections1.htm" class="boldgrey4">HELP
                          CENTER</a> <a href="help/show.cgi?help_center_sections1.htm"><img src="images/arr-down.gif" width="7" height="8" border="0" align="absmiddle"></a></td>
                        <td align="right">&nbsp;</td>
                        <td class="boldgrey1">&nbsp;</td>
                      </tr>
                      			  <tr>
                        <td class="boldgrey1"><img src="images/spacer.gif" width="12" height="7"></td>
                        <td colspan="4"><form name="myform"><select name="myhelp" class="fields2" onChange="T_change()">
                            <option selected value="javascript:;">Please Select</option>
                            <option value="help/show.cgi?getting_started.htm">Getting Started</option>
                            <option value="help/show.cgi?faq.htm">FAQs</option>
                            <option value="help/show.cgi?how_to.htm">How To...</option>
                            <option value="help/show.cgi?features.htm">Features Tutorial</option>
                            <option value="help/show.cgi?help_request.htm">Request for
                            Setup</option>
                            <option value="help/show.cgi?advanced-help.htm">Advanced users</option>
                          </select></form></td>
                        <td class="boldgrey1"><img src="images/spacer.gif" width="10" height="7"></td>
                      </tr>
                    </table></td>
                </tr>
                <tr>
                  <td height="7"><img src="images/spacer.gif" width="1" height="7"></td>
                </tr>
                <tr>
                  <td height="89" bgcolor="#ECEDEF" class="fourside-grey-border"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td height="27" colspan="3" class="boldgrey1"><img src="images/alwayon_supp.gif" width="151" height="26"></td>
                      </tr>
                      <tr>
                        <td width="8">&nbsp;</td>
                        <td width="29" height="19"><img src="images/phone.gif" width="12" height="12" border="0"><img src="images/spacer.gif" width="8" height="1"></td>
                        <td width="114" class="bdytxt16" >1-877-ADDR-COM</td>
                      </tr>
                      <tr>
                        <td width="8">&nbsp;</td>
                        <td height="19"><a href="javascript:;" onClick="MM_openBrWindow('https://chatwith.addr.com/phplive/request.php?l=admin&x=1&deptid=0&btn=1','chatsupport','width=626,height=406')"><img src="images/aoc.gif" width="16" height="14" border="0"></a></td>
                        <td class="bdytxt12"><a href="javascript:;" class="bdytxt12" onClick="MM_openBrWindow('https://chatwith.addr.com/phplive/request.php?l=admin&x=1&deptid=0&btn=1','chatsupport','width=626,height=406')">Live
                          Chat</a></td>
                      </tr>
                      <tr>
                        <td width="8">&nbsp;</td>
                        <td height="19"><a href="util_wewill_callyou.php"><img src="images/hand.gif" width="14" height="15" border="0"></a></td>
                        <td class="bdytxt12"><a href="util_wewill_callyou.php" class="bdytxt12">We'll
                            Call You</a></td>
                      </tr>
                    </table></td>
                </tr>
                <tr>
                  <td height="7"><img src="images/spacer.gif" width="1" height="7"></td>
                </tr>
                <tr>
                  <td height="58" valign="top" bgcolor="#ECEDEF" class="fourside-grey-border"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td class="boldgrey1"><img src="images/spacer.gif" width="10" height="7"></td>
                        <td class="boldgrey4" height="20"><a href="map.htm" class="boldgrey4">SITE
                          MAP </a><a href="map.htm"><img src="images/arr-down.gif" width="7" height="8" border="0" align="absmiddle"></a></td>
                        <td>&nbsp;</td>
                        <td class="boldgrey1"><img src="images/spacer.gif" width="30" height="7"></td>
                      </tr>
                      <tr>
                        <td class="boldgrey1"><img src="images/spacer.gif" width="10" height="7"></td>
                        <td colspan="5"><select name="select4" class="field4-home-rtbar" onChange="MM_jumpMenu('parent',this,0)">
              <option value="map.htm" selected>Goto Page...</option>
              <option value="javascript:;">-------------</option>
              <option value="index.htm">Home</option>
              <option value="about.htm">About Us</option>
              <option value="solutions.htm">Solutions</option>
              <option value="partners.htm">Partners</option>
              <option value="careers.htm">Careers</option>
              <option value="javascript:;">-------------</option>
              <option value="javascript:;">Chat with a Rep</option>
              <option value="https://secure.addr.com/order/signup.cgi">Order now</option>
              <option value="javascript:;">-----------------</option>
              <option value="help/show.cgi?show.cgi?help_center_sections1.htm">Help Center</option>
              <option value="help/show.cgi?faq.htm">-FAQ</option>
              <option value="help/show.cgi?how_to.htm">-How To's</option>
              <option value="help/show.cgi?problems.htm">-Problems & Solns.</option>
              <option value="help/show.cgi?features.htm">-Feature Tutorials</option>
              <option value="help/show.cgi?advanced-help.htm">-Advanced users</option>
              <option value="help/show.cgi?glossary.htm">-Glossary</option>
              <option value="help/show.cgi?help_search.htm">-Searching</option>
              <option value="help/show.cgi?help_request.htm">-Service Requests</option>
              <option value="javascript:;">-----------------</option>
              <option value="https://www.addr.com/panel">Control Panel Login</option>
              <option value="javascript:;">-----------------</option>
              <option value="javascript:;">Web Hosting</option>
              <option value="compare_hosting_accounts.htm">-Compare Plans</option>
              <option value="ourguarantees.htm">-Our Guarantees</option>
              <option value="why.htm">-Why ADDR.com?</option>
              <option value="policies/index.htm">-Policies</option>
              <option value="testimonials.htm">-Testimonials</option>
              <option value="basic_hosting_account.htm">-Basic Account</option>
              <option value="silver_hosting_account.htm">-Silver Account</option>
              <option value="gold_hosting_account.htm">-Gold Account</option>
              <option value="javascript:;">-----------------</option>
              <option value="webdesign.htm">Web Design</option>
              <option value="customsite_special_offer.htm">-Custom Site</option>
              <option value="e-commerce_store_design.htm">-E-Commerce Store</option>
              <option value="site_maintenance_service.htm">-Site Maintenance</option>
              <option value="portfolio.htm">-View Portfolio</option>
              <option value="our_capabilities.htm">-Our Capabilities</option>
              <option value="request.htm">-Request a Quote</option>
              <option value="order_design.htm">-Order Design</option>
              <option value="javascript:;">-----------------</option>
              <option value="javascript:;">E-Commerce</option>
              <option value="ecommerce_overview.htm">-Overview</option>
              <option value="compare_solutions.htm">-Compare Solutions</option>
              <option value="e-commerce_store_design.htm">-E-Commerce Store</option>
              <option value="javascript:;">-----------------</option>
              <option value="resell.htm">Reseller</option>
              <option value="programs_overview.htm">-Overview</option>
              <option value="resell.htm">-Reseller Program</option>
              <option value="referral_program.htm">-Referral Program</option>
              <option value="affiliate_program.htm">-Affiliate Program</option>
              <option value="javascript:;">-----------------</option>
              <option value="javascript:;">Customer Service</option>
              <option value="help/show.cgi?show.cgi?help_center_sections1.htm">-Help Center</option>
              <option value="javascript:;">-Live Chat</option>
              <option value="util_wewill_callyou.php">-Have ADDR.com call you</option>
              <option value="contact.htm">-Contact Us</option>
              <option value="javascript:;">-----------------</option>
              <option value="javascript:;">Website Language</option>
              <option value="index.htm">-English</option>
              <option value="javascript:;">-French</option>
              <option value="javascript:;">-German</option>
              <option value="javascript:;">-Japanese</option>
              <option value="javascript:;">-Russian</option>
              <option value="javascript:;">-Spanish</option>
              <option value="javascript:;">-----------------</option>
              <option value="javascript:;">Corporate Info</option>
              <option value="about.htm">-About ADDR.com</option>
              <option value="partners.htm">-Business Develop.</option>
              <option value="mart_dir.htm">-Marketing Director</option>
              <option value="careers.htm">-Careers</option>
              <option value="policies/index.htm">-Policies</option>
              <option value="javascript:;">-----------------</option>
              <option value="javascript:;">ADDR Movies</option>
              <option value="javascript:;">-Speed</option>
			  <option value="javascript:;">-Creativity</option>
              <option value="javascript:;">-Innovation</option>
              <option value="javascript:;">-----------------</option>
              <option value="javascript:;"> Always ON Support</option>
              <option value="contact.htm">-24/7 Toll Free</option>
              <option value="javascript:;">-Live Chat</option>
              <option value="util_wewill_callyou.php">-We will Call You</option>
            </select></td>
                      </tr>
                    </table></td>
                </tr>
                <tr>
                  <td width="7"><img src="images/spacer.gif" width="1" height="7"></td>
                </tr>
                <tr>
                  <td height="100%" align="left" valign="top" bgcolor="#ECEDEF" class="fourside-grey-border">
                    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                      <tr>
                        <td colspan="4" class="boldgrey1"><img src="images/spacer.gif" width="1" height="7"></td>
                      </tr>
                      <tr>
                        <td width="2" class="boldgrey1"><img src="images/spacer.gif"></td>
                        <td width="120" height="20" class="boldgrey4">&nbsp;<a href="testimonials.htm" class="boldgrey4">TESTIMONIALS</a>
                          <a href="testimonials.htm"><img src="images/arr-down.gif" width="7" height="8" border="0" align="absmiddle"></a>
                        </td>
                        <td width="3">&nbsp;</td>
                        <td width="4" class="boldgrey1"><img src="images/spacer.gif"></td>
                      </tr>
                      <tr>
                        <td class="boldgrey1"><img src="images/spacer.gif"></td>
                        <td height="18" colspan="4" align="right" class="testi"><u><a href="testimonials.htm" class="testi">All
                          Testimonials</a></u></td>
                        <td width="21" class="boldgrey1"><img src="images/spacer.gif" width="13" height="7"></td>
                      </tr>
                      <tr>
                        <td class="boldgrey1"><img src="images/spacer.gif" width="1"></td>
                        <td height="100%" colspan="5" valign="top" bgcolor="#ECEDEF"><iframe src="iframe2.htm" frameborder="0" width="150" height="100%" name="iframe2" scrolling="auto"></iframe></td>
                      </tr>
                    </table>
                  </td>
                </tr>
              </table></td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td><img src="images/spacer.gif" width="1" height="21"></td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#C1C2BE"><img src="images/spacer.gif" width="1" height="1"></td>
    </tr>
       <tr> 
      <td height="36"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="10" align="center"><img src="images/spacer.gif" width="10" height="8"></td>
            <td align="left">&nbsp;&nbsp;<a href="about.htm" class="bdytxt3">About ADDR.com</a>&nbsp;:&nbsp;<a href="compare_hosting_accounts.htm" class="bdytxt3">Web Hosting</a>&nbsp;:&nbsp;<a href="index.htm" class="bdytxt3">Free Design</a>&nbsp;:&nbsp;<a href="e-commerce_store_design.htm" class="bdytxt3">E-Commerce</a>&nbsp;:&nbsp;<a href="resell.htm" class="bdytxt3">Reseller Program</a>&nbsp;:&nbsp;<a href="affiliate_program.htm" class="bdytxt3">Affiliate Program</a>&nbsp;:&nbsp;<a href="domain_lookup.php" class="bdytxt3">Domain Lookup</a> : <a href="policies/index.htm" class="bdytxt3">Privacy 
            Policy</a>&nbsp;:&nbsp;<a href="contact.htm" class="bdytxt3">Contact Us</a></td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td height="1"><img src="images/spacer.gif" width="1" height="1"></td>
    </tr>
    <tr> 
      <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="357" align="left" class="copy">&nbsp;&nbsp;&nbsp;&nbsp;Copyright 
                    &copy; 1997 - 2007 ADDR.com, Inc. All rights reserved.</td>
            <td width="90"><a href="ourguarantees.htm"><img src="images/moneyback_gaurantee.gif" width="90" height="32" border="0"></a></td>
            <td width="10"><img src="images/spacer.gif" width="10" height="8"></td>
            <td width="76"><a href="partners.htm"><img src="images/cisco.gif" width="76" height="30" border="0"></a></td>
            <td width="10"><img src="images/spacer.gif" width="10" height="1"></td>
            <td width="91"><a href="http://www.squaretrade.com" target="_blank"><img src="images/squaretrade-seal.jpg" width="91" height="38" border="0"></a></td>
            <td width="10"><img src="images/spacer.gif" width="10" height="1"></td>
            <td width="119" ><a href="http://dunandbradstreet.com/us/" target="_blank"><img src="images/d_b.gif" width="55" height="41" border="0"></a></td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td>&nbsp;</td>
    </tr>
  </table>
</center>
<script language="JavaScript1.2">checkCookieSet(RequestQuote);</script>
</body>
</html>
