var standardStyle = '<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" background="backdrop.jpg">'
var cssLink = '<link href="mc.css" rel="stylesheet">'
var sproutLink = '<link href="sprout.css" rel="stylesheet">'


function writeStandardStyle() {
  document.write(standardStyle+cssLink);
}

function writeSproutStyle() {
  document.write(standardStyle+sproutLink);
}


function showTitle() {
  document.write('<h1 align="center"><a href="index.htm">Michael Carroll\'s website</a></h1>');
}

function title(st) {
//  document.write("<font face='Trebuchet MS' size="5"><b>"+st+"</b></font>")
  document.write('<p align="center"><font face="Trebuchet MS" size="3"><b>'+st+'</b></font></p>')
}

function amazonLink(isbn) {
  document.write('<a target="0" href="http://www.amazon.com/exec/obidos/ASIN/', isbn, '/');
  document.write('theofficialharry/"><img src="amazoncom.png" alt="Amazon.com" border="0"/></a>');
}

function amazonUKLink(isbn) {
  document.write('<a target="0" href="http://www.amazon.co.uk/exec/obidos/ASIN/', isbn, '/');
  document.write('theofficialhar00/"><img src="amazoncouk.png" alt="Amazon.co.uk" border="0"/></a>');
}

