// JavaScript Document

function verifyMail(obj)
	{
		if(obj.value.length != 0)
	    {
		 var str = obj.value;
		 var reg1 = /(@.*@)|(\.\.)|(@\.)|(\.@)|(^\.)/; // not valid
		 var reg2 = /^.+\@(\[?)[a-zA-Z0-9\-\.]+\.([a-zA-Z]{2,3}|[0-9]{1,3})(\]?)$/; // valid
		  if (!reg1.test(str) && reg2.test(str)&& str.indexOf(" ")<0)
		 {
			 // return true;
		 }else
		  {
			 alert("\"" + str + "\" is an invalid e-mail!");
			 obj.focus();
		    return false;
		   }
		}
	}	// function verifyMail(obj)
	//-----------------------------------------------------------------
//---------------------------------------------
function checkrequired(which) 
{ 
	var pass=true; 
	if (document.images) 
	{ 
		for (i=0;i<which.length;i++) 
		{ 
			
			var tempobj=which.elements[i]; 
			if (tempobj.name.substring(0,8)=="required") 
			{ 
				if ((tempobj.type=="file" || tempobj.type=="text"||tempobj.type=="textarea"||tempobj.type=="password" ||tempobj.type.toString().charAt(0)=="s" ) && tempobj.value=='')
				{ 
					if(tempobj.disabled==false)
					{
						pass=false; 
						break;
					}
				}
			} 
		} 
	} 

	if (!pass) 
	{
		if(tempobj.alt)
		{
			shortFieldName=tempobj.alt ; 
		}
		else if(tempobj.title)
		{
			shortFieldName=tempobj.title ; 
		}
		else
		{
			shortFieldName=tempobj.name.substring(8,30).toUpperCase(); 
		}
		alert("Please make sure the "+shortFieldName+" field was properly completed.") ;
		tempobj.focus() ;
	//	tempobj.style.backgroundColor='#F8E1F8' ;
		return false ;
	} 
	else 
		return true; 
} 
//---------------------------------------------
function PhoneFormat(obj)
{
	var re= /\D/;
	// test for this format: (xxx)xxx-xxxx
	var re2 = /^\({1}\d{3}\)\d{3}-\d{4}/; 
	// test for this format: xxx-xxx-xxxx
	//var re2 = /^\d{3}-\d{3}-\d{4}/;
	
	for (i=0; i<obj.value.length;i++){
	var num=obj.value;
	
	var newNum;
	 if (num != "" && re2.test(num)!=true){
	   if (num != ""){
		 while (re.test(num)){
		 num = num.replace(re,"");
		 }
	   }
	
	  if (num.length != 10){
		alert('Please enter a 10 digit phone number');
		obj.select();
		break;
		}
	   else {
		 // for format (xxx)xxx-xxxx
		// newNum = '(' + num.substring(0,3) + ')' + num.substring(3,6) + '-' + num.substring(6,10);
		 // for format xxx-xxx-xxxx
		  newNum = num.substring(0,3) + '-' + num.substring(3,6) + '-' + num.substring(6,10);
		 obj.value=newNum;
		 }
	   }
	  }
}
//---------------------------------------------
	function checkFreeEstimate(frm)
	{
		if (verifyMail(frm.requiredEmail) == false) return false;
		if (checkrequired(frm) == false) return false;	
		return true;
	}	// function checkForm(frm)
//----------------------------------------------
/*
	var arrTestimonial = Array() ;
	
	arrTestimonial[0] = '<table width="327" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/testimonials.gif" alt="" width="327" height="38" /></td></tr><tr><td class="TestimonialSpacer"><div class="FGeorgia PaddingTB15 PaddingLR25"><div align="left" class="Padding10" ><img src="images/start-quote.gif" alt="" width="16" height="13" /><em>Colonial Remodeling has provided very good quality, reliable service at a   fair price. We will continue to use their services for the foreseeable   future.</em><img src="images/end-quote.gif" alt="" width="17" height="13" /></div></div></td></tr><tr><td class="TestimonialBottomBg"><div class="PaddingLR" style="margin-left:50px;">Mark Frey, Arlington,   VA</div></td></tr><tr><td class="BgColor4">&nbsp;</td></tr><tr><td class="BgColor4" align="center"><a href="http://www.guildquality.com/marketing/colonial-remodeling/_i4503/" target="_blank"><img border=0 src="images/guild-quality-logo.gif" title="Colonial Remodeling profile at GuildQuality" alt="As a quality-focused contractor, Colonial Remodeling relies on GuildQuality\'s customer satisfaction surveying to help them deliver an exceptional customer experience."/></a></td></tr><tr><td class="BgColor4">&nbsp;</td></tr></table>' ;

	arrTestimonial[1] = '<table width="327" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/testimonials.gif" alt="" width="327" height="38" /></td></tr><tr><td class="TestimonialSpacer"><div class="FGeorgia PaddingTB15 PaddingLR25"><div align="left" class="Padding10" ><img src="images/start-quote.gif" alt="" width="16" height="13" /><em>Colonial Remodeling built me a <A href="porches-porticos-entranceways.html" class="LinksUL ">Trex deck, a shadow box fence, and a patio</a>.   The quality was outstanding, it was finished ahead of time and was on budget --   what else can you ask for?</em><img src="images/end-quote.gif" alt="" width="17" height="13" /></div></div></td></tr><tr><td class="TestimonialBottomBg"><div class="PaddingLR" style="margin-left:50px;">Ryan O\'Connor, Alexandria,   VA</div></td></tr><tr><td class="BgColor4">&nbsp;</td></tr><tr><td class="BgColor4" align="center"><a href="http://www.guildquality.com/marketing/colonial-remodeling/_i4503/" target="_blank"><img border=0 src="images/guild-quality-logo.gif" title="Colonial Remodeling profile at GuildQuality" alt="As a quality-focused contractor, Colonial Remodeling relies on GuildQuality\'s customer satisfaction surveying to help them deliver an exceptional customer experience."/></a></td></tr><tr><td class="BgColor4">&nbsp;</td></tr></tr></table>' ;
	
	arrTestimonial[2] = '<table width="327" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/testimonials.gif" alt="" width="327" height="38" /></td></tr><tr><td class="TestimonialSpacer"><div class="FGeorgia PaddingTB15 PaddingLR25"><div align="left" class="Padding10" ><img src="images/start-quote.gif" alt="" width="16" height="13" /><em>Colonial Remodeling <A href="siding-trim.html" class="LinksUL ">replaced our   siding</a> and <A href="windows-doors.html" class="LinksUL ">windows</a> as well   as built a new <A href="porches-porticos-entranceways.html" class="LinksUL ">screened-in   porch and deck</a>. We are very pleased with the process as well as the   finished product.</em><img src="images/end-quote.gif" alt="" width="17" height="13" /></div></div></td></tr><tr><td class="TestimonialBottomBg"><div class="PaddingLR" style="margin-left:50px;">Mike & Ginger Duke,   Arlington, VA</div></td></tr><tr><td class="BgColor4">&nbsp;</td></tr><tr><td class="BgColor4" align="center"><a href="http://www.guildquality.com/marketing/colonial-remodeling/_i4503/" target="_blank"><img border=0 src="images/guild-quality-logo.gif" title="Colonial Remodeling profile at GuildQuality" alt="As a quality-focused contractor, Colonial Remodeling relies on GuildQuality\'s customer satisfaction surveying to help them deliver an exceptional customer experience."/></a></td></tr><tr><td class="BgColor4">&nbsp;</td></tr></table>' ;

	arrTestimonial[3] = '<table width="327" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/testimonials.gif" alt="" width="327" height="38" /></td></tr><tr><td class="TestimonialSpacer"><div class="FGeorgia PaddingTB15 PaddingLR25"><div align="left" class="Padding10" ><img src="images/start-quote.gif" alt="" width="16" height="13" /><em>Working with Colonial Remodeling was a dream come true. Everyone did what   was promised with the highest quality for the best price.</em><img src="images/end-quote.gif" alt="" width="17" height="13" /></div></div></td></tr><tr><td class="TestimonialBottomBg"><div class="PaddingLR" style="margin-left:50px;">Charles & Lisa Koch,   Arlington, VA</div></td></tr><tr><td class="BgColor4">&nbsp;</td></tr><tr><td class="BgColor4" align="center"><a href="http://www.guildquality.com/marketing/colonial-remodeling/_i4503/" target="_blank"><img border=0 src="images/guild-quality-logo.gif" title="Colonial Remodeling profile at GuildQuality" alt="As a quality-focused contractor, Colonial Remodeling relies on GuildQuality\'s customer satisfaction surveying to help them deliver an exceptional customer experience."/></a></td></tr><tr><td class="BgColor4">&nbsp;</td></tr></table>' ;

	arrTestimonial[4] = '<table width="327" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/testimonials.gif" alt="" width="327" height="38" /></td></tr><tr><td class="TestimonialSpacer"><div class="FGeorgia PaddingTB15 PaddingLR25"><div align="left" class="Padding10" ><img src="images/start-quote.gif" alt="" width="16" height="13" /><em>I was extremely pleased with the effort that the team at Colonial did on the house. From the estimate to the final installation ~ the whole process went smoothly and was handled professionally.</em><img src="images/end-quote.gif" alt="" width="17" height="13" /></div></div></td></tr><tr><td class="TestimonialBottomBg"><div class="PaddingLR" style="margin-left:50px;">Sean Pender, Sliver Spring, MD</div></td></tr><tr><td class="BgColor4">&nbsp;</td></tr><tr><td class="BgColor4" align="center"><a href="http://www.guildquality.com/marketing/colonial-remodeling/_i4503/" target="_blank"><img border=0 src="images/guild-quality-logo.gif" title="Colonial Remodeling profile at GuildQuality" alt="As a quality-focused contractor, Colonial Remodeling relies on GuildQuality\'s customer satisfaction surveying to help them deliver an exceptional customer experience."/></a></td></tr><tr><td class="BgColor4">&nbsp;</td></tr></table>' ;

	arrTestimonial[5] = '<table width="327" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/testimonials.gif" alt="" width="327" height="38" /></td></tr><tr><td class="TestimonialSpacer"><div class="FGeorgia PaddingTB15 PaddingLR25"><div align="left" class="Padding10" ><img src="images/start-quote.gif" alt="" width="16" height="13" /><em>Just a fast note to say that the job they did was simply incredible...were incredibly professional, and gave me a result I am truly impressed with.  They were very considerate and detailed.  One of the best experiences with the house I have ever had with a vendor.  We hope to have you back for more work. And if your company ever needs a reference, put me on your list of customers willing to stand up for and behind your company and crew.<br>Stephen will be in contact with you in regards to the basement.<br>Thank you so much for everything,</em><img src="images/end-quote.gif" alt="" width="17" height="13" /></div></div></td></tr><tr><td class="TestimonialBottomBg"><div class="PaddingLR" style="margin-left:50px;">Christopher DeSimone, Alexandria, VA</div></td></tr><tr><td class="BgColor4">&nbsp;</td></tr><tr><td class="BgColor4" align="center"><a href="http://www.guildquality.com/marketing/colonial-remodeling/_i4503/" target="_blank"><img border=0 src="images/guild-quality-logo.gif" title="Colonial Remodeling profile at GuildQuality" alt="As a quality-focused contractor, Colonial Remodeling relies on GuildQuality\'s customer satisfaction surveying to help them deliver an exceptional customer experience."/></a></td></tr><tr><td class="BgColor4">&nbsp;</td></tr></table>' ;

	arrTestimonial[6] = '<table width="327" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/testimonials.gif" alt="" width="327" height="38" /></td></tr><tr><td class="TestimonialSpacer"><div class="FGeorgia PaddingTB15 PaddingLR25"><div align="left" class="Padding10" ><img src="images/start-quote.gif" alt="" width="16" height="13" /><em>If  we keep getting people knocking on our door and walking up to our fence asking  to see our porch, you are going to owe us. Ha! Ha! I guess when you do good  work it shows.</em><img src="images/end-quote.gif" alt="" width="17" height="13" /></div></div></td></tr><tr><td class="TestimonialBottomBg"><div class="PaddingLR" style="margin-left:50px;">Rosemary  Prillaman, Burke, VA</div></td></tr><tr><td class="BgColor4">&nbsp;</td></tr><tr><td class="BgColor4" align="center"><a href="http://www.guildquality.com/marketing/colonial-remodeling/_i4503/" target="_blank"><img border=0 src="images/guild-quality-logo.gif" title="Colonial Remodeling profile at GuildQuality" alt="As a quality-focused contractor, Colonial Remodeling relies on GuildQuality\'s customer satisfaction surveying to help them deliver an exceptional customer experience."/></a></td></tr><tr><td class="BgColor4">&nbsp;</td></tr></table>' ;

	arrTestimonial[7] = '<table width="327" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/testimonials.gif" alt="" width="327" height="38" /></td></tr><tr><td class="TestimonialSpacer"><div class="FGeorgia PaddingTB15 PaddingLR25"><div align="left" class="Padding10" ><img src="images/start-quote.gif" alt="" width="16" height="13" /><em>We  are loving the new porch! Thanks again for all of the assistance and for being  so responsible. You Da Man.</em><img src="images/end-quote.gif" alt="" width="17" height="13" /></div></div></td></tr><tr><td class="TestimonialBottomBg"><div class="PaddingLR" style="margin-left:50px;">Patrick  & Katie Wyman, South Riding, VA</div></td></tr><tr><td class="BgColor4">&nbsp;</td></tr><tr><td class="BgColor4" align="center"><a href="http://www.guildquality.com/marketing/colonial-remodeling/_i4503/" target="_blank"><img border=0 src="images/guild-quality-logo.gif" title="Colonial Remodeling profile at GuildQuality" alt="As a quality-focused contractor, Colonial Remodeling relies on GuildQuality\'s customer satisfaction surveying to help them deliver an exceptional customer experience."/></a></td></tr><tr><td class="BgColor4">&nbsp;</td></tr></table>' ;

	arrTestimonial[8] = '<table width="327" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/testimonials.gif" alt="" width="327" height="38" /></td></tr><tr><td class="TestimonialSpacer"><div class="FGeorgia PaddingTB15 PaddingLR25"><div align="left" class="Padding10" ><img src="images/start-quote.gif" alt="" width="16" height="13" /><em>We  appreciate the hard work that went into making our deck and gazebo. We will  enjoy it for years to come.</em><img src="images/end-quote.gif" alt="" width="17" height="13" /></div></div></td></tr><tr><td class="TestimonialBottomBg"><div class="PaddingLR" style="margin-left:50px;">Dennis  & Linda Duffle Springfield, VA</div></td></tr><tr><td class="BgColor4">&nbsp;</td></tr><tr><td class="BgColor4" align="center"><a href="http://www.guildquality.com/marketing/colonial-remodeling/_i4503/" target="_blank"><img border=0 src="images/guild-quality-logo.gif" title="Colonial Remodeling profile at GuildQuality" alt="As a quality-focused contractor, Colonial Remodeling relies on GuildQuality\'s customer satisfaction surveying to help them deliver an exceptional customer experience."/></a></td></tr><tr><td class="BgColor4">&nbsp;</td></tr></table>' ;

	arrTestimonial[9] = '<table width="327" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/testimonials.gif" alt="" width="327" height="38" /></td></tr><tr><td class="TestimonialSpacer"><div class="FGeorgia PaddingTB15 PaddingLR25"><div align="left" class="Padding10" ><img src="images/start-quote.gif" alt="" width="16" height="13" /><em>Jon  was wonderful to work with and we are extremely happy to have chosen Colonial  Remodeling.</em><img src="images/end-quote.gif" alt="" width="17" height="13" /></div><div class="PaddingLR" align="center">- </div></div></td></tr><tr><td class="TestimonialBottomBg"><div class="PaddingLR" style="margin-left:50px;">Mr.  & Mrs. McMahon, Reston, VA</div></td></tr><tr><td class="BgColor4">&nbsp;</td></tr><tr><td class="BgColor4" align="center"><a href="http://www.guildquality.com/marketing/colonial-remodeling/_i4503/" target="_blank"><img border=0 src="images/guild-quality-logo.gif" title="Colonial Remodeling profile at GuildQuality" alt="As a quality-focused contractor, Colonial Remodeling relies on GuildQuality\'s customer satisfaction surveying to help them deliver an exceptional customer experience."/></a></td></tr><tr><td class="BgColor4">&nbsp;</td></tr></table>' ;
*/
