<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// MENU OPTIONS


var bottomspace		= "40"		// MENU BOTTOM SPACE
var menuspace		= "36"		// SPACE BETWEEN TOP/BOTTOM MENU
var menutop		= "10"		// MENU TOP SPACING

var showimage		= "yes"			// SHOW FIRST SIDEBAR IMAGE
var linkimage		= "products.htm"	// LINK FOR IMAGE 1





document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');
document.write('<tr><td nowrap>');
document.write('<a href="http://WWW.perfectingfaith.org/index.html" class="menu" onMouseover="Sound()">Home</a>');


// START LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.perfectingfaith.org/about.htm" class="menu" onMouseover="Sound()">About Us</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.perfectingfaith.org/perfectingyourfaith.html" class="menu" onMouseover="Sound()">Perfecting Your Faith TV</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.perfectingfaith.org/PYFPart.html" class="menu" onMouseover="Sound()">Become A Partner</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.perfectingfaith.org/ministries.htm" class="menu" onMouseover="Sound()">Ministries</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.perfectingfaith.org/TenentsofFaith.html" class="menu" onMouseover="Sound()">What We Believe</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.perfectingfaith.org/products.htm" class="menu" onMouseover="Sound()">Book Store</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.perfectingfaith.org/HC09Product.html" class="menu" onMouseover="Sound()">Holy Convocation 09 Product</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.perfectingfaith.org/paypal.htm" class="menu" onMouseover="Sound()">Donations</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.perfectingfaith.org/paypaloffering.htm" class="menu" onMouseover="Sound()">Tithes and Offering</a>');

// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.pfcevents.com/minrequest2.htm" class="menu" onMouseover="Sound()">Ministry (Booking) Request</a>'
																												
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/calendar/calendar.html" class="menu" onMouseover="Sound()">Calendar/Itinerary</a>');

);

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.perfectingfaith.org/no-cartgallery2.htm" class="menu" onMouseover="Sound()">Directions & Shuttle Info</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.perfectingfaith.org/privacy.htm" class="menu" onMouseover="Sound()">Privacy Policy</a>');


// END TOP LINKS //



document.write('</td></tr><tr><td align="center">');


// MENU IMAGE 1
   if (showimage == "yes") {
document.write('<a href="'+linkimage+'"><img src="picts/menu-picture.jpg" border="0" class="sideborder"></a><br>');
}





// START BOTTOM LINKS //


document.write('</td></tr><tr><td nowrap class="topline">');
document.write('<a href="http://www.perfectingfaith.org/products.htm" class="menu" onMouseover="Sound()">Store Directory</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu" onMouseover="Sound()">Contact</a>');


// END BOTTOM LINKS //






document.write('</td></tr><tr><td align="center" class="bottomline">');

document.write('<img src="picts/spacer.gif" width="175" height="'+bottomspace+'"></a><br>');








document.write('</td></tr></table>');

//  End -->