var m3748_btnCount = 1;
var m3748_staCount = 3;
var m3748_btnImages = new Array();
for (i= 0; i< m3748_btnCount; i++)
{
	m3748_btnImages[i] = new Array();
	for (j= 0; j< m3748_staCount; j++)
	{
		m3748_btnImages[i][j] = new Image();
		m3748_btnImages[i][j].src = 'images/m3748_mbtn' + i + '_' + j + '.gif';
	}
}
function m3748_btnMouseOut(img)
{
	document.images[img].src = m3748_btnImages[img.substring(img.indexOf('_mbtn')+5,img.length)][0].src;
};
function m3748_btnMouseOver(img)
{
	document.images[img].src = m3748_btnImages[img.substring(img.indexOf('_mbtn')+5,img.length)][1].src;
};
function m3748_btnMouseDown(img)
{
	document.images[img].src = m3748_btnImages[img.substring(img.indexOf('_mbtn')+5,img.length)][2].src;
};
function m3748_gen_td(iIndex,sLink,sTarget,iWidth,iHeight,sHint) {
str="<td id=\"m3748_mbtn_td"+iIndex+"\">";
str+="<a onMouseOver=\"m3748_btnMouseOver('m3748_mbtn"+iIndex+"')\" onMouseOut=\"m3748_btnMouseOut('m3748_mbtn"+iIndex+"')\" onMouseDown=\"m3748_btnMouseDown('m3748_mbtn"+iIndex+"')\" href=\""+sLink+"\"";
if (sTarget.length >0)
	str+=" target=\""+sTarget+"\"";
str+=">";
str+="<img src=\"images/m3748_mbtn"+iIndex+"_0.gif\" name=m3748_mbtn"+iIndex+" border=0 width=\""+iWidth+"\" height=\""+iHeight+"\" alt=\""+sHint+"\">";
str+="</a></td>";
return str;
};
function m3748_get_table(bHor) {
str="<table id=\"m3748_mbtn_tb\" cellpadding=0 cellspacing=0 border=0>";
str+="<tr>";
str+=m3748_gen_td(0,"http://www.youinc.org/Kenya/Education.htm","","83","26","Building Brighter Futures");
str+="</tr>";
str+="</table>";
return str;
};
result=m3748_get_table(true);
document.write(result);

