				 function SearchForShape(shapeid) {
					document.main.ShapeID.value = shapeid;
					//alert(document.main.ShapeID.value);
					document.main.Mode.value = 'search';
					document.main.action = "/diamonds/default.aspx";
					document.main.submit();
				 }
				 
				 function SearchForShapeExpert(shapeid) {
					document.main.ShapeID.value = shapeid;
					//alert(document.main.ShapeID.value);
					document.main.Mode.value = 'search';
					document.main.Expert.value = '1';
					document.main.action = "/diamonds/default.aspx";
					document.main.submit();
				 }