	function showPopup()
	{
		if(navigator.userAgent.toLowerCase() == 'mozilla/4.0 (compatible; msie 5.23; mac_powerpc)')
			alert('We apologize but you are using a deprecated browser and the Plan Selector may not work correctly for you.');
		else
			window.open('selector2/selector.php','PlanSelector','toolbar=no,location=no,directories=no,status=1,scrollbars,resizable=1,width=650,height=700');
	}
