var m3739_btnCount = 20;
var m3739_staCount = 3;
var m3739_btnImages = new Array();
for (i= 0; i< m3739_btnCount; i++)
{
	m3739_btnImages[i] = new Array();
	for (j= 0; j< m3739_staCount; j++)
	{
		m3739_btnImages[i][j] = new Image();
		m3739_btnImages[i][j].src = 'm3739_mbtn' + i + '_' + j + '.gif';
	}
}
function m3739_btnMouseOut(img)
{
	document.images[img].src = m3739_btnImages[img.substring(img.indexOf('_mbtn')+5,img.length)][0].src;
};
function m3739_btnMouseOver(img)
{
	document.images[img].src = m3739_btnImages[img.substring(img.indexOf('_mbtn')+5,img.length)][1].src;
};
function m3739_btnMouseDown(img)
{
	document.images[img].src = m3739_btnImages[img.substring(img.indexOf('_mbtn')+5,img.length)][2].src;
};
function m3739_gen_td(iIndex,sLink,sTarget,iWidth,iHeight,sHint) {
str="<td id=\"m3739_mbtn_td"+iIndex+"\">";
str+="<a onMouseOver=\"m3739_btnMouseOver('m3739_mbtn"+iIndex+"')\" onMouseOut=\"m3739_btnMouseOut('m3739_mbtn"+iIndex+"')\" onMouseDown=\"m3739_btnMouseDown('m3739_mbtn"+iIndex+"')\" href=\""+sLink+"\"";
if (sTarget.length >0)
	str+=" target=\""+sTarget+"\"";
str+=">";
str+="<img src=\"m3739_mbtn"+iIndex+"_0.gif\" name=m3739_mbtn"+iIndex+" border=0 width=\""+iWidth+"\" height=\""+iHeight+"\" alt=\""+sHint+"\">";
str+="</a></td>";
return str;
};
function m3739_get_table(bHor) {
str="<table id=\"m3739_mbtn_tb\" cellpadding=0 cellspacing=0 border=0>";
str+="<tr>";
str+=m3739_gen_td(0,"http://www.militarymominaction.org/index.html","_self","130","23","Welcome");
if (bHor==false) str+="</tr><tr>";
str+=m3739_gen_td(1,"http://www.militarymominaction.org/ourmission.html","_self","130","23","Button2");
if (bHor==false) str+="</tr><tr>";
str+=m3739_gen_td(3,"http://www.militarymominaction.org/aboutus.html","_self","130","23","Button3");
if (bHor==false) str+="</tr><tr>";
str+=m3739_gen_td(4,"http://www.militarymominaction.org/ournews.html","_self","130","23","Button4");
if (bHor==false) str+="</tr><tr>";
str+=m3739_gen_td(5,"http://www.militarymominaction.org/events.html","_self","130","23","Button5");
if (bHor==false) str+="</tr><tr>";
str+=m3739_gen_td(6,"http://www.militarymominaction.org/ourworld.html","_self","130","23","Button6");
if (bHor==false) str+="</tr><tr>";
str+=m3739_gen_td(7,"http://www.militarymominaction.org/ourpictures.html","_self","130","23","Button7");
if (bHor==false) str+="</tr><tr>";
str+=m3739_gen_td(8,"http://www.militarymominaction.org/ourletters.html","_self","130","23","Button8");
if (bHor==false) str+="</tr><tr>";
str+=m3739_gen_td(9,"http://www.militarymominaction.org/ourneeds.html","_self","130","23","Button9");
if (bHor==false) str+="</tr><tr>";
str+=m3739_gen_td(10,"http://www.militarymominaction.org/ourawards.html","_self","130","23","Button10");
if (bHor==false) str+="</tr><tr>";
str+=m3739_gen_td(11,"http://www.militarymominaction.org/resources.html","_self","130","23","Button11");
if (bHor==false) str+="</tr><tr>";
str+=m3739_gen_td(13,"http://www.militarymominaction.org/help.html","_self","130","23","Button13");
if (bHor==false) str+="</tr><tr>";
str+=m3739_gen_td(14,"http://www.militarymominaction.org/ourfaith.html","_self","130","23","Button14");
if (bHor==false) str+="</tr><tr>";
str+=m3739_gen_td(15,"http://www.militarymominaction.org/ourlinks.html","_self","130","23","Button15");
if (bHor==false) str+="</tr><tr>";
str+=m3739_gen_td(16,"http://www.militarymominaction.org/thankyou.html","_self","130","23","Button16");
if (bHor==false) str+="</tr><tr>";
str+=m3739_gen_td(17,"http://www.militarymominaction.org/cgi-bin/guestbook/guestbook.cgi?action=add","_blank","130","23","Button17");
if (bHor==false) str+="</tr><tr>";
str+=m3739_gen_td(18,"http://www.militarymominaction.org/cgi-bin/guestbook/guestbook.cgi?action=reload","_blank","130","23","Button18");
if (bHor==false) str+="</tr><tr>";
str+=m3739_gen_td(19,"http://www.militarymominaction.org/contact.html","_self","130","23","Button19");
str+="</tr>";
str+="</table>";
return str;
};
result=m3739_get_table(false);
document.write(result);

