function jobs(){

	if (document.prantik.name.value == ""){
		alert("Please let us know the Applicant Name")
		document.prantik.name.focus()
		return false;
	}

if(document.prantik.email.value.length==0){
		alert("Please let us know your e-mail address!...")
                document.prantik.email.focus()
            return false;
                    }
       else{
            var maillength=document.prantik.email.value.length
            var posat=document.prantik.email.value.indexOf("@")   
            var posdot=document.prantik.email.value.indexOf(".") 
           if(posat <= 0 || posat ==maillength-1 || posdot < posat || posdot == maillength-1){
                 alert("Sorry! That dosen't seem to be a valid e-mail account...")
                document.prantik.email.focus()
        return false;
               }
}


	if (document.prantik.technical_skills.value == ""){
		alert("Fill in the Technical details")
		document.prantik.technical_skills.focus()
		 return false;
	}


}





function order_project(){

if (document.prantik.name.value == ""){
		alert("Please let us know the your Name")
		document.prantik.name.focus()
		return false;
	}


if(document.prantik.email.value.length==0){
		alert("Please let us know your e-mail address!...")
                document.prantik.email.focus()
            return false;
                    }
       else{
            var maillength=document.prantik.email.value.length
            var posat=document.prantik.email.value.indexOf("@")   
            var posdot=document.prantik.email.value.indexOf(".") 
           if(posat <= 0 || posat ==maillength-1 || posdot < posat || posdot == maillength-1){
                 alert("Sorry! That dosen't seem to be a valid e-mail account...")
                document.prantik.email.focus()
        return false;
               }
}


	if (document.prantik.desc_website.value == ""){
		alert("Please describe your dream website, this will help us to create a E-concept for you")
		document.prantik.desc_website.focus()
		 return false;
	}


}




function econcept(){

	if (document.prantik.business_plan.value == ""){
		alert("Please let us know the business plan to create an effective e-concept for you !")
		document.prantik.business_plan.focus()
		return false;
	}

}










function earn(){

if (document.prantik.name.value == ""){
		alert("Please let us know the your Name")
		document.prantik.name.focus()
		return false;
	}


if(document.prantik.email.value.length==0){
		alert("Please let us know your e-mail address!...")
                document.prantik.email.focus()
            return false;
                    }
       else{
            var maillength=document.prantik.email.value.length
            var posat=document.prantik.email.value.indexOf("@")   
            var posdot=document.prantik.email.value.indexOf(".") 
           if(posat <= 0 || posat ==maillength-1 || posdot < posat || posdot == maillength-1){
                 alert("Sorry! That dosen't seem to be a valid e-mail account...")
                document.prantik.email.focus()
        return false;
               }
}


	if (document.prantik.address.value == ""){
		alert("Please enter your address for correspondence")
		document.prantik.address.focus()
		 return false;
	}


}




function comcheck() {
      if(document.prantik.domain.value=="www.yourname.com"){
		alert("Please enter a domain name to check....!")
                document.prantik.domain.focus();
                return false;   
                    }
       else{
            var maillength=document.prantik.domain.value.length;
            var posdot=document.prantik.domain.value.indexOf(".") 
           if(posdot <= 0 || posdot == maillength-1){
                 alert("Please input a subdomain ('.com','.net' or '.org')");
                document.prantik.domain.focus();
                return false;   
               }


}
}





function goSearch(selectedobject) {
if(document.form1.email.value=="your-email"){
	alert("Please let us know your e-mail address!...")
               document.form1.email.focus();
                return false;   
               }
       else{
            var maillength=document.form1.email.value.length
            var posat=document.form1.email.value.indexOf("@"); 
            var posdot=document.form1.email.value.indexOf(".");
           if(posat <= 0 || posat ==maillength-1 || posdot < posat || posdot == maillength-1){
                 alert("Sorry! That dosen't seem to be a valid e-mail account...")
                document.form1.email.focus();
                return false;   
               }
}
var st = escape(document.form1.email.value);
var gh = 'subscribe.php?email='+st
window.open (gh, '','width=300,height=200,scrollbars=0,status=0,menubar=0,location=0,left=140,top=165,alwaysraised=1');
return false;

}





function contact(){

	if (document.prantik.person_name.value == ""){
		alert("Please let us know your  Name")
		document.prantik.person_name.focus()
		return false;
	}

if(document.prantik.email.value.length==0){
		alert("Please let us know your e-mail address!...")
                document.prantik.email.focus()
            return false;
                    }
       else{
            var maillength=document.prantik.email.value.length
            var posat=document.prantik.email.value.indexOf("@")   
            var posdot=document.prantik.email.value.indexOf(".") 
           if(posat <= 0 || posat ==maillength-1 || posdot < posat || posdot == maillength-1){
                 alert("Sorry! That dosen't seem to be a valid e-mail account...")
                document.prantik.email.focus()
        return false;
               }
}
}


function redirect_to(){
var fld=document.whatcanwe.selectoption;
newlocation=fld.options[fld.selectedIndex].value
if(newlocation!="choose"){
window.location.href=newlocation
}
}