//Look & Feel

buttonFontSize	= "10"		//Font Size of Button in Points
buttonWidth	= 70;		//Width of each button in pixels
menuFontSize	= "10"		//Font Size of Menu in Points

//Menu 1
button1Label	= "Return";
button1URL	= "";
menu11Label	= "Previous Page";
menu11URL	= "javascript:history.go(-1)";
menu12Label	= "Woolmarket Baptist Church";
menu12URL	= "default.htm";
menu12Targ	= "content";

//Menu 2
button2Label	= "Staff";
button2URL	= "";
menu21Label	= "Office";
menu21URL	= "staff/office.htm";
menu21Targ	= "content";
menu22Label	= "Pastor";
menu22URL	= "staff/pastor.htm";
menu22Targ	= "content";
menu23Label	= "Youth Ministry";
menu23URL	= "staff/youth.htm";
menu23Targ	= "content";
menu24Label	= "Music Ministry";
menu24URL	= "staff/music.htm";
menu24Targ	= "content";

//Menu 3
button3Label	= "Services";
button3URL	= "times/service.htm";
button3Targ	= "content";

//Menu 4
button4Label	= "Location";
button4URL	= "location.htm";
button4Targ	= "content";

//Menu 5
button5Label	= "Events";
button5URL	= "";
menu51Label	= "VBS 05";
menu51URL	= "vbs/vbs.htm";
menu51Targ	= "content";

//Menu 6
button6Label	= "Contact Us";
button6URL	= "";
menu61Label	= "Phone Number";
menu61URL	= "contact.htm";
menu61Targ	= "content";
menu62Label	= "E-mail Office";
menu62URL	= "mailto:office@woolmarketbaptistchurch.com";
menu63Label	= "E-mail Pastor";
menu63URL	= "mailto:wbpastor@bellsouth.net";
menu64Label	= "E-mail Youth";
menu64URL	= "mailto:wbyouth@bellsouth.net";
menu65Label	= "E-mail Music";
menu65URL	= "mailto:wbmusic@bellsouth.net";
