	<!--
	eml_val = /^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/
	
	function emailCheck(thisForm) {
			if (eml_val.test(thisForm)) {
			return true
			}
			
			alert("Invalid email address ... Please try again")
			//thisForm.emailAddr.focus()
			//thisForm.emailAddr.select()
			return false
	}
	//-->

	function ahmad(){
		
		if(document.form8.law_type.options[3].selected){
			document.form8.method='get';
			document.form8.action="http://www.google.com/search";
			document.form8.search_words.name='q';
			document.form8.submit.name='btnG'
		}

		
	}
	
