	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('selector.html','PlanSelector','toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=590,height=625');
	}