function launchpopup(popup)
{
	var url = '/offers/popup.asp?' + popup;

	window.open(url,'popup','height=660,width=640,scrollbars=yes,resizable=no,left = 100,top = 20');
}

function display_orderform_email(orderform_email)
{
	if (orderform_email != "")
	{
		document.write("<p><b>Email:</b> <a href=\"mailto:" + orderform_email + "\">" + orderform_email + "</a></p>");
	}
}