function getVal(theItem)
	{
	return document.getElementById(theItem).value;
	}
function get(theItem)
	{
	return document.getElementById(theItem);
	}
	function hideFilterFloaterParent()
	{
	parent.window.hideFilterFloater();
	}
	
	
	function setPic(imgid,status)
	{
	get(imgid).src = "./images/" + imgid + status + ".gif";
	}