var button11 = new Image("/images/buttons/button11.jpg");
var button12 = new Image("/images/buttons/button12.jpg");
var button13 = new Image("/images/buttons/button13.jpg");

var button35 = new Image("/images/buttons/button35.jpg");
var button36 = new Image("/images/buttons/button36.jpg");
var button37 = new Image("/images/buttons/button37.jpg");


function amazon_co_uk(link, position)
{
	if (position == "right")
	{
		pos = 'float:right; margin-left:10px';
	}
	else
	{	
		pos = 'float:left; margin-right:10px';
	}
	
	document.write(
		'<a href="' + link + '" target="_blank">' + 
        '<img src="\/images\/buttons\/button35.jpg" height="20" width="100" alt="amazon.co.uk" ' + 
        'style="border:0; ' + pos + '" ' +
        'onmouseover="this.src=\'\/images\/buttons\/button36.jpg\'" ' + 
        'onmouseout="this.src=\'\/images\/buttons\/button35.jpg\'" ' + 
        'onmousedown="this.src=\'\/images\/buttons\/button37.jpg\'" ' + 
        'onmouseup="this.src=\'\/images\/buttons\/button36.jpg\'"></a>');
}

function amazon_com(link, position)
{	
	if (position == "right")
	{
		pos = 'float:right; margin-left:10px';
	}
	else
	{	
		pos = 'float:left; margin-right:10px';
	}	

	document.write(
		'<a href="' + link + '" target="_blank">' + 
        '<img src="\/images\/buttons\/button11.jpg" height="20" width="100" alt="amazon.com" ' + 
        'style="border:0; ' + pos + '" ' +
        'onmouseover="this.src=\'\/images\/buttons\/button12.jpg\'" ' + 
        'onmouseout="this.src=\'\/images\/buttons\/button11.jpg\'" ' + 
        'onmousedown="this.src=\'\/images\/buttons\/button13.jpg\'" ' + 
        'onmouseup="this.src=\'\/images\/buttons\/button12.jpg\'"></a>');
}
