document.writeln("    <p style=\"margin-left: 15; margin-top: 5; margin-bottom: 5\">");
document.writeln("    <font face=\"Arial\" style=\"font-size: 10pt\">");
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=\"#000000\" face=\"Arial\" style=\"font-size: 10pt\">");
document.writeln("    <img border=\"0\" src=\"/images/bullet.gif\">&nbsp; ");
document.writeln("    <a href=\"Board_of_Trustees.htm\">Board of Trustees</a></font></p>");

document.writeln("    <p style=\"margin-left: 15; margin-top: 5; margin-bottom:0\">");
document.writeln("    <font face=\"Arial\" style=\"font-size: 10pt\">");
document.writeln("    <img border=\"0\" src=\"/images/bullet.gif\">&nbsp;");
document.writeln("    <a href=\"Message_Chairman.htm\">Message From Chairman</a></font></p><hr noshade color='#3d5e7d' size='1' width='90%'>");

document.writeln("    <p style=\"margin-left: 15; margin-top: 0; margin-bottom: 5\">");
document.writeln("    <font color=\"#000000\" face=\"Arial\" style=\"font-size: 10pt\">");
document.writeln("    <img border=\"0\" src=\"/images/bullet.gif\">&nbsp;</font><font face=\"Arial\" style=\"font-size: 10pt\"> </font>");
document.writeln("    <font color=\"#000000\" face=\"Arial\" style=\"font-size: 10pt\">");
document.writeln("    <a href=\"vision.htm\">Vision</a></font></p>");

document.writeln("    <p style=\"margin-left: 15; margin-top: 0; margin-bottom: 5\">");
document.writeln("    <font color=\"#000000\" face=\"Arial\" style=\"font-size: 10pt\">");
document.writeln("    <img border=\"0\" src=\"/images/bullet.gif\">&nbsp;</font><font face=\"Arial\" style=\"font-size: 10pt\"> </font>");
document.writeln("    <font color=\"#000000\" face=\"Arial\" style=\"font-size: 10pt\">");
document.writeln("    <a href=\"Mission.htm\">Mission</a></font></p>");

document.writeln("    <p style=\"margin-left: 15; margin-top: 5; margin-bottom: 5\">");
document.writeln("    <font color=\"#000000\" face=\"Arial\" style=\"font-size: 10pt\">");
document.writeln("    <img border=\"0\" src=\"/images/bullet.gif\">&nbsp; ");
document.writeln("    <a href=\"Guiding_Principles.htm\">Guiding Principles</a></font></p>");

document.writeln("    <p style=\"margin-left: 15; margin-top: 5; margin-bottom: 5\">");
document.writeln("    <font face=\"Arial\" style=\"font-size: 10pt\">");
document.writeln("    <img border=\"0\" src=\"/images/bullet.gif\">&nbsp;");
document.writeln("    <a href=\"savera.htm\">Savera-HIV/AIDS Project</a></font></p>");

document.writeln("    <p style=\"margin-left: 15; margin-top: 5; margin-bottom: 5\">");
document.writeln("    <font face=\"Arial\" style=\"font-size: 10pt\">");
document.writeln("    <img border=\"0\" src=\"/images/bullet.gif\">&nbsp;");
document.writeln("    <a href=\"saveraoutline.htm\">Savera Project Outline</a></font></p>");

document.writeln("    <p style=\"margin-left: 15; margin-top: 5; margin-bottom: 5\">");
document.writeln("    <font face=\"Arial\" style=\"font-size: 10pt\">");
document.writeln("    <img border=\"0\" src=\"/images/bullet.gif\">&nbsp;");
document.writeln("    <a href=\"NewInitiatives.htm\">New Initiatives</a></font></p>");

document.writeln("    <p style=\"margin-left: 15; margin-top: 5; margin-bottom: 5\">");
document.writeln("    <font face=\"Arial\" style=\"font-size: 10pt\">");
document.writeln("    <img border=\"0\" src=\"/images/bullet.gif\">&nbsp;");
document.writeln("    <a href=\"Giftaiddeclaration.htm\">Gift aid declaration</a></font></p>");


document.writeln("    <p style=\"margin-left: 15; margin-top: 5; margin-bottom: 5\">");
document.writeln("    <font face=\"Arial\" style=\"font-size: 10pt\">");
document.writeln("    <img border=\"0\" src=\"/images/bullet.gif\">&nbsp;");
document.writeln("    <a href=\"Contact1.htm\">Contact Us</a></font></p>");

document.writeln("    <p style=\"margin-left: 15; margin-top: 5; margin-bottom: 5\">");
document.writeln("    <font face=\"Arial\" style=\"font-size: 10pt\">");
document.writeln("    <img border=\"0\" src=\"/images/bullet.gif\">&nbsp;");
document.writeln("    <a href=\"Links.htm\">Use Full Links</a></font></p>");

document.writeln("    <p style=\"margin-left: 15; margin-top: 5; margin-bottom: 5\">");
document.writeln("    <font face=\"Arial\" style=\"font-size: 10pt\">");
document.writeln("    <img border=\"0\" src=\"/images/bullet.gif\">&nbsp;");
document.writeln("    <a href=\"Video.htm\">HIV AIDS Video</a></font></p>");


document.writeln("    <p style=\"margin-left: 15; margin-top: 5; margin-bottom: 5\">");
document.writeln("    <font face=\"Arial\" style=\"font-size: 10pt\">");



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();	
}