function flash1() {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="178" height="224" align="left">')
document.write('<param name=movie value="seo_topbaro.swf">')
document.write('<param name=quality value=High><param name="BGCOLOR" value="B72E00">')
document.write('<embed src="seo_topbaro.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="178" height="224" align="left" bgcolor="#B72E00">')
document.write('</embed></object>')
}

function flash2() {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="588" height="224">')
document.write('<param name="movie" value="bsolutions.swf">')
document.write('<param name="quality" value="high">')
document.write('<embed src="bsolutions.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="588" height="224"></embed></object>')
}

function flash3() {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="180" height="270" title="seo india">')
document.write('<param name="movie" value="images/Menu.swf" >')
document.write(' <param name="quality" value="high" />')
document.write('<embed src="images/Menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="180" height="270"></embed></object>')
}

function flash4() {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="180" height="132" title="seo specialist">')
document.write('<param name="movie" value="textscroller.swf" />')
document.write('<param name="quality" value="high" />')
document.write('<embed src="textscroller.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="180" height="132"></embed></object>')
}
function flash5() {
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="210" HEIGHT="125" id="partner_seo.swf" ALIGN="">')
document.write('<PARAM NAME=movie VALUE="partner_seo.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="partner_seo.swf" quality=high bgcolor=#FFFFFF  WIDTH="210" HEIGHT="125" NAME="seo_partner" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>')
}

function validate(){


if(document.mailer.Name.value<=2){
alert("Please enter your First Name");
document.mailer.Name.focus();
return (false);
}

if (document.getElementById("phone").value == null || document.getElementById("phone").value == "")
    {
     alert("Please enter a contact phone number");
     document.getElementById("phone").focus();
     return (false);
    }


strEmail=document.mailer.email.value;
validRegExp = /^[^@]+@[^@]+.[a-z]{2,}$/i;
if ((strEmail.search(validRegExp) == -1) || (strEmail.indexOf('@') < 0) || ((strEmail.charAt(strEmail.length-4) != '.') && (strEmail.charAt(strEmail.length-3) != '.'))) 
{
alert(" A valid e-mail address is required.");
document.mailer.email.focus();
return (false);
}



if(document.getElementById("budget").selectedIndex==0)
{
alert("Please select your SEO Plan");
document.getElementById("budget").focus();
return (false);
}


if(document.getElementById("info").value <5)
 {
alert("Please enter your Query");
document.getElementById("info").focus();
return (false);
}

if(document.getElementById("captcha_text").value <4 || document.getElementById("captcha_text").value != 1825)
 {
alert("Please verify Code  = 1825  in the form");
document.getElementById("captcha_text").focus();
return (false);
}


else{
return (true);
}
}