
function bookCourse()
{
	goFormPageWithArgs("1287811","course_title_id="+courseID);
}

function sitemap() {
}

function callback() {
}

function profile() {
}

function goHome() {
		goPage("Page.aspx?page_id=2129042");
}

function goShopping() {
		goPage("Page.aspx?page_id=2129042");
}

function goMyAccount() {
}

function getPhoneNumber() {
		return "01772&nbsp;205&nbsp;800";
}

function getEmail() {
		return "<a href='mailto:lancashire.teaching@reed.co.uk'>lancashire.teaching@reed.co.uk</a>";
}
function getFax() {
		return "<span class=foothead>Fax:</span> 01772&nbsp;205&nbsp;808&nbsp;";
}

function getRegistrationText() {
		return "<p>Thank you for registering with Reed Learning.</p><p>An email is being sent to the email address you entered that will allow you to activate your account. Click on the link in that email to activate your account.</p>" + "<img src='http://eu.link.decdna.net/n/30891/30893/RLCONSU/x/e?value=0&trans=&domain=eu.link.decdna.net' width='1' height='1' border='0' />";
}

function getRegistrationPrivacyText() {
		return "We would like to send you information and offers we think you'll be interested in. If you would like to receive these, please let us know how we should contact you by ticking the relevant boxes. We won&rsquo;t share your email address with anyone.  Please take a minute to read our full privacy policy.";
}

function getPrivacyPolicyText() {
		return "<a href='Page.aspx?page_id=2119470' target='_new'>Read our full privacy policy</a>";
}

function getTermsAndConditionsText(popup) {
		var anchor = "Page.aspx?page_id=169469";
		var text = "Terms and Conditions";
		anchor = "Page.aspx?page_id=169469";
		if (popup)
		{
			return "<a href=\"javascript:openWindow('" + anchor + "', 'terms')\">" + text + "</a>";
		}
		else
		{
			return "<a href='" + anchor + "'>" + text + "</a>";
		}
}

function getRegistrationHeader() {
		return "Registration complete";
}

function getEmailFieldText() {
}

function getEmailErrorText() {
		return "You must type in a valid email address.";
}