function scrollToBottom()
{
	window.location.href="#bottom";
}

function doSel(obj)
{
var LintValue;
var LstrHref	= location.href;

	LintValue = document.getElementById("filter").value;

//	location.href = "/gallery/gallery.asp?type=" + LintValue;
	location.href = "gallery.aspx?type=" + LintValue;
}
