function dimSearch(){
	var val = document.all.dimsearch.value;
	location.href="dimSearchContent.jsp?dimcontent="+val;
}
