<!-- Begin

// NOTE: These are the view cart buttons and sidebar area under the menu


var paypal		= "yes"			// SHOW THE PAYPAL VIEW CART BUTTON
var paypal_email	="majorityunited@optonline.net"	// ADD YOUR PAYPAL E-MAIL FOR THE VIEW CART

var showimage		= "yes"			// SHOW A LINKED SIDEBAR IMAGE
var imagelink		= "contact.htm"		// PAGE TO LINK IMAGE TO

var showline		= "yes"			// SHOW LINE AFTER THE VIEW CART




// YOU DO NOT NEED TO EDIT BELOW THIS LINE




document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="156"><tr><td align="center">');


// PAYPAL DONATE VIEW CART FORM
if (paypal == "yes") {
document.write('<br><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=CXX33AEHX3UYJ"><img src="site_images/donate_l_sidebar.png" border="0" onmouseover="this.src=\'site_images/donate_l_sidebar_grn.png\'" onmouseout="this.src=\'site_images/donate_l_sidebar_grn.png\'"></a><br>');
}



// MENU LINE
   if (showline == "yes") {
document.write('<br><img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');
}




document.write('</td></tr></table>');


//  End -->
