<script type=”text/javascript”>
function toggleFaq(faqId) {
if (‘none’ == document.getElementById(faqId).style.display) {
document.getElementById(faqId).style.display = ‘block’;
}
else {
document.getElementById(faqId).style.display = ‘none’;
}
}
</script>
<div class=”faqQuestion”>
<a href=”javascript:toggleFaq(‘faqAccount6′)”>How
do I cancel my ExpertFlyer.com subscription?</a></div>
<div class=”faqAnswer” id=”faqAccount6″ style=”display:none”>Log in to ExpertFlyer.com and click on “My Account” from the left side menu bar.
Then, click the Subscription tab and set the Type to “No Renewal” and then click Save. Now your subscription will not renew at the end of your current billing period.</div>