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 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. Local access numbers are not covered in the whole country."
title[3] = "Maintenance fee"
text[3] = "Maintenance fee will be deducted from your phone card if there is still enough balance. It won't be charged on your credit card. The maintenance fee can be charged every month, every two weeks, or every week."

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] = "All phone cards have expiration date. It is usually set as 90 days after the first usuage. Please note dial up PIN# without a real call is recognized as usuage. eCallChina has an automate program will notify you on the 81 days after you order the card to reminder your card expiration date."

title[8] = "100% satisfication!"
text[8]="We provide email-based customer service. Please remember your 100% satisfication is guranteed!"
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)
}

