function fSub(){
	var FileSel=document.EiSearch;
	var sTxt=FileSel.s.value.toLowerCase();
if (sTxt.length===0||sTxt.length===1){alert("Please Enter AlphaNumeric characters\nIn The Search Box\t\nMinimum 2 Characters required for Search\n* You can use Direct Search Feature By Writing\nEntry No of Business Listing ie.Yxxxxx\n* Classified Listing ie.Cxxxxx\n* By Starting Name of Business\nFrom Same Search Box\n\n\tEntireIndia.com");FileSel.s.focus();return;}
var cSel=FileSel.c.options.selectedIndex;var cmb1=FileSel.w[0].checked;
var cmb2=FileSel.w[1].checked;var en=0;var a;
a=sTxt.substring(0,1);
if (a=="c"&&cmb2!=true)
{var nTxt=sTxt.substring(1,sTxt.length);
if (isNaN(nTxt)===true){en=0;}else{en=1;}}
if (en==1){FileSel.action=dc+"/Classifieds/ClDirect.asp";FileSel.submit();return;}
a=sTxt.indexOf("y",0);if (a!=-1&&cmb2!=true)
{var nTxt=sTxt.substring(1,sTxt.length);
if (isNaN(nTxt)==true){en=0;}else{en=1;}}
if (en==1){FileSel.action="/yellowpages/businessinformation.asp";FileSel.submit();return;}
if (cmb1==true){fSel=1} else {fSel=2}
if (cSel==0){
if (fSel==1){FileSel.action="/yellowpages/india.asp";}
else {FileSel.action="/yellowpages/businessname.asp";}
FileSel.submit();}
else {if (fSel==1){FileSel.action="/yellowpages/citywise.asp";}
else {FileSel.action="/yellowpages/citybusinessname.asp";}
FileSel.submit();}}

