function submitForm(formId,divId){
	var theForm = document.getElementById(formId);
    alert(theForm.name.value);	
}
