

<!--
function pop_help(host)
	
	{
		t_string = host + '/pop_help.asp'
		window.open(t_string,'pophelp','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=400');
		return false;
	}
function large_image(f_image, host)
	{
		t_string = host + '/view_image.asp?I='+f_image
		window.open(t_string,'viewimage','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=400,height=500');
		return false;
	}
function large_image_alt(f_image, f_alt, host)
	{
		t_string = host + '/view_image.asp?I='+f_image+'&R='+f_alt
		window.open(t_string,'viewimage','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=400,height=500');
		return false;
	}
// -->