
function valfrmdataReport(){
	//alert('yes');
	if((frmpost.photo.value == '')&&(frmpost.photolocation.value == '')&&(frmpost.photocaption.value == '')&&(frmpost.reportlocation.value == '')&&(frmpost.fishingreport.value == '')){
		alert('Upload a photo or write a report.');
		return false;
	}
}