<!-- hide from old browsers

var days = new Array();
days[0] = "Sunday";
days[1] = "Monday";
days[2] = "Tuesday";
days[3] = "Wednesday";
days[4] = "Thursday";
days[5] = "Friday";
days[6] = "Saturday";

var months = new Array();
months[0] = "Jan";
months[1] = "Feb";
months[2] = "Mar";
months[3] = "Apr";
months[4] = "May";
months[5] = "June";
months[6] = "July";
months[7] = "Aug";
months[8] = "Sept";
months[9] = "Oct";
months[10] = "Nov";
months[11] = "Dec";

var url="http://www.lizmillion.com"
var title="Liz Million: illustrator and author of children's books"
function addfave() {
if (document.all)
window.external.AddFavorite(url,title)}




	self.name = "main";
	function openWin(width, height, imagewidth, imageheight, pic) {
		picWin = open("", "popup", "width=" + width + ",height=" + height + ",toolbar=no,directories=no,status=no,location=no,scrollbars=yes,resizable=no,menubar=no");
		picWin.document.open();
		picWin.document.clear();
		picWin.document.writeln("<html><head><title>Colouring In: Liz Million</TITLE><link rel=\"stylesheet\" type=\"text/css\" href=\"lizmillion.css\" media=\"print\"></head><body bgcolor=\"#FFFFFF\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\"><table width=\"100%\" height=\"100%\" cellpadding=0 cellspacing=0 border=0><tr><td align=\"right\" class=\"enlargewindow\"><a href=\"#\" onClick='window.print()'><img src=\"images/printbutton.gif\" class=\"noprint\" width=\"103\" height=\"25\" alt=\"\" border=\"\"></a>&nbsp; &nbsp; &nbsp;<a href=\"#\" onClick='self.close()'><img src=\"images/closebutton.gif\" class=\"noprint\" width=\"103\" height=\"25\" alt=\"\" border=\"\"></a>&nbsp;</td></tr><tr><td valign=\"middle\" align=\"center\"><img src=\"images/" + pic + ".gif\" width=\"" + imagewidth + "\" height=\"" + imageheight + "\" alt=\"enlarged image\"></td></tr></table></body></html>");
		picWin.document.close();
	}


// - end hiding -->