OK, I will have to work on the options thing when I can figure out how to do that. I know almost nothing about how to customize things like that.

I am using the Brighton Pets template on version 1.5.1. Here is the file in question:

<?php
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers |
// | |
// | http://www.zen-cart.com/index.php |
// | |
// | Portions Copyright (c) 2003 osCommerce |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license, |
// | that is bundled with this package in the file LICENSE, and is |
// | available through the world-wide-web at the following url: |
// | http://www.zen-cart.com/license/2_0.txt. |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to |
// | [email protected] so we can mail you a copy immediately. |
// +----------------------------------------------------------------------+
// $Id: headermenu.php 2004-07-11 DrByteZen $
// modifies by www.picaflor-azul.com

//text descriptions for horizontal header menu -- can be relocated if desired
//These are used in conjunction with the various <li> tags in templates/YOURTEMPLATE/common/tpl_mega_menu.php

/*bof quick links definitions*/
define('HEADER_TITLE_NEW_PRODUCTS','New Products');
define('HEADER_TITLE_ALL_PRODUCTS','All Products');
define('HEADER_TITLE_SPECIALS','Specials');
define('HEADER_TITLE_SEARCH','Search');
define('HEADER_TITLE_QUICK_LINKS','Quick Links');

/*bof categories definitions*/
define('HEADER_TITLE_CATEGORIES','Shop');

/*bof manufacturers definitions*/
define('HEADER_TITLE_MANUFACTURERS','Brands');

/*bof about us definitions*/
define('HEADER_TITLE_ABOUT_US','About Us');
define('TITLE_ABOUT_US','Welcome to PersonalizedPetID.com!');
define('TEXT_ABOUT_US','Personalized Pet ID is a small family business. We strive to bring you the best Pet ID Name Tags and the best
service possible! We work hard to make sure our customers are happy!');
define(ABOUT_US_IMAGE,'aboutus.png');

/*bof information definitions*/
define('HEADER_TITLE_INFORMATION','Info');
define('TITLE_EZ_PAGES','Useful Links');
define('TITLE_GENERAL','General Info');
define('TITLE_CUSTOMERS','Customers');
define('TITLE_NEWSLETTERS','Newsletters');

/*bof connect with us*/
define(CONNECT_IMAGE,'facebook_sm.png');
define('TITLE_CONNECT','Connect');

/*bof contact us form definitions*/
define('HEADER_TITLE_CONTACT_US','Contact Us');
define('TITLE_CONTACT_US','Have a Question?');
define('TEXT_CONTACT_US','Your short message goes here.');

/*bof customer service*/
define('HEADER_TITLE_CUSTOMER_SERVICE','Service');
define('TITLE_SHIPPING','Shipping');
define('TEXT_SHIPPING_INFO','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam interdum feugiat ipsum vehicula sollicitudin. Integer sed lacus eget risus consectetur ullamcorper. Pellentesque rutrum ullamcorper faucibus. Nam porttitor iaculis enim, mattis tristique velit tristique bibendum. ');
define('TITLE_CONFIDENCE','Shop with Confidence');
define('TEXT_CONFIDENCE','Here you can write a few short sentencs about why your customers can buy with conficence from your store. You might also want to outline your payment options here.');
define(PAYMENT_ICON,'payments.png');





?>