/*
Return the messages according the the msgType
*/
function getMoreInfoMsg(msgType) {
	switch(msgType) {
		<!-- Ebay Fees -->
		case "ebayFees": 
			msg = "eBay Fees are fees that eBay charges for this listing. From time to time, eBay may change their fees without prior notification.  Therefore, the eBay fees are our best estimate at this point in time.";
			break;
		<!-- Category -->
		case "listingCategory": 
			msg = "Buyers will see your listing in the category that you select.";
			break;
		<!-- Item Detail -->
		case "listingTitle": 
			msg = "This will be the title of your listing. Fill it with words about your item that buyers would enter in a search.";
			break;
		case "listingSubTitle": 
			msg = "Capture the interest of buyers when they view search results by displaying more information below your title.";
			break;
		case "listingStartPrice": 
			msg = "Set the price at which the bidding will begin. For example, a starting price of $9.99 means that the first bid must be at least $9.99.";
			break;
		case "listingBuyNow": 
			msg = "You can set a price for a buyer to purchase your item right away. The Buy it Now option is available for a limited time.";
			break;
		case "listingReservePrice": 
			msg = "The reserve price is the absolute lowest price at which you are willing to sell your item.";
			break;
		case "listingQuantity": 
			msg = "If you're selling multiple identical items to multiple buyers, enter the number of items here. Otherwise, the quantity should be \"1\".";
			break;
		case "listingDuration": 
			msg = "Select how long your listing will run. In general, a longer duration results in higher prices or increases the chances of a sale.";
			break;
		case "listingBestOffer": 
			msg = "You can allow buyers to send you their best offers for your consideration. If you accept an offer, your listing will end immediately.";
			break;	
		case "listingPrivateListing": 
			msg = "You can keep the User IDs of buyers hidden so that only you see them in the listing's bid or buy history.";
			break;			
			
		case "listingItemLocation": 
			msg = "Specify the location from which your item will be shipped.";
			break;
			case "listingItemSpecifics": 
			msg = "Add details or key features that will <br> help buyers find and select your item.";
			break;
		<!-- Image -->
		case "listingImage": 
			msg = "Including pictures of your item is vital to your success. You can upload them from your computer.";
			break;
		case "listingEbaySample": 
			msg = "<div class='pageHeading'>How your pictures will be displayed in eBay search and page header</div><div class='sectionHeading'>eBay Search Result</div><img src='/images/listinginfo/ebaySearchResult.jpg'><br><br><div class='sectionHeading'>eBay Page Header</div><img src='/images/listinginfo/ebayPageHeader.jpg'>";
			break;
		<!-- Payment Options -->
		case "listingPayPal": 
			msg = "With PayPal, buyers can pay you <Br>instantly and securely online. You <br>don't need to register now to begin <br>accepting PayPal.";
			break;
		case "listingPayPalEmail": 
			msg = "Specify the email address for your PayPal account. If you don't have a PayPal account, you can sign up after receiving payment at this email address";
			break;
		case "listingPaymentMethods": 
			msg = "Select merchant credit cards only if <br>you have a merchant account. Otherwise, <br>you can use PayPal to accept credit <br>card payments.";
			break;
		case "listingSalesTax": 
			msg = "If you charge sales tax, specify the <Br>state and tax rate. You can apply it to the <br>final sale price only or include any <br>shipping costs.";
			break;
		case "listingReturnPolicy": 
			msg = "Specify whether you accept returns <Br>and under what conditions.";
			break;
		case "listingCheckoutInstructions": 
			msg = "Specify any payment, shipping, or <Br>other details buyers need to complete <br>the transaction.";
			break;
		<!-- Shipping -->
		case "listingUSShipping": 
			msg = "List the flat rate charge for all buyers. ";
			<!-- Have the cost calculated automatically based on the buyer's location or charge the same cost to all buyers. Use the freight option for items heavier than 150 lbs-->
			break;
		case "listingHandlingTime": 
			msg = "Select the number of days it will take you to ship this item after receiving cleared payment.";
			break;	
		case "listingCombineShippingDiscount": 
			msg = "You can combine items into one package and offer shipping discounts. Specify the combined shipping discount you want to use for this listing. You can update your shipping discounts by going to the \"eBay Settings\" page";
			break;	
		case "listingHitCounter": 
			msg = "eBay counters track the number of <br> buyers who have viewed your listing. <br> Multiple views from the same user <br> are counted only once. The counter <br> appears  at the bottom of your listing.";
			break;	
		case "listingBuyerRequirements": 
			msg = "Buyer requirements allow you to block <br> buyers from bidding on or purchasing <br>  your items based on <br> certain criteria.";
			break;	
			
			
<!-- Listing Results -->
		case "resultsWithoutDesignActive": 
			msg = "<b>Why Are These Listings Missing Page Designs?</b>" +
			"<p>You created these listings through eBay.com, not PageMage.com.  Therefore, instead of a Page Design in the \"description area\" of your listing, you have a standard text description.</p>"+
			"<p>In order to edit the description area via PageMage.com, you will need to add a Page Design.</p>";
			break;	
		case "resultsWithoutDesignDraft": 
			msg = "<b>What  are Page Designs?</b>" +
			"<p>When you create a listing via PageMage.com, the &quot;description&quot; area of your eBay listing will be replaced by your page design. Instead of a standard text description, you can build a dynamic, visually appealing page using our page designer.</p>"+
			"<p>In order to add a Page Design, simply click on the &quot;Add Page Design&quot; link. </p>";
			//"<p><a href='#'>Click here to learn more about Page Design &gt;&gt;</a></p>";
			
			break;
		case "resultsAddDesignActive": 
			msg = "<b>Why Is This Listing Missing Page Designs?</b>" +
			"<p>You created these listings through eBay.com, not PageMage.com.  Therefore, instead of a Page Design in the \"description area\" of your listing, you have a standard text description.</p>" +
			"<p align='center'><a href='#' class='jqButton'  popupMsgBtn='1' onclick=\"$('.actionLink[action=newDesign]').click()\"><img  src='/images/btns/add_page_design_off.gif' ></a></p>";
			//"<p><a href='#'>Click here to learn more about Page Design &gt;&gt;</a></p>";
			break;
		case "resultsAddDesignDraft": 
			msg = "<b>What  are Page Designs?</b>" +
			"<p>When you create a listing via PageMage.com, the &quot;description&quot; area of your eBay listing will be replaced by your page design.  Instead of a standard text description, you can build a dynamic, visually appealing page using our page designer.</p>"+
			"<p align='center'><a href='#' class='jqButton'  popupMsgBtn='1' onclick=\"$('.actionLink[action=newDesign]').click()\"><img  src='/images/btns/add_page_design_off.gif' ></a></p>";
			//"<p><a href='#'>Click here to learn more about Page Design &gt;&gt;</a></p>";
			break;
		case "resultsCantEditPageDesign": 
			msg = "<b>Can't edit your Page Design?</b>" +
			"<p>You can no longer make changes to the Page Design because there are less than 12 hours left and/or there are bids for this listing.</p>";
			break;
		case "resultsCantAddPageDesign": 
			msg = "<b>Can't add a Page Design?</b>" +
			"<p>You can no longer add a Page Design because there are less than 12 hours left and/or there are bids for this listing.</p>";
		case "resultsCantRelist": 
			msg = "<b>Can’t Relist Your Item?</b>" +
			"<p>You can no longer relist because your listing has expired on eBay. </p>"+
			"<p>eBay expires all listings after 60 days.</p>";
			break;
			
			

 <!-- Credit Card Info -->
 		case "ccInfoSecCode" : 
			msg = "This is the three or four digit code found on the back of your credit card or on the front of an American Express card. It helps protect your card from unauthorized use. ";
			break;

			
<!-- Misc -->
		case "rememberMe": 
			msg = "By checking this box, you'll stay signed in for up to 2 weeks or until you sign out. You'll get easier access to your Page Mage account, even if you close your browser or shut down your computer<" +
			"<p>To protect your most sentitive data and activities (like changing your password, getting & spending credits, or taking actions on your listings), we'll ask you to re-enter your password when you access some Page Mage services.</p>" +
			"<p>If you're using a public computer or you share this computer with others, we recommend that you uncheck the box.</p>";
			break;
		case "setAsDefault": 
			msg = "By saving it as default, the information will be conveniently available every time you create a new listings.";
			break;	
		
		
		default :
			msg = "ERROR: no message found";
			break;
	}//switch(msgType) {
	return msg;
}