

function fnTail()
{
	var s = "<table width=\"100%\" cellpadding=0 cellspacing=0>"
		+ "<tr><td height=\"20\" >&nbsp;</td></tr><tr><td height=\"20\" width=\"100%\" align=\"left\"><a href=\"http://www.emailarchitect.net\""
		+ " target=\"_blank\">Copyright &copy; 2004-2005 AdminSystem Software Limited."
		+ " All rights reserved.</a></td></tr></table>";
		
	document.write( s );
}


function parser(fn) {
	var X, Y, sl, a, ra, link;
	ra = /:/;
	a = location.href.search(ra);
	if (a == 2)
		X = 14;
	else
		X = 7;
	
	sl = "\\";
	Y = location.href.lastIndexOf(sl) + 1;
	link = 'file:///' + location.href.substring(X, Y) + fn;
	location.href = link;
}


