document.writeln("<p align=\"center\" style=\"background:#FFFFFF; margin-top:10px;\">");
document.writeln("<table width=\"100%\" border=\"0\">");
document.writeln("<tr><td><p align=\"right\" style=\"font-family:Arial; font-size:12px; margin-top:3px 10px;\">Music ON/OFF</p></td><td><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width=\"17\" height=\"17\" id=\"test2\" align=\"middle\"><param name=\"allowScriptAccess\" value=\"sameDomain\" />");
document.writeln("<param name=\"movie\" value=\"flash/musicplayer.swf?&song_url=flash/song.mp3&b_bgcolor=E5E5E5&\" />");
document.writeln("<param name=\"quality\" value=\"high\" />");
document.writeln("<param name=\"wmode\" value=\"transparent\" />");
document.writeln("<param name=\"autostart\" value=\"false\">");
document.writeln("<embed quality=\"high\" width=\"17\" height=\"17\" name=\"test2\" align=\"middle\" allowScriptAccess=\"sameDomain\" wmode=\"transparent\" type=\"application/x-shockwave-flash\" src=\"flash/musicplayer.swf?&song_url=flash/song.mp3&b_bgcolor=E5E5E5&\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" /></embed></object></td></tr></table>");
document.writeln("</p>");

document.writeln("    <p style=\"margin-left: 15; margin-top: 5; margin-bottom: 5\">");
document.writeln("    <font face=\"Arial\" style=\"font-size: 9pt\">");
document.writeln("    <img border=\"0\" src=\"images/bullet.gif\">&nbsp;");
document.writeln("    <a href=\"index.htm\">Home</a></font></p>");

document.writeln("    <p style=\"margin-left: 15; margin-top: 5; margin-bottom: 5\">");
document.writeln("    <font color=\"#3C5E7D\" face=\"Arial\" style=\"font-size: 9pt\">");
document.writeln("    <img border=\"0\" src=\"images/bullet.gif\">&nbsp; ");
document.writeln("    <a href=\"about_us.htm\">About Us</a></font></p>");

document.writeln("    <p style=\"margin-left: 15; margin-top: 5; margin-bottom:0\">");
document.writeln("    <font face=\"Arial\" style=\"font-size: 9pt\">");
document.writeln("    <img border=\"0\" src=\"images/bullet.gif\">&nbsp;");
document.writeln("    <a href=\"testimonials.htm\">Testimonials</a></font></p><hr noshade color='#3d5e7d' size='1' width='90%'>");

document.writeln("    <p style=\"margin-left: 15; margin-top: 5; margin-bottom: 5\">");
document.writeln("    <font color=\"#3C5E7D\" face=\"Arial\" style=\"font-size: 9pt\">");
document.writeln("    <img border=\"0\" src=\"images/bullet.gif\">&nbsp; ");
document.writeln("    <a href=\"fleet.htm\">Fleet Services</a></font></p>");

document.writeln("    <p style=\"margin-left: 15; margin-top: 0; margin-bottom: 5\">");
document.writeln("    <font color=\"#3C5E7D\" face=\"Arial\" style=\"font-size: 9pt\">");
document.writeln("    <img border=\"0\" src=\"images/bullet.gif\">&nbsp;</font><font face=\"Arial\" style=\"font-size: 9pt\"> </font>");
document.writeln("    <font color=\"#3C5E7D\" face=\"Arial\" style=\"font-size: 9pt\">");
document.writeln("    <a href=\"industrial.htm\">Industrial / Retail Services</a></font></p>");

document.writeln("    <p style=\"margin-left: 15; margin-top: 5; margin-bottom: 5\">");
document.writeln("    <font face=\"Arial\" style=\"font-size: 9pt\">");
document.writeln("    <img border=\"0\" src=\"images/bullet.gif\">&nbsp;");
document.writeln("    <a href=\"flat.htm\">Flat Surface Cleaning</a></font></p>");

document.writeln("    <p style=\"margin-left: 15; margin-top: 5; margin-bottom: 5\">");
document.writeln("    <font face=\"Arial\" style=\"font-size: 9pt\">");
document.writeln("    <img border=\"0\" src=\"images/bullet.gif\">&nbsp;  </font>");
document.writeln("    <font color=\"#3C5E7D\" face=\"Arial\" style=\"font-size: 9pt\">");
document.writeln("    <a href=\"residential.htm\">Residential</a></font></p>");

document.writeln("    <p style=\"margin-left: 15; margin-top: 5; margin-bottom: 5\">");
document.writeln("    <font face=\"Arial\" style=\"font-size: 9pt\">");
document.writeln("    <img border=\"0\" src=\"images/bullet.gif\">&nbsp;");
document.writeln("    <a href=\"birdsys.htm\">Bird Systems</a></font></p>");

document.write ("<form name='searchform' method=get action='search.php'>");
document.write ("    <div align='center'>");
document.write ("      <center>      ");
document.write ("      <table border='1' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#969696' width='90%'>");
document.write ("        <tr>");
document.write ("          <td width='100%' bgcolor='#CED7DE'>");
document.write ("          <p class='ttext'><b>Site Search</b></p>");
document.write ("          <p class='ttext'>");
document.write ("          <INPUT TYPE='Text' NAME='query' SIZE='18'><INPUT TYPE='Hidden' NAME='stpos' VALUE='0'>");
document.write ("          <a href='javascript:validsearch();'>");
document.write ("          <img border='0' src='images/register1.gif' width='15' height='18'></a>");
document.write ("          <span style='font-size: 8pt'>");
document.write ("          <BR>");
document.write ("		</span><font face='Arial'><font style='font-size: 8pt'>Search mode: ");
document.write ("		<INPUT TYPE='Radio' NAME='stype' VALUE='AND' checked>'AND' </font>");
document.write ("          <font size='1'>");
document.write ("          <span style='font-size: 8pt'>");
document.write ("          <font style='font-size: 8pt'>");
document.write ("		<INPUT TYPE='Radio' NAME='stype' VALUE='OR'>'OR' </font>");
document.write ("		  </font>");
document.write ("		</span></font></font></td>");
document.write ("        </tr>");
document.write ("      </table>");
document.write ("      </center>");
document.write ("    </div>");
document.write ("</form>");


function checkmail(aa)
{
	if(aa.value!="")
	{
		var str=new String(aa.value);
		ss=str.indexOf("@");
		if(str.indexOf("@")<0 || str.indexOf(".")<0)
		{
			alert("Please check position of '@' and '.' in email address.")
			aa.focus();
			ok=false;
		}
		else
		{
			ok=true;
		}
	}
	else
	{
		ok=true;
	}
	return ok;
}

function validmailing()
{
	if(document.mailing.email.value==""){alert("Please enter your mail address");document.mailing.email.focus();return;}
	if(!checkmail(document.mailing.email)){return;}
	document.mailing.submit();

}

function validsearch()
{
	if(document.searchform.query.value==""){alert("Please enter keyword for search");document.searchform.query.focus();return;}
	document.searchform.submit();	
}