function setPage(content) {
	/* This function makes sure that active content is displayed the right way in IE */
	document.write(content)
}

var showimage = function(img) 
{
	document.getElementById('pic').innerHTML = '<img src="' + img + '" alt="" height="460" />';
	return false;
};

