function viewprops()
	{
		/*if (document.location.href.indexOf("vp=1")==-1)
		{
		if (document.location.href.indexOf("?")>0)
		{document.location=document.location + "&vp=1";}
		else
		{document.location=document.location + "?vp=1";}
		}*/
		document.location="search.asp?vp=1";
	}