var but = "";
var nme = "";
var alt = "";
var href = "";

function write_but (addPre) {

document.write("<a href=\"" + addPre + href + ".html\">");
document.write("<img style=\"border: 0\" id=\"" + nme + but +"\"");
document.write("alt=\"" + alt + "\" src=\"" + addPre + "buttons/but_" + nme + "1.jpg\" height=\"20\" width=\"100\"");
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\'" + nme + but +"\',/*url*/\'" + addPre + "buttons/but_" + nme + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\'" + nme + but +"\',/*url*/\'" + addPre + "buttons/but_" + nme + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\'" + nme + but +"\',/*url*/\'" + addPre + "buttons/but_" + nme + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\'" + nme + but +"\',/*url*/\'" + addPre + "buttons/but_" + nme + "2.jpg\')\"></a>");

}

function write_but2 (addPre) {

document.write("<a href=\"" + addPre + href + ".html\">");
document.write("<img style=\"border: 0\" id=\"" + nme + but +"\"");
document.write("alt=\"" + alt + "\" src=\"" + addPre + "buttons/but_" + nme + "1.jpg\" height=\"20\" width=\"100\"");
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\'" + nme + but +"\',/*url*/\'" + addPre + "buttons/but_" + nme + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\'" + nme + but +"\',/*url*/\'" + addPre + "buttons/but_" + nme + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\'" + nme + but +"\',/*url*/\'" + addPre + "buttons/but_" + nme + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\'" + nme + but +"\',/*url*/\'" + addPre + "buttons/but_" + nme + "2.jpg\')\"></a>");

}

function MainIndex (addPre) {

var d=new Date();
var mth="";
var idx = 0;
var month=new Array(12);
month[0]="jan";
month[1]="feb";
month[2]="mar";
month[3]="apr";
month[4]="may";
month[5]="jun";
month[6]="jul";
month[7]="aug";
month[8]="sep";
month[9]="oct";
month[10]="nov";
month[11]="dec";

idx = d.getMonth();
mth = month[idx];

document.write("<div class=\"center\">");
but = "01";nme = "home";alt = "Home";href = "default";write_but(addPre);
but = "02";nme = "lead";alt = "Leadership";href = "leadership";write_but(addPre);
but = "03";nme = "cal";alt = "Calendar";href = "http://www.google.com/calendar/embed?src=webmaster%40antioch-umc-gainesville.org&amp;ctz=America/New_York";write_but2(addPre);
but = "04";nme = "jour";alt = "Newsletter";href = "journey";write_but(addPre);
but = "05";nme = "link";alt = "Links";href = "links";write_but(addPre);
but = "06";nme = "photo";alt = "Photo's";href = "photos";write_but(addPre);
but = "07";nme = "prayl";alt = "Prayer List";href = "prayer";write_but(addPre);
document.write("<br>")
but = "08";nme = "prayr";alt = "Prayer Request";href = "reqprayer";write_but(addPre);
but = "09";nme = "fac";alt = "Facilties Request";href = "reqfac";write_but(addPre);
but = "10";nme = "serv";alt = "Services";href = "services_" + mth;write_but(addPre);
but = "11";nme = "suns";alt = "Sunday School";href = "sunschl";write_but(addPre);
but = "12";nme = "trust";alt = "Trustee's";href = "trustees";write_but(addPre);
but = "13";nme = "umw";alt = "United Methodist Women";href = "umw";write_but(addPre);
but = "14";nme = "umm";alt = "United Methodist Men";href = "umm";write_but(addPre);
document.write("</div>");

}

function TopCalIndex () {

document.write("<div class=\"center\">");

var d=new Date();
var alt="alt=\"October\"";
var mth="";
var idx = 0;
var month=new Array(12);
month[0]="jan";
month[1]="feb";
month[2]="mar";
month[3]="apr";
month[4]="may";
month[5]="jun";
month[6]="jul";
month[7]="aug";
month[8]="sep";
month[9]="oct";
month[10]="nov";
month[11]="dec";

var nam=new Array(12);
nam[0]="January";
nam[1]="February";
nam[2]="March";
nam[3]="April";
nam[4]="May";
nam[5]="June";
nam[6]="July";
nam[7]="August";
nam[8]="September";
nam[9]="October";
nam[10]="November";
nam[11]="December";

idx = d.getMonth();
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"calendar_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\"mtht1\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\'mtht1\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\'mtht1\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\'mtht1\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\'mtht1\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");

idx = idx + 1;
if (idx > 11)
  {idx = 0};
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"calendar_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\"mtht2\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\'mtht2\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\'mtht2\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\'mtht2\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\'mtht2\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");


idx = idx + 1;
if (idx > 11)
  {idx = 0};
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"calendar_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\"mtht3\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\'mtht3\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\'mtht3\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\'mtht3\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\'mtht3\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");

idx = idx + 1;
if (idx > 11)
  {idx = 0};
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"calendar_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\"mtht4\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\'mtht4\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\'mtht4\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\'mtht4\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\'mtht4\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");


idx = idx + 1;
if (idx > 11)
  {idx = 0};
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"calendar_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\"mtht5\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\'mtht5\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\'mtht5\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\'mtht5\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\'mtht5\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");


idx = idx + 1;
if (idx > 11)
  {idx = 0};
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"calendar_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\"mtht6\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\'mtht6\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\'mtht6\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\'mtht6\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\'mtht6\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");

document.write("</div>");
}

function BotCalIndex () {

document.write("<div class=\"center\">");

var d=new Date();
var alt="alt=\"October\"";
var mth="";
var idx = 0;
var month=new Array(12);
month[0]="jan";
month[1]="feb";
month[2]="mar";
month[3]="apr";
month[4]="may";
month[5]="jun";
month[6]="jul";
month[7]="aug";
month[8]="sep";
month[9]="oct";
month[10]="nov";
month[11]="dec";

var nam=new Array(12);
nam[0]="January";
nam[1]="February";
nam[2]="March";
nam[3]="April";
nam[4]="May";
nam[5]="June";
nam[6]="July";
nam[7]="August";
nam[8]="September";
nam[9]="October";
nam[10]="November";
nam[11]="December";

idx = d.getMonth();
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"calendar_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\" mthb1\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\' mthb1\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\' mthb1\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\' mthb1\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\' mthb1\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");

idx = idx + 1;
if (idx > 11)
  {idx = 0};
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"calendar_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\" mthb2\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\' mthb2\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\' mthb2\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\' mthb2\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\' mthb2\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");


idx = idx + 1;
if (idx > 11)
  {idx = 0};
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"calendar_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\" mthb3\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\' mthb3\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\' mthb3\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\' mthb3\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\' mthb3\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");

idx = idx + 1;
if (idx > 11)
  {idx = 0};
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"calendar_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\" mthb4\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\' mthb4\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\' mthb4\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\' mthb4\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\' mthb4\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");


idx = idx + 1;
if (idx > 11)
  {idx = 0};
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"calendar_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\" mthb5\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\' mthb5\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\' mthb5\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\' mthb5\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\' mthb5\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");


idx = idx + 1;
if (idx > 11)
  {idx = 0};
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"calendar_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\" mthb6\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\' mthb6\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\' mthb6\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\' mthb6\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\' mthb6\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");

document.write("</div>");
}

function TopServIndex () {

document.write("<div class=\"center\">");

var d=new Date();
var alt="alt=\"October\"";
var mth="";
var idx = 0;
var month=new Array(12);
month[0]="jan";
month[1]="feb";
month[2]="mar";
month[3]="apr";
month[4]="may";
month[5]="jun";
month[6]="jul";
month[7]="aug";
month[8]="sep";
month[9]="oct";
month[10]="nov";
month[11]="dec";

var nam=new Array(12);
nam[0]="January";
nam[1]="February";
nam[2]="March";
nam[3]="April";
nam[4]="May";
nam[5]="June";
nam[6]="July";
nam[7]="August";
nam[8]="September";
nam[9]="October";
nam[10]="November";
nam[11]="December";

idx = d.getMonth();
idx = idx - 1; if (idx < 0) {idx = 11}; if (idx < 0) {idx = 11};
idx = idx - 1; if (idx < 0) {idx = 11}; if (idx < 0) {idx = 11};
idx = idx - 1; if (idx < 0) {idx = 11}; if (idx < 0) {idx = 11};
idx = idx - 1; if (idx < 0) {idx = 11}; if (idx < 0) {idx = 11};
idx = idx - 1; if (idx < 0) {idx = 11}; if (idx < 0) {idx = 11};
idx = idx - 1; if (idx < 0) {idx = 11}; if (idx < 0) {idx = 11};
idx = idx - 1; if (idx < 0) {idx = 11}; if (idx < 0) {idx = 11};
idx = idx - 1; if (idx < 0) {idx = 11}; if (idx < 0) {idx = 11};
idx = idx - 1; if (idx < 0) {idx = 11}; if (idx < 0) {idx = 11};
idx = idx - 1; if (idx < 0) {idx = 11}; if (idx < 0) {idx = 11};
idx = idx - 1; if (idx < 0) {idx = 11}; if (idx < 0) {idx = 11};

mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"services_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\"serv1\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\'serv1\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\'serv1\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\'serv1\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\'serv1\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");

idx = idx + 1;
if (idx > 11)
  {idx = 0};
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"services_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\"serv2\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\'serv2\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\'serv2\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\'serv2\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\'serv2\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");


idx = idx + 1;
if (idx > 11)
  {idx = 0};
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"services_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\"serv3\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\'serv3\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\'serv3\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\'serv3\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\'serv3\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");

idx = idx + 1;
if (idx > 11)
  {idx = 0};
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"services_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\"serv4\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\'serv4\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\'serv4\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\'serv4\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\'serv4\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");

idx = idx + 1;
if (idx > 11)
  {idx = 0};
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"services_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\"serv5\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\'serv5\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\'serv5\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\'serv5\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\'serv5\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");

idx = idx + 1;
if (idx > 11)
  {idx = 0};
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"services_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\"serv6\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\'serv6\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\'serv6\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\'serv6\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\'serv6\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");

idx = idx + 1;
if (idx > 11)
  {idx = 0};
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"services_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\"serv7\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\'serv7\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\'serv7\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\'serv7\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\'serv7\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");

idx = idx + 1;
if (idx > 11)
  {idx = 0};
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"services_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\"serv8\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\'serv8\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\'serv8\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\'serv8\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\'serv8\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");

idx = idx + 1;
if (idx > 11)
  {idx = 0};
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"services_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\"serv9\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\'serv9\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\'serv9\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\'serv9\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\'serv9\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");

idx = idx + 1;
if (idx > 11)
  {idx = 0};
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"services_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\"serv10\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\'serv10\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\'serv10\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\'serv10\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\'serv10\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");

idx = idx + 1;
if (idx > 11)
  {idx = 0};
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"services_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\"serv11\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\'serv11\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\'serv11\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\'serv11\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\'serv11\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");

idx = idx + 1;
if (idx > 11)
  {idx = 0};
mth = month[idx];
alt = "\"" + nam[idx] + "\"";
document.write("<a href=\"services_" + mth + ".html\">");
document.write("<img style=\"border: 0\" id=\"serv12\"");
document.write("src=\"buttons/but_" + mth + "1.jpg\" height=\"20\" width=\"50\" alt=" + alt);
document.write("onmouseover=\"FP_swapImg(1,0,/*id*/\'serv12\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"");
document.write("onmouseout=\"FP_swapImg(0,0,/*id*/\'serv12\',/*url*/\'buttons/but_" + mth + "1.jpg\')\"");
document.write("onmousedown=\"FP_swapImg(1,0,/*id*/\'serv12\',/*url*/\'buttons/but_" + mth + "3.jpg\')\"");
document.write("onmouseup=\"FP_swapImg(0,0,/*id*/\'serv12\',/*url*/\'buttons/but_" + mth + "2.jpg\')\"></a>");

document.write("</div>");
}
