function imgpopup (theURL, host) {
	window.open("http://" + host + "/showbigimage.php?src="+theURL,
		"Image",
		"toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=200,height=200");
}
function popup (theURL, host) {
	window.open("http://" + host + "/showbigimage.php?img="+theURL,
		"Image",
		"toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=200,height=200");
}