function newpage()	 {
		 location.href = document.category.selectcategory.value;
		 return false;
}
