function submitParentForm(obj){
	obj.parentNode.submit();
}

