var oPopup = window.createPopup();
var title = new Array()
var text = new Array()
title[1] = "Toll free Numbers"
text[1] ="Toll free number usually begins with 800, 888, 877 and so on. Toll free access number is available in anywhere of the 48 states, and someone are also avaiable in Hawaii and Alaska."

title[2]="Local access number"
text[2]="Local telephone number, such as 1-213-607-0100, which is used as an access number for certain prepaid phone cards. Local Access Numbers are used to reduce costs and provide better pricing for consumers. Local access number has lower rates than toll free number. We have more than 5000 nation-wide local access numbers for different phone cards. Local access number is free-of-charge for local area calls but local access numbers are not covered in the whole country."

title[3] = "Maintenance fee/Surcharge"
text[3] = "Maintenance fee will be deducted from your phone card if there is still enough balance. It won't be charged from your credit card. The maintenance fee can be charged every month, every two weeks, or every week. If a phone card has service fee, such as 20%, then every call will be billed 20% more minutes. For example, a 100-minute call will be billed as 120 minutes."

title[4] = "Connection Fee"
text[4] ="It's charged when a telephone call is connected. Be careful with Connection fee! Some phone cards have very low rates but charges very high connection fee. It's better to use a phone card without connection fee. All eCallChina cards do not have connection fee."

title[5] = "Minutes Rounding"
text[5] ="This is the basic unit to record the length of your phone calls. Industry standard is one minute rounding, as in the case of your residential telephone services. Prepaid phone cards can be rounded to one, two, or even three minutes. If it rounded to 3 minutes, your 30 seconds phone call will be considered as 3-mins phone call and your 4 mins phone call will be considered as 6 mins phone call. Statistically, on average, for 2 mins rounding, you will be charged for one more minutes for each phone call, and for 3 mins rounding, you will be charged for one and half more minutes for each phone call. So try to avoid using phone cards with more than one minutes rounding."

title[6] = "Payphone Charge"
text[6] ="Prepaid phone cards provide the most convenience when you want to make cheap phone calls anywhere, but there is usually a surcharge between $0.30 up to $0.75 associated when you use a public pay-phone. Payment for the use of a public pay-phone is required by FCC. If you call from your home, please don't worry about the payphone surcharge. However, some schools' dormitory phone or office phone are identified as payphone. Usually phone in Hotel, Motel are identified in payphone."

title[7] = "Expiration Date"
text[7] = "Expiration date is usually set as 90 days after the first usuage while some cards have 180 day expiration date or no expiration date. Please note dial up PIN# without a real call is recognized as usuage. eCallChina has an automate program will notify you on the 70 days after you order the card to remind your card expiration date."

title[8] = "100% satisfication!"
text[8]="We provide email-based customer service. Please remember your 100% satisfication is guaranteed!"

title[9] = "Call from your mobile phone"
text[9] = "If you cannot find a local access number listed above but you have a cellular phone with unlimited weekend and night free long distance plan, you can use your cell phone to call any of our local access numbers to get more minutes. Please ensure to check your cell phone service provider to make sure that using your cell phone to call our local number will not be charged. Furthermore, we strongly recommend you cancel any international long distance plan that may result in unexpectedly high charges."

title[10] = "Rechargeable"
text[10]="If a card is rechargable, you can always keep the same PIN. When you need more minutes, just order the same card with the same email address, then your PIN will be either automatically or manally recharged."

title[11] = "Pinless Calling"
text[11]="If a card support pinless calling, you do not need to input your PIN when you call from a phone number which is registered for pinless calling. You can add or remove your pinless number(s) from your account. You will still need your PIN if you call from a phone number which is not registered."

function showHint(num) {
	var popupBody = oPopup.document.body;
	oPopup.document.body.innerHTML = "<table cellpadding='4' cellspacing='0' border='0' width='200' style='border: 1px solid black'><tr><td style='background-color: #FEFDEE; font-family: tahoma, arial, helvetica; font-size: 11px;'><b>" + title[num] + "</b><br/>" + text[num] +"</td></tr></table>";
	oPopup.show(0, 0, 0, 0);
	var realHeight = popupBody.scrollHeight, realWidth = popupBody.scrollWidth;
	oPopup.hide();
	if (realWidth < event.srcElement.clientWidth) {
		realWidth = event.srcElement.clientWidth;
		oPopup.document.body.children[0].style.width = realWidth;
	}
	oPopup.show(20, 10, realWidth, realHeight, event.srcElement);
}

function addbookmark()
{
bookmarkurl="http://www.ecallchina.com"
bookmarktitle="eCallChina Quality Phone Card"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

