var UrlAddress = "http://www.insolvencynetwork.co.uk";
var PageName = "Insolvency Network - Free National Advice";
function fncAddToFavorites() {
	if (window.external) {
		window.external.AddFavorite(UrlAddress,PageName);
	}
	else {
		alert("Sorry! Your browser does not support this function.");
	}
}
function fncDataProtection() {
	window.open('data-protection.htm','wname','height=520,location=no,status=yes,resizable=yes,width=450,toolbar=no,scrollbars=yes,menubar=no');
}
function fncApplyOnline() {
	if (document.ApplyOnline.Terms.checked) {
		document.ApplyOnline.action="http://www.insolvencynetwork.co.uk/cgi-bin/PostMail.pl";
		document.ApplyOnline.submit();
	} else {
		window.alert('You must read and accept our Terms and Conditions to continue.');
	}
}
function fncMailTo(who,where,what) {
	document.write('<a href="mailto:'+who+'&#64;'+where+'?subject='+what+'">'+who+'&#64;'+where+'</a>');
}
