var dd1 = 'downloads';
var dd2 = '../downloads';
var shareIt = 'http://www.shareit.com/product.html?productid=';
var x1 = 'register';
var x2 = '&#64';
var x3 = 'xero-graphics.';
var x4 = 'co.';
var x5 = 'uk';

function regadd()
{
	var xx = x1 + x2 + x3 + x4 + x5;
	var yy = '<a href="&#109;&#97;&#105;&#108;&#116;&#111;:' +
	    xx + '?subject=Product Registration">' + xx + '</a>';
	document.write(yy);
}
function grab(name)
{
	document.write('<a href="' + dd1 + '/' + name + '.zip">');
}
function igrab(name)
{
	document.write('<a href="' + dd2 + '/' + name + '.zip">');
}
function mgrab(name)
{
	document.write('<a href="' + dd2 + '/' + name + '.zip" class="dlink">');
}
function fgrab(name)
{
	document.write('<a href="' + dd1 + '/' + name + '.zip" class="boxout" style="border:none;">');
}
function dgrab(name)
{
	document.write('<a href="' + dd1 + '/' + name + '.zip" style="text-decoration: none;">');
	document.write('<span style="vertical-align:top;">&gt;&gt; Download&nbsp;</span></a>');
}
function egrab(name)
{
	document.write('<a href="' + dd2 + '/' + name + '.zip" style="text-decoration: none;">');
	document.write('<span style="vertical-align:top;">Demo&nbsp;</span></a>');
}

function buyIt(ProdId)
{
	document.write('<a class="buy" href="' + shareIt + ProdId + '" style="text-decoration: none;">');
	document.write('<span style="vertical-align:top;">&nbsp;Buy...&nbsp;</span></a>');
}

