function popupPromo( fileName, wheight, wwidth )
{
	try
	{
		holdwin = window.open(fileName,"Promo",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=' + wwidth + ',height=' + wheight + '');
		if (window.focus) setTimeout('holdwin.focus()',500);

	}
	catch(e)
	{
		window.alert("The Red Letter Days web site would like to open a pop up window. To enable this please add www.redletterdays.co.uk to your pop up manager " + e.description);
	}

}

function popupPoints( fileName )
{
	try
	{
		holdwin = window.open(fileName,"Promo","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=400,height=600");
		if (window.focus) setTimeout('holdwin.focus()',500);

	}
	catch(e)
	{
		window.alert("The Red Letter Days web site would like to open a pop up window. To enable this please add www.redletterdays.co.uk to your pop up manager " + e.description);
	}

}
