// vim: set tabstop=4 shiftwidth=4 foldmethod=marker :
/**
 * @depends basic.js popup_prem.js
 */
// {{{ - supportedPhones()
function supportedPhones()
{
	var html = '<p><strong>Is my mobile phone supported?</strong></p>';
	html += '<p>Plaxo&rsquo;s service works with over 90% of all phones. Virtually all phones manufactured in the last 3 years support WAP, the protocol we use to provide you this service.</p>';
	html += '<p>If you are able to use your phone to view web pages today, the service should work for you. If you&rsquo;re not sure if your phone supports WAP, check in your phone&rsquo;s manual or with your manufacturer.</p>';
	html += '<p>Once you sign up, we&rsquo;ll walk you through a simple activation process to get you using Plaxo Mobile Access right away.</p>';
	html += '<p>Don&rsquo;t forget that there is a 30 day money back guarantee once you sign up for Plaxo Mobile Access. <a href="#" onclick="return cancelRefund();" title="Plaxo Cancellation and Refund Policy">Learn more</a>.</p>';
//	html += '<p>If you&rsquo;re still not sure, <a href="#" onclick="window.opener.location=\'/wap_setup\'; return false;" title="Set up your mobile phone for a free trial">try Plaxo Mobile Access now</a>. No credit card is needed to try it now!</p>';
	return popupInfo.popup(html,'Is my mobile phone supported?','mobile_phone',400,390);
}
// }}}
// {{{ - supportedPhonesTier()
function supportedPhonesTier()
{
    var scripts = new Array('basic.js','popup_prem.js','en/popup_order.js');
	var html = '<p><strong>Is my mobile phone supported?</strong></p>';
	html += '<p>Plaxo&rsquo;s service works with over 90% of all phones. Virtually all phones manufactured in the last 3 years support WAP, the protocol we use to provide you this service.</p>';
	html += '<p>If you are able to use your phone to view web pages today, the service should work for you. If you&rsquo;re not sure if your phone supports WAP, check in your phone&rsquo;s manual or with your manufacturer. <a href="http://support.plaxo.com/bin/answer.py?answer=998&amp;topic=91" target="_blank">What are some of the mobile phones that Plaxo supports?</a></p>';
	//html += '<p>Once you sign up, we&rsquo;ll walk you through a simple activation process to get you using it right away.</p>';
	html += '<p>Don&rsquo;t forget that there is a 30 day money back guarantee once you sign up for Plaxo Premium. <a href="#" onclick="return cancelRefundTier()" title="Plaxo Cancellation and Refund Policy">Learn more</a>.</p>';
	return popupInfo.popup(html,'Is my mobile phone supported?','mobile_phone',400,340,scripts);
}
// }}}
