<!-- hide script from old browsers
function openWindow(title,comment,image)
	{
//	The following statements deactivated because of conflicts with firefox.
//	w_height=screen.availHeight;
//	w_width=screen.availWidth;
//	var mywin = window.open("","mywin","height=" + w_height + ",width=" + w_width + ",location='no',status='no',scrollbars='no'");
	var mywin = window.open("","mywin");
	mywin.moveTo(0,0);
	mywin.document.write('<html><head><title>' + title + '</title></head> ' +
	'\n<body background="../_themes/sandston/stonbk.jpg"> ' +
	'\n<H1 align="center">' + title + '</H1> ' +
	'\n<H4 align="center">' + comment + '</H4>' +
	'\n<p align="center"><I>Please click on image to close this window, when finished.</I></P>' +
	'\n<p align="center"><img onClick="self.close()" onmouseover="style.cursor=' + "'pointer'" + '" alt="Click to close window" border="2" src="images/' + image + '"></p>' +
	'\n</body></html>');
	mywin.document.close();
	mywin.focus();
	} //EOFn

// The setimage function is used to change the image in the 'larger image box'.
function setimage(image,iwidth) {
if (document.images) {
	document.larger.src=image;
	document.larger.width=iwidth;
	document.larger.alt="";
	document.strip.alt=""; }
}

// The setimage function is used to change the image in the 'larger image box'.
function setimage1(image,iwidth) {
if (document.images) {
	document.larger1.src=image;
	document.larger1.width=iwidth;
	document.larger1.alt="";
	document.strip.alt=""; }
}

// The setimage function is used to change the image in the 'larger image box'.
function setimage2(image,iwidth) {
if (document.images) {
	document.larger2.src=image;
	document.larger2.width=iwidth;
	document.larger2.alt="";
	document.strip.alt=""; }
}

// The setimage function is used to change the image in the 'larger image box'.
function setimage3(image,iwidth) {
if (document.images) {
	document.larger3.src=image;
	document.larger3.width=iwidth;
	document.larger3.alt="";
	document.strip.alt=""; }
}



// end hiding script from old browsers -->





